Trace number 1040900

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatUNSAT 402.254 406.173

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-23-23.xml
MD5SUMad67ab9eab23b15c7ce6590849b6fdee
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.167973
Satisfiable
(Un)Satisfiability was proved
Number of variables1058
Number of constraints1268
Maximum constraint arity23
Maximum domain size65
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1013
Global constraints used (with number of constraints)cumulative(2),weightedsum(253)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 13:42:32 2008
0.00/0.04	c 0	PID 25869
0.00/0.05	c 0	HOST node3.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1040900-1214998952.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1040900-1214998952.xml' 'HOME/temp.csp'
0.03/0.56	c 1	24 domains, 1058 variables, 2 predicates, 0 relations, 1268 constraints
0.03/0.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.57	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.54/0.65	c 1	Parsing HOME/temp.csp
0.54/0.86	c 1	parsed 2352 expressions
0.54/0.86	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.86	c 1	Converting to clausal form CSP
0.54/0.89	c 1	converted 236 (10%) expressions
0.54/0.89	c 1	converted 471 (20%) expressions
0.54/0.90	c 1	converted 706 (30%) expressions
0.54/0.90	c 1	converted 941 (40%) expressions
0.95/1.03	c 1	converted 1176 (50%) expressions
0.95/1.09	c 1	converted 1412 (60%) expressions
1.05/1.12	c 1	converted 1647 (70%) expressions
1.05/1.15	c 1	converted 1882 (80%) expressions
1.05/1.17	c 1	converted 2117 (90%) expressions
1.74/1.88	c 2	converted 2352 (100%) expressions
1.74/1.89	c 2	CSP : 6778 integers, 1848 booleans, 17496 clauses, largest domain size 145
1.74/1.89	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.74/1.89	c 2	Propagation in CSP
1.94/2.09	c 2	20072 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.94/2.09	c 2	CSP : 6778 integers, 1848 booleans, 17496 clauses, largest domain size 66
1.94/2.09	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.04/2.11	c 2	Simplifing CSP by introducing new Boolean variables
2.04/2.12	c 2	CSP : 6778 integers, 1848 booleans, 17496 clauses, largest domain size 66
2.04/2.12	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.14/2.20	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.14/2.23	c 2	678 (10%) CSP integer variables are encoded (2350 clauses, 28440 bytes)
2.14/2.24	c 2	1356 (20%) CSP integer variables are encoded (6522 clauses, 82676 bytes)
2.14/2.25	c 2	2034 (30%) CSP integer variables are encoded (15092 clauses, 207317 bytes)
2.14/2.27	c 2	2712 (40%) CSP integer variables are encoded (23583 clauses, 334682 bytes)
2.14/2.28	c 2	3389 (50%) CSP integer variables are encoded (32116 clauses, 462677 bytes)
2.14/2.29	c 3	4067 (60%) CSP integer variables are encoded (40040 clauses, 581537 bytes)
2.23/2.30	c 3	4745 (70%) CSP integer variables are encoded (49038 clauses, 716507 bytes)
2.23/2.32	c 3	5423 (80%) CSP integer variables are encoded (57457 clauses, 842792 bytes)
2.23/2.33	c 3	6101 (90%) CSP integer variables are encoded (65848 clauses, 968657 bytes)
2.23/2.34	c 3	6778 (100%) CSP integer variables are encoded (73982 clauses, 1090667 bytes)
2.43/2.54	c 3	1750 (10%) CSP clauses are encoded (149268 clauses, 2396617 bytes)
2.73/2.84	c 3	3500 (20%) CSP clauses are encoded (308586 clauses, 5339254 bytes)
3.03/3.14	c 3	5249 (30%) CSP clauses are encoded (460071 clauses, 8506508 bytes)
3.32/3.43	c 4	6999 (40%) CSP clauses are encoded (610775 clauses, 11660093 bytes)
3.62/3.73	c 4	8748 (50%) CSP clauses are encoded (767852 clauses, 14945593 bytes)
3.92/4.08	c 4	10498 (60%) CSP clauses are encoded (949620 clauses, 18733070 bytes)
4.32/4.41	c 5	12248 (70%) CSP clauses are encoded (1123371 clauses, 22370770 bytes)
4.61/4.70	c 5	13997 (80%) CSP clauses are encoded (1274424 clauses, 25530964 bytes)
4.80/4.99	c 5	15747 (90%) CSP clauses are encoded (1419073 clauses, 28557275 bytes)
5.20/5.32	c 6	17496 (100%) CSP clauses are encoded (1590588 clauses, 32130659 bytes)
5.20/5.32	c 6	17496 CSP clauses encoded
5.20/5.32	c 6	Writing map file : HOME/temp.map
5.20/5.34	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.20/5.34	c 6	SAT : 82560 SAT variables, 1590588 SAT clauses, 32130659 bytes
5.20/5.34	c 6	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.20/5.38	c 6	SOLVING HOME/temp.cnf
5.20/5.38	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.20/5.38	c 6	This is MiniSat 2.0 beta
5.20/5.38	c 6	WARNING: for repeatability, setting FPU to use double precision
5.20/5.38	c 6	============================[ Problem Statistics ]=============================
5.20/5.38	c 6	|                                                                             |
5.20/5.38	c 6	|  Number of variables:  82560                                                |
5.20/5.38	c 6	|  Number of clauses:    1590588                                              |
5.95/6.19	c 6	|  Parsing time:         0.69         s                                       |
6.05/6.23	c 6	============================[ Search Statistics ]==============================
6.05/6.23	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.05/6.23	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.05/6.23	c 6	===============================================================================
6.05/6.23	c 6	|         0 |   82560  1590588  4568352 |   530196        0    nan |  0.000 % |
7.04/7.23	c 7	|       102 |   82560  1590588  4568352 |   583215      102     28 |  0.000 % |
8.92/9.16	c 9	|       252 |   82560  1590588  4568352 |   641537      251     26 |  0.245 % |
11.40/11.68	c 12	|       477 |   82560  1590588  4568352 |   705690      476     29 |  0.245 % |
15.46/15.72	c 16	|       814 |   82358  1585593  4554025 |   776259      813     28 |  0.245 % |
19.82/20.19	c 20	|      1321 |   82358  1585593  4554025 |   853885     1320     27 |  0.245 % |
27.64/28.02	c 28	|      2080 |   82358  1585593  4554025 |   939274     2079     27 |  0.245 % |
38.04/38.59	c 39	|      3219 |   82358  1585593  4554025 |  1033202     3218     30 |  0.245 % |
50.51/51.12	c 51	|      4929 |   82358  1585593  4554025 |  1136522     4928     29 |  0.245 % |
67.36/68.11	c 68	|      7491 |   82358  1585593  4554025 |  1250174     7490     30 |  0.245 % |
98.26/99.34	c 100	|     11337 |   82358  1585593  4554025 |  1375191    11336     28 |  0.245 % |
143.12/144.64	c 145	|     17105 |   82358  1585593  4554025 |  1512711    17104     27 |  0.245 % |
212.07/214.20	c 214	|     25754 |   82358  1585593  4554025 |  1663982    25753     26 |  0.245 % |
322.03/325.25	c 325	|     38729 |   81177  1561426  4485504 |  1830380    26844     23 |  1.675 % |
401.98/405.91	c 406	===============================================================================
401.98/405.91	c 406	restarts              : 14
401.98/405.91	c 406	conflicts             : 48386          (122 /sec)
401.98/405.91	c 406	decisions             : 58430          (1.59 % random) (147 /sec)
401.98/405.91	c 406	propagations          : 332667592      (838772 /sec)
401.98/405.91	c 406	conflict literals     : 1200270        (43.00 % deleted)
401.98/405.91	c 406	Memory used           : 81.33 MB
401.98/405.91	c 406	CPU time              : 396.613 s
401.98/405.91	c 406	
401.98/405.91	c 406	UNSATISFIABLE
401.98/405.93	c 406	DECODING HOME/temp.out WITH HOME/temp.map
401.98/405.93	c 406	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
402.03/406.02	c 406	Decoding HOME/temp.out
402.03/406.12	s UNSATISFIABLE
402.03/406.12	c 406	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
402.03/406.16	c 406	CPU 401.72 (0.04 0.01 401.68 0.49)
402.03/406.16	c 406	END Wed Jul  2 13:49:18 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1040900-1214998952/watcher-1040900-1214998952 -o /tmp/evaluation-result-1040900-1214998952/solver-1040900-1214998952 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1040900-1214998952.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.95 1.67 4/80 25869
/proc/meminfo: memFree=1595248/2055920 swapFree=4180472/4192956
[pid=25869] ppid=25867 vsize=12272 CPUtime=0
/proc/25869/stat : 25869 (sugar) R 25867 25869 25475 0 -1 4194304 359 0 0 0 0 0 0 0 23 0 1 0 1978870635 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 233641655294 0 0 4224 0 0 0 0 17 1 0 0
/proc/25869/statm: 3068 327 246 3 0 168 0

[startup+0.0636331 s]
/proc/loadavg: 1.91 1.95 1.67 4/80 25869
/proc/meminfo: memFree=1595248/2055920 swapFree=4180472/4192956
[pid=25869] ppid=25867 vsize=13600 CPUtime=0.03
/proc/25869/stat : 25869 (sugar) S 25867 25869 25475 0 -1 4194304 900 127 0 0 3 0 0 0 24 0 1 0 1978870635 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25869/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.104329 s]
/proc/loadavg: 1.91 1.95 1.67 4/80 25869
/proc/meminfo: memFree=1595248/2055920 swapFree=4180472/4192956
[pid=25869] ppid=25867 vsize=13600 CPUtime=0.03
/proc/25869/stat : 25869 (sugar) S 25867 25869 25475 0 -1 4194304 900 127 0 0 3 0 0 0 24 0 1 0 1978870635 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25869/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301316 s]
/proc/loadavg: 1.91 1.95 1.67 4/80 25869
/proc/meminfo: memFree=1595248/2055920 swapFree=4180472/4192956
[pid=25869] ppid=25867 vsize=13600 CPUtime=0.03
/proc/25869/stat : 25869 (sugar) S 25867 25869 25475 0 -1 4194304 900 127 0 0 3 0 0 0 24 0 1 0 1978870635 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25869/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701349 s]
/proc/loadavg: 1.91 1.95 1.67 4/80 25869
/proc/meminfo: memFree=1595248/2055920 swapFree=4180472/4192956
[pid=25869] ppid=25867 vsize=13600 CPUtime=0.54
/proc/25869/stat : 25869 (sugar) S 25867 25869 25475 0 -1 4194304 973 5089 0 1 3 1 47 3 16 0 1 0 1978870635 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25869/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.50242 s]
/proc/loadavg: 1.91 1.95 1.67 4/91 25891
/proc/meminfo: memFree=1583128/2055920 swapFree=4180472/4192956
[pid=25869] ppid=25867 vsize=13600 CPUtime=0.54
/proc/25869/stat : 25869 (sugar) S 25867 25869 25475 0 -1 4194304 974 5089 0 1 3 1 47 3 15 0 1 0 1978870635 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25869/statm: 3400 797 370 3 0 500 0
[pid=25882] ppid=25869 vsize=5356 CPUtime=0
/proc/25882/stat : 25882 (sh) S 25869 25869 25475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978870693 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25882/statm: 1339 233 193 169 0 50 0
[pid=25883] ppid=25882 vsize=868236 CPUtime=0.9
/proc/25883/stat : 25883 (java) S 25882 25869 25475 0 -1 0 7545 0 1 0 86 4 0 0 19 0 9 0 1978870693 889073664 6750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25883/statm: 217059 6750 2541 9 0 211634 0
[pid=25883/tid=25884] ppid=25882 vsize=868236 CPUtime=0.55
/proc/25883/task/25884/stat : 25884 (java) R 25882 25869 25475 0 -1 64 2678 0 1 0 54 1 0 0 24 0 9 0 1978870694 889073664 6750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25883/tid=25885] ppid=25882 vsize=868236 CPUtime=0.11
/proc/25883/task/25885/stat : 25885 (java) R 25882 25869 25475 0 -1 64 2691 0 0 0 11 0 0 0 16 0 9 0 1978870695 889073664 6750 996147200 134512640 134550740 4294955952 18446744073709551615 102514271 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25883/tid=25886] ppid=25882 vsize=868236 CPUtime=0
/proc/25883/task/25886/stat : 25886 (java) S 25882 25869 25475 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978870695 889073664 6750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25883/tid=25887] ppid=25882 vsize=868236 CPUtime=0
/proc/25883/task/25887/stat : 25887 (java) S 25882 25869 25475 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978870695 889073664 6750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25883/tid=25888] ppid=25882 vsize=868236 CPUtime=0
/proc/25883/task/25888/stat : 25888 (java) S 25882 25869 25475 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1978870697 889073664 6750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25883/tid=25889] ppid=25882 vsize=868236 CPUtime=0.2
/proc/25883/task/25889/stat : 25889 (java) S 25882 25869 25475 0 -1 64 1483 0 0 0 20 0 0 0 16 0 9 0 1978870697 889073664 6750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25883/tid=25890] ppid=25882 vsize=868236 CPUtime=0
/proc/25883/task/25890/stat : 25890 (java) S 25882 25869 25475 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978870697 889073664 6750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25883/tid=25891] ppid=25882 vsize=868236 CPUtime=0
/proc/25883/task/25891/stat : 25891 (java) S 25882 25869 25475 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978870697 889073664 6750 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887192

[startup+3.10255 s]
/proc/loadavg: 2.00 1.97 1.68 3/91 25891
/proc/meminfo: memFree=1568792/2055920 swapFree=4180472/4192956
[pid=25869] ppid=25867 vsize=13600 CPUtime=0.54
/proc/25869/stat : 25869 (sugar) S 25867 25869 25475 0 -1 4194304 974 5089 0 1 3 1 47 3 15 0 1 0 1978870635 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25869/statm: 3400 797 370 3 0 500 0
[pid=25882] ppid=25869 vsize=5356 CPUtime=0
/proc/25882/stat : 25882 (sh) S 25869 25869 25475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978870693 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25882/statm: 1339 233 193 169 0 50 0
[pid=25883] ppid=25882 vsize=868460 CPUtime=2.49
/proc/25883/stat : 25883 (java) S 25882 25869 25475 0 -1 0 9757 0 1 0 238 11 0 0 19 0 9 0 1978870693 889303040 8573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25883/statm: 217115 8573 2565 9 0 211662 0
[pid=25883/tid=25884] ppid=25882 vsize=868460 CPUtime=1.7
/proc/25883/task/25884/stat : 25884 (java) R 25882 25869 25475 0 -1 64 3034 0 1 0 165 5 0 0 25 0 9 0 1978870694 889303040 8573 996147200 134512640 134550740 4294955952 18446744073709551615 4126877068 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25883/tid=25885] ppid=25882 vsize=868460 CPUtime=0.46
/proc/25883/task/25885/stat : 25885 (java) S 25882 25869 25475 0 -1 64 4485 0 0 0 43 3 0 0 16 0 9 0 1978870695 889303040 8573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25883/tid=25886] ppid=25882 vsize=868460 CPUtime=0
/proc/25883/task/25886/stat : 25886 (java) S 25882 25869 25475 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978870695 889303040 8573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25883/tid=25887] ppid=25882 vsize=868460 CPUtime=0
/proc/25883/task/25887/stat : 25887 (java) S 25882 25869 25475 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978870695 889303040 8573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25883/tid=25888] ppid=25882 vsize=868460 CPUtime=0
/proc/25883/task/25888/stat : 25888 (java) S 25882 25869 25475 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1978870697 889303040 8573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25883/tid=25889] ppid=25882 vsize=868460 CPUtime=0.3
/proc/25883/task/25889/stat : 25889 (java) S 25882 25869 25475 0 -1 64 1545 0 0 0 29 1 0 0 16 0 9 0 1978870697 889303040 8573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25883/tid=25890] ppid=25882 vsize=868460 CPUtime=0
/proc/25883/task/25890/stat : 25890 (java) S 25882 25869 25475 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978870697 889303040 8573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25883/tid=25891] ppid=25882 vsize=868460 CPUtime=0
/proc/25883/task/25891/stat : 25891 (java) S 25882 25869 25475 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978870697 889303040 8573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887416

[startup+6.30182 s]
/proc/loadavg: 2.00 1.97 1.68 3/83 25893
/proc/meminfo: memFree=1556568/2055920 swapFree=4180472/4192956
[pid=25869] ppid=25867 vsize=13600 CPUtime=5.26
/proc/25869/stat : 25869 (sugar) S 25867 25869 25475 0 -1 4194304 1033 15563 0 2 3 1 491 31 15 0 1 0 1978870635 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25869/statm: 3400 799 370 3 0 500 0
[pid=25892] ppid=25869 vsize=5356 CPUtime=0
/proc/25892/stat : 25892 (sh) S 25869 25869 25475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978871173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25892/statm: 1339 232 193 169 0 50 0
[pid=25893] ppid=25892 vsize=72848 CPUtime=0.88
/proc/25893/stat : 25893 (minisat) R 25892 25869 25475 0 -1 4194304 17170 0 0 0 78 10 0 0 25 0 1 0 1978871174 74596352 17156 996147200 134512640 135127466 4294956272 18446744073709551615 134718351 0 0 4096 3 0 0 0 17 1 0 0
/proc/25893/statm: 18212 17156 73 150 0 18059 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 91804

[startup+12.7023 s]
/proc/loadavg: 2.07 1.99 1.68 3/83 25893
/proc/meminfo: memFree=1487512/2055920 swapFree=4180472/4192956
[pid=25869] ppid=25867 vsize=13600 CPUtime=5.26
/proc/25869/stat : 25869 (sugar) S 25867 25869 25475 0 -1 4194304 1033 15563 0 2 3 1 491 31 16 0 1 0 1978870635 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25869/statm: 3400 799 370 3 0 500 0
[pid=25892] ppid=25869 vsize=5356 CPUtime=0
/proc/25892/stat : 25892 (sh) S 25869 25869 25475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978871173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25892/statm: 1339 232 193 169 0 50 0
[pid=25893] ppid=25892 vsize=77680 CPUtime=7.23
/proc/25893/stat : 25893 (minisat) R 25892 25869 25475 0 -1 4194304 18408 0 0 0 712 11 0 0 25 0 1 0 1978871174 79544320 18394 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25893/statm: 19420 18394 76 150 0 19267 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 96636

[startup+25.5014 s]
/proc/loadavg: 2.06 1.99 1.69 3/83 25893
/proc/meminfo: memFree=1487064/2055920 swapFree=4180472/4192956
[pid=25869] ppid=25867 vsize=13600 CPUtime=5.26
/proc/25869/stat : 25869 (sugar) S 25867 25869 25475 0 -1 4194304 1033 15563 0 2 3 1 491 31 16 0 1 0 1978870635 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25869/statm: 3400 799 370 3 0 500 0
[pid=25892] ppid=25869 vsize=5356 CPUtime=0
/proc/25892/stat : 25892 (sh) S 25869 25869 25475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978871173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25892/statm: 1339 232 193 169 0 50 0
[pid=25893] ppid=25892 vsize=78328 CPUtime=19.9
/proc/25893/stat : 25893 (minisat) R 25892 25869 25475 0 -1 4194304 18538 0 0 0 1979 11 0 0 25 0 1 0 1978871174 80207872 18524 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/25893/statm: 19582 18524 76 150 0 19429 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 97284

[startup+51.1015 s]
/proc/loadavg: 2.04 1.99 1.69 3/83 25893
/proc/meminfo: memFree=1486552/2055920 swapFree=4180472/4192956
[pid=25869] ppid=25867 vsize=13600 CPUtime=5.26
/proc/25869/stat : 25869 (sugar) S 25867 25869 25475 0 -1 4194304 1033 15563 0 2 3 1 491 31 16 0 1 0 1978870635 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25869/statm: 3400 799 370 3 0 500 0
[pid=25892] ppid=25869 vsize=5356 CPUtime=0
/proc/25892/stat : 25892 (sh) S 25869 25869 25475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978871173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25892/statm: 1339 232 193 169 0 50 0
[pid=25893] ppid=25892 vsize=78856 CPUtime=45.25
/proc/25893/stat : 25893 (minisat) R 25892 25869 25475 0 -1 4194304 18683 0 0 0 4514 11 0 0 25 0 1 0 1978871174 80748544 18669 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25893/statm: 19714 18669 76 150 0 19561 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 97812

[startup+102.307 s]
/proc/loadavg: 2.01 1.99 1.71 3/83 25893
/proc/meminfo: memFree=1485656/2055920 swapFree=4180472/4192956
[pid=25869] ppid=25867 vsize=13600 CPUtime=5.26
/proc/25869/stat : 25869 (sugar) S 25867 25869 25475 0 -1 4194304 1033 15563 0 2 3 1 491 31 16 0 1 0 1978870635 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25869/statm: 3400 799 370 3 0 500 0
[pid=25892] ppid=25869 vsize=5356 CPUtime=0
/proc/25892/stat : 25892 (sh) S 25869 25869 25475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978871173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25892/statm: 1339 232 193 169 0 50 0
[pid=25893] ppid=25892 vsize=79912 CPUtime=95.98
/proc/25893/stat : 25893 (minisat) R 25892 25869 25475 0 -1 4194304 18917 0 0 0 9587 11 0 0 25 0 1 0 1978871174 81829888 18903 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25893/statm: 19978 18903 76 150 0 19825 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 98868

[startup+162.302 s]
/proc/loadavg: 2.00 1.99 1.73 3/83 25893
/proc/meminfo: memFree=1484312/2055920 swapFree=4180472/4192956
[pid=25869] ppid=25867 vsize=13600 CPUtime=5.26
/proc/25869/stat : 25869 (sugar) S 25867 25869 25475 0 -1 4194304 1033 15563 0 2 3 1 491 31 16 0 1 0 1978870635 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25869/statm: 3400 799 370 3 0 500 0
[pid=25892] ppid=25869 vsize=5356 CPUtime=0
/proc/25892/stat : 25892 (sh) S 25869 25869 25475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978871173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25892/statm: 1339 232 193 169 0 50 0
[pid=25893] ppid=25892 vsize=81000 CPUtime=155.41
/proc/25893/stat : 25893 (minisat) R 25892 25869 25475 0 -1 4194304 19204 0 0 0 15529 12 0 0 25 0 1 0 1978871174 82944000 19190 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25893/statm: 20250 19190 76 150 0 20097 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 99956

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.74 3/83 25893
/proc/meminfo: memFree=1483224/2055920 swapFree=4180472/4192956
[pid=25869] ppid=25867 vsize=13600 CPUtime=5.26
/proc/25869/stat : 25869 (sugar) S 25867 25869 25475 0 -1 4194304 1033 15563 0 2 3 1 491 31 16 0 1 0 1978870635 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25869/statm: 3400 799 370 3 0 500 0
[pid=25892] ppid=25869 vsize=5356 CPUtime=0
/proc/25892/stat : 25892 (sh) S 25869 25869 25475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978871173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25892/statm: 1339 232 193 169 0 50 0
[pid=25893] ppid=25892 vsize=82056 CPUtime=214.84
/proc/25893/stat : 25893 (minisat) R 25892 25869 25475 0 -1 4194304 19466 0 0 0 21472 12 0 0 25 0 1 0 1978871174 84025344 19452 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25893/statm: 20514 19452 76 150 0 20361 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 101012

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.75 3/83 25893
/proc/meminfo: memFree=1482328/2055920 swapFree=4180472/4192956
[pid=25869] ppid=25867 vsize=13600 CPUtime=5.26
/proc/25869/stat : 25869 (sugar) S 25867 25869 25475 0 -1 4194304 1033 15563 0 2 3 1 491 31 16 0 1 0 1978870635 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25869/statm: 3400 799 370 3 0 500 0
[pid=25892] ppid=25869 vsize=5356 CPUtime=0
/proc/25892/stat : 25892 (sh) S 25869 25869 25475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978871173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25892/statm: 1339 232 193 169 0 50 0
[pid=25893] ppid=25892 vsize=83012 CPUtime=274.27
/proc/25893/stat : 25893 (minisat) R 25892 25869 25475 0 -1 4194304 19701 0 0 0 27415 12 0 0 25 0 1 0 1978871174 85004288 19687 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/25893/statm: 20753 19687 76 150 0 20600 0
Current children cumulated CPU time (s) 279.53
Current children cumulated vsize (KiB) 101968

[startup+342.301 s]
/proc/loadavg: 2.06 2.00 1.77 3/83 25893
/proc/meminfo: memFree=1481880/2055920 swapFree=4180472/4192956
[pid=25869] ppid=25867 vsize=13600 CPUtime=5.26
/proc/25869/stat : 25869 (sugar) S 25867 25869 25475 0 -1 4194304 1033 15563 0 2 3 1 491 31 16 0 1 0 1978870635 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25869/statm: 3400 799 370 3 0 500 0
[pid=25892] ppid=25869 vsize=5356 CPUtime=0
/proc/25892/stat : 25892 (sh) S 25869 25869 25475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978871173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25892/statm: 1339 232 193 169 0 50 0
[pid=25893] ppid=25892 vsize=83276 CPUtime=333.71
/proc/25893/stat : 25893 (minisat) R 25892 25869 25475 0 -1 4194304 19760 0 0 0 33359 12 0 0 25 0 1 0 1978871174 85274624 19746 996147200 134512640 135127466 4294956272 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/25893/statm: 20819 19746 76 150 0 20666 0
Current children cumulated CPU time (s) 338.97
Current children cumulated vsize (KiB) 102232

[startup+402.301 s]
/proc/loadavg: 2.07 2.01 1.79 3/83 25893
/proc/meminfo: memFree=1481944/2055920 swapFree=4180472/4192956
[pid=25869] ppid=25867 vsize=13600 CPUtime=5.26
/proc/25869/stat : 25869 (sugar) S 25867 25869 25475 0 -1 4194304 1033 15563 0 2 3 1 491 31 16 0 1 0 1978870635 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25869/statm: 3400 799 370 3 0 500 0
[pid=25892] ppid=25869 vsize=5356 CPUtime=0
/proc/25892/stat : 25892 (sh) S 25869 25869 25475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978871173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25892/statm: 1339 232 193 169 0 50 0
[pid=25893] ppid=25892 vsize=83276 CPUtime=393.15
/proc/25893/stat : 25893 (minisat) R 25892 25869 25475 0 -1 4194304 19766 0 0 0 39303 12 0 0 25 0 1 0 1978871174 85274624 19752 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25893/statm: 20819 19752 76 150 0 20666 0
Current children cumulated CPU time (s) 398.41
Current children cumulated vsize (KiB) 102232

Solver just ended. Dumping a history of the last processes samples

[startup+403.101 s]
/proc/loadavg: 2.07 2.01 1.79 3/83 25893
/proc/meminfo: memFree=1481944/2055920 swapFree=4180472/4192956
[pid=25869] ppid=25867 vsize=13600 CPUtime=5.26
/proc/25869/stat : 25869 (sugar) S 25867 25869 25475 0 -1 4194304 1033 15563 0 2 3 1 491 31 16 0 1 0 1978870635 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25869/statm: 3400 799 370 3 0 500 0
[pid=25892] ppid=25869 vsize=5356 CPUtime=0
/proc/25892/stat : 25892 (sh) S 25869 25869 25475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978871173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25892/statm: 1339 232 193 169 0 50 0
[pid=25893] ppid=25892 vsize=83276 CPUtime=393.94
/proc/25893/stat : 25893 (minisat) R 25892 25869 25475 0 -1 4194304 19766 0 0 0 39382 12 0 0 25 0 1 0 1978871174 85274624 19752 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/25893/statm: 20819 19752 76 150 0 20666 0
Current children cumulated CPU time (s) 399.2
Current children cumulated vsize (KiB) 102232

[startup+404.702 s]
/proc/loadavg: 2.07 2.01 1.79 3/83 25893
/proc/meminfo: memFree=1481944/2055920 swapFree=4180472/4192956
[pid=25869] ppid=25867 vsize=13600 CPUtime=5.26
/proc/25869/stat : 25869 (sugar) S 25867 25869 25475 0 -1 4194304 1033 15563 0 2 3 1 491 31 16 0 1 0 1978870635 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25869/statm: 3400 799 370 3 0 500 0
[pid=25892] ppid=25869 vsize=5356 CPUtime=0
/proc/25892/stat : 25892 (sh) S 25869 25869 25475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978871173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25892/statm: 1339 232 193 169 0 50 0
[pid=25893] ppid=25892 vsize=83276 CPUtime=395.53
/proc/25893/stat : 25893 (minisat) R 25892 25869 25475 0 -1 4194304 19766 0 0 0 39541 12 0 0 25 0 1 0 1978871174 85274624 19752 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25893/statm: 20819 19752 76 150 0 20666 0
Current children cumulated CPU time (s) 400.79
Current children cumulated vsize (KiB) 102232

[startup+405.502 s]
/proc/loadavg: 2.07 2.01 1.79 3/83 25893
/proc/meminfo: memFree=1481944/2055920 swapFree=4180472/4192956
[pid=25869] ppid=25867 vsize=13600 CPUtime=5.26
/proc/25869/stat : 25869 (sugar) S 25867 25869 25475 0 -1 4194304 1033 15563 0 2 3 1 491 31 16 0 1 0 1978870635 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25869/statm: 3400 799 370 3 0 500 0
[pid=25892] ppid=25869 vsize=5356 CPUtime=0
/proc/25892/stat : 25892 (sh) S 25869 25869 25475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978871173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25892/statm: 1339 232 193 169 0 50 0
[pid=25893] ppid=25892 vsize=83276 CPUtime=396.32
/proc/25893/stat : 25893 (minisat) R 25892 25869 25475 0 -1 4194304 19766 0 0 0 39620 12 0 0 25 0 1 0 1978871174 85274624 19752 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25893/statm: 20819 19752 76 150 0 20666 0
Current children cumulated CPU time (s) 401.58
Current children cumulated vsize (KiB) 102232

[startup+405.906 s]
/proc/loadavg: 2.07 2.01 1.79 3/83 25893
/proc/meminfo: memFree=1481944/2055920 swapFree=4180472/4192956
[pid=25869] ppid=25867 vsize=13600 CPUtime=5.26
/proc/25869/stat : 25869 (sugar) S 25867 25869 25475 0 -1 4194304 1033 15563 0 2 3 1 491 31 16 0 1 0 1978870635 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25869/statm: 3400 799 370 3 0 500 0
[pid=25892] ppid=25869 vsize=5356 CPUtime=0
/proc/25892/stat : 25892 (sh) S 25869 25869 25475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978871173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25892/statm: 1339 232 193 169 0 50 0
[pid=25893] ppid=25892 vsize=83276 CPUtime=396.72
/proc/25893/stat : 25893 (minisat) R 25892 25869 25475 0 -1 4194304 19766 0 0 0 39660 12 0 0 25 0 1 0 1978871174 85274624 19752 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25893/statm: 20819 19752 76 150 0 20666 0
Current children cumulated CPU time (s) 401.98
Current children cumulated vsize (KiB) 102232

[startup+406.102 s]
/proc/loadavg: 2.07 2.01 1.79 3/83 25893
/proc/meminfo: memFree=1481944/2055920 swapFree=4180472/4192956
[pid=25869] ppid=25867 vsize=13600 CPUtime=402.03
/proc/25869/stat : 25869 (sugar) S 25867 25869 25475 0 -1 4194304 1090 35623 0 2 4 1 40152 46 16 0 1 0 1978870635 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25869/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 406.173
CPU time (s): 402.254
CPU user time (s): 401.728
CPU system time (s): 0.52592
CPU usage (%): 99.035
Max. virtual memory (cumulated for all children) (KiB): 887556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 401.728
system time used= 0.52592
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40613
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7224
involuntary context switches= 15616

runsolver used 0.506922 second user time and 1.35279 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-02 13:42:32
IDJOB=1040900
IDBENCH=53752
IDSOLVER=346
FILE ID=node3/1040900-1214998952
PBS_JOBID= 7870917
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-23-23.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1040900-1214998952/watcher-1040900-1214998952 -o /tmp/evaluation-result-1040900-1214998952/solver-1040900-1214998952 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1040900-1214998952.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ad67ab9eab23b15c7ce6590849b6fdee
RANDOM SEED=1039428425

node3.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1595728 kB
Buffers:         58864 kB
Cached:         246128 kB
SwapCached:       6516 kB
Active:         180504 kB
Inactive:       203076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1595728 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            1484 kB
Writeback:           0 kB
Mapped:          92244 kB
Slab:            61744 kB
Committed_AS:  4082140 kB
PageTables:       1960 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node3 at 2008-07-02 13:49:18