Trace number 1095015

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 58.927 59.6959

General information on the benchmark

Namecsp/fapp/fapp17/
normalized-fapp17-0300-0.xml
MD5SUM973dbc41041e1781c07a539cb8e93a5d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.01084
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3865
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3865
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 19:54:32 2008
0.00/0.05	c 0	PID 5285
0.00/0.05	c 0	HOST node43.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1095015-1215280472.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-1095015-1215280472.xml' 'HOME/temp.csp'
0.03/0.74	c 1	12 domains, 300 variables, 6 predicates, 0 relations, 3865 constraints
0.03/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	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.71/0.87	c 1	Parsing HOME/temp.csp
1.00/1.13	c 1	parsed 4183 expressions
1.00/1.14	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.14	c 1	Converting to clausal form CSP
1.30/1.46	c 1	converted 419 (10%) expressions
1.90/2.08	c 2	converted 837 (20%) expressions
2.40/2.57	c 2	converted 1255 (30%) expressions
2.79/2.97	c 3	converted 1674 (40%) expressions
3.28/3.41	c 3	converted 2092 (50%) expressions
3.59/3.74	c 4	converted 2510 (60%) expressions
3.99/4.10	c 4	converted 2929 (70%) expressions
4.28/4.44	c 4	converted 3347 (80%) expressions
4.78/4.92	c 5	converted 3765 (90%) expressions
5.07/5.26	c 5	converted 4183 (100%) expressions
5.07/5.26	c 5	CSP : 598 integers, 11136 booleans, 23617 clauses, largest domain size 2721
5.07/5.26	c 5	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.07/5.26	c 5	Propagation in CSP
5.38/5.52	c 5	4160 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.38/5.52	c 5	CSP : 598 integers, 11136 booleans, 23617 clauses, largest domain size 2721
5.38/5.52	c 5	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.38/5.54	c 5	Simplifing CSP by introducing new Boolean variables
5.38/5.59	c 5	CSP : 598 integers, 19114 booleans, 31595 clauses, largest domain size 2721
5.38/5.59	c 5	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.77/5.93	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.07/6.25	c 6	60 (10%) CSP integer variables are encoded (12366 clauses, 163454 bytes)
6.37/6.51	c 6	120 (20%) CSP integer variables are encoded (24590 clauses, 346814 bytes)
6.56/6.78	c 7	180 (30%) CSP integer variables are encoded (37050 clauses, 533714 bytes)
6.87/7.06	c 7	240 (40%) CSP integer variables are encoded (49854 clauses, 725774 bytes)
7.16/7.35	c 7	299 (50%) CSP integer variables are encoded (63358 clauses, 928334 bytes)
7.36/7.55	c 7	359 (60%) CSP integer variables are encoded (214177 clauses, 3419604 bytes)
7.57/7.72	c 8	419 (70%) CSP integer variables are encoded (332609 clauses, 5432948 bytes)
7.66/7.88	c 8	479 (80%) CSP integer variables are encoded (441815 clauses, 7289450 bytes)
7.85/8.04	c 8	539 (90%) CSP integer variables are encoded (559905 clauses, 9296980 bytes)
7.95/8.19	c 8	598 (100%) CSP integer variables are encoded (668300 clauses, 11139695 bytes)
20.97/21.29	c 21	3160 (10%) CSP clauses are encoded (2705707 clauses, 54361227 bytes)
27.32/27.63	c 28	6319 (20%) CSP clauses are encoded (3966987 clauses, 81983327 bytes)
31.98/32.31	c 32	9479 (30%) CSP clauses are encoded (5083055 clauses, 107569393 bytes)
35.25/35.68	c 36	12638 (40%) CSP clauses are encoded (5920989 clauses, 127018566 bytes)
37.92/38.40	c 38	15798 (50%) CSP clauses are encoded (6740873 clauses, 146378262 bytes)
40.31/40.76	c 41	18957 (60%) CSP clauses are encoded (7544099 clauses, 165690973 bytes)
42.77/43.24	c 43	22117 (70%) CSP clauses are encoded (8403622 clauses, 186580651 bytes)
45.16/45.67	c 46	25276 (80%) CSP clauses are encoded (9239308 clauses, 206746363 bytes)
47.34/47.83	c 48	28436 (90%) CSP clauses are encoded (10000164 clauses, 225133569 bytes)
49.88/50.70	c 51	31595 (100%) CSP clauses are encoded (10875395 clauses, 246215517 bytes)
49.88/50.70	c 51	31595 CSP clauses encoded
49.99/50.70	c 51	Writing map file : HOME/temp.map
49.99/50.73	c 51	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
49.99/50.73	c 51	SAT : 688012 SAT variables, 10875395 SAT clauses, 246215517 bytes
49.99/50.73	c 51	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
49.99/50.75	c 51	SOLVING HOME/temp.cnf
49.99/50.75	c 51	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
49.99/50.76	c 51	This is MiniSat 2.0 beta
49.99/50.76	c 51	WARNING: for repeatability, setting FPU to use double precision
49.99/50.76	c 51	============================[ Problem Statistics ]=============================
49.99/50.76	c 51	|                                                                             |
49.99/50.76	c 51	|  Number of variables:  688012                                               |
49.99/50.76	c 51	|  Number of clauses:    10875395                                             |
56.84/57.61	c 57	|  Parsing time:         5.72         s                                       |
57.14/57.97	c 58	============================[ Search Statistics ]==============================
57.14/57.97	c 58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
57.14/57.97	c 58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
57.14/57.97	c 58	===============================================================================
57.14/57.97	c 58	|         0 |  688012 10875395 30136914 |  3625131        0    nan |  0.000 % |
57.93/58.72	c 59	|       100 |  688012 10875395 30136914 |  3987644      100      3 |  0.000 % |
58.33/59.15	c 59	===============================================================================
58.33/59.15	c 59	restarts              : 2
58.33/59.15	c 59	conflicts             : 155            (21 /sec)
58.33/59.15	c 59	decisions             : 4754           (1.66 % random) (659 /sec)
58.33/59.15	c 59	propagations          : 1867113        (258642 /sec)
58.33/59.15	c 59	conflict literals     : 414            (2.82 % deleted)
58.33/59.15	c 59	Memory used           : 478.26 MB
58.33/59.15	c 59	CPU time              : 7.2189 s
58.33/59.15	c 59	
58.33/59.15	c 59	UNSATISFIABLE
58.43/59.23	c 59	DECODING HOME/temp.out WITH HOME/temp.map
58.43/59.23	c 59	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
58.52/59.33	c 59	Decoding HOME/temp.out
58.71/59.53	s UNSATISFIABLE
58.71/59.54	c 59	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
58.71/59.57	c 59	CPU 55.56 (0.03 0.01 55.53 3.2)
58.71/59.57	c 59	END Sat Jul  5 19:55:31 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-1095015-1215280472/watcher-1095015-1215280472 -o /tmp/evaluation-result-1095015-1215280472/solver-1095015-1215280472 -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-1095015-1215280472.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: 2.10 2.07 2.01 4/72 5285
/proc/meminfo: memFree=1759344/2055920 swapFree=4179776/4192956
[pid=5285] ppid=5283 vsize=18572 CPUtime=0
/proc/5285/stat : 5285 (runsolver) R 5283 5285 3256 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2007019658 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221954764071 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5285/statm: 4643 292 257 25 0 2626 0

[startup+0.0893149 s]
/proc/loadavg: 2.10 2.07 2.01 4/72 5285
/proc/meminfo: memFree=1759344/2055920 swapFree=4179776/4192956
[pid=5285] ppid=5283 vsize=13600 CPUtime=0.03
/proc/5285/stat : 5285 (sugar) S 5283 5285 3256 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007019658 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5285/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101313 s]
/proc/loadavg: 2.10 2.07 2.01 4/72 5285
/proc/meminfo: memFree=1759344/2055920 swapFree=4179776/4192956
[pid=5285] ppid=5283 vsize=13600 CPUtime=0.03
/proc/5285/stat : 5285 (sugar) S 5283 5285 3256 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007019658 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5285/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301326 s]
/proc/loadavg: 2.10 2.07 2.01 4/72 5285
/proc/meminfo: memFree=1759344/2055920 swapFree=4179776/4192956
[pid=5285] ppid=5283 vsize=13600 CPUtime=0.03
/proc/5285/stat : 5285 (sugar) S 5283 5285 3256 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007019658 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5285/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70137 s]
/proc/loadavg: 2.10 2.07 2.01 4/72 5285
/proc/meminfo: memFree=1759344/2055920 swapFree=4179776/4192956
[pid=5285] ppid=5283 vsize=13600 CPUtime=0.03
/proc/5285/stat : 5285 (sugar) S 5283 5285 3256 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007019658 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5285/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50244 s]
/proc/loadavg: 2.10 2.07 2.01 5/83 5307
/proc/meminfo: memFree=1751384/2055920 swapFree=4179776/4192956
[pid=5285] ppid=5283 vsize=13600 CPUtime=0.71
/proc/5285/stat : 5285 (sugar) S 5283 5285 3256 0 -1 4194304 974 6939 0 1 3 0 63 5 15 0 1 0 2007019658 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5285/statm: 3400 797 370 3 0 500 0
[pid=5298] ppid=5285 vsize=5356 CPUtime=0
/proc/5298/stat : 5298 (sh) S 5285 5285 3256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007019737 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5298/statm: 1339 233 193 169 0 50 0
[pid=5299] ppid=5298 vsize=868252 CPUtime=0.69
/proc/5299/stat : 5299 (java) S 5298 5285 3256 0 -1 0 5487 0 1 0 65 4 0 0 18 0 9 0 2007019737 889090048 4869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5299/statm: 217063 4869 1732 9 0 211638 0
[pid=5299/tid=5300] ppid=5298 vsize=868252 CPUtime=0.43
/proc/5299/task/5300/stat : 5300 (java) R 5298 5285 3256 0 -1 64 2669 0 1 0 42 1 0 0 23 0 9 0 2007019738 889090048 4869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5301] ppid=5298 vsize=868252 CPUtime=0.05
/proc/5299/task/5301/stat : 5301 (java) S 5298 5285 3256 0 -1 64 663 0 0 0 5 0 0 0 16 0 9 0 2007019739 889090048 4869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5302] ppid=5298 vsize=868252 CPUtime=0
/proc/5299/task/5302/stat : 5302 (java) S 5298 5285 3256 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007019739 889090048 4869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5303] ppid=5298 vsize=868252 CPUtime=0
/proc/5299/task/5303/stat : 5303 (java) S 5298 5285 3256 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007019739 889090048 4869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5304] ppid=5298 vsize=868252 CPUtime=0
/proc/5299/task/5304/stat : 5304 (java) S 5298 5285 3256 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007019741 889090048 4869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5305] ppid=5298 vsize=868252 CPUtime=0.18
/proc/5299/task/5305/stat : 5305 (java) R 5298 5285 3256 0 -1 64 1463 0 0 0 17 1 0 0 16 0 9 0 2007019741 889090048 4869 996147200 134512640 134550740 4294955952 18446744073709551615 102018206 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5306] ppid=5298 vsize=868252 CPUtime=0
/proc/5299/task/5306/stat : 5306 (java) S 5298 5285 3256 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007019741 889090048 4869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5307] ppid=5298 vsize=868252 CPUtime=0
/proc/5299/task/5307/stat : 5307 (java) S 5298 5285 3256 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007019741 889090048 4869 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887208

[startup+3.10259 s]
/proc/loadavg: 2.10 2.07 2.01 3/83 5307
/proc/meminfo: memFree=1740376/2055920 swapFree=4179776/4192956
[pid=5285] ppid=5283 vsize=13600 CPUtime=0.71
/proc/5285/stat : 5285 (sugar) S 5283 5285 3256 0 -1 4194304 974 6939 0 1 3 0 63 5 15 0 1 0 2007019658 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5285/statm: 3400 797 370 3 0 500 0
[pid=5298] ppid=5285 vsize=5356 CPUtime=0
/proc/5298/stat : 5298 (sh) S 5285 5285 3256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007019737 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5298/statm: 1339 233 193 169 0 50 0
[pid=5299] ppid=5298 vsize=868368 CPUtime=2.28
/proc/5299/stat : 5299 (java) S 5298 5285 3256 0 -1 0 8988 0 1 0 221 7 0 0 18 0 9 0 2007019737 889208832 8055 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5299/statm: 217092 8055 2540 9 0 211667 0
[pid=5299/tid=5300] ppid=5298 vsize=868368 CPUtime=1.7
/proc/5299/task/5300/stat : 5300 (java) R 5298 5285 3256 0 -1 64 2814 0 1 0 169 1 0 0 25 0 9 0 2007019738 889208832 8055 996147200 134512640 134550740 4294955952 18446744073709551615 4126568179 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5301] ppid=5298 vsize=868368 CPUtime=0.34
/proc/5299/task/5301/stat : 5301 (java) S 5298 5285 3256 0 -1 64 4000 0 0 0 31 3 0 0 16 0 9 0 2007019739 889208832 8055 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5302] ppid=5298 vsize=868368 CPUtime=0
/proc/5299/task/5302/stat : 5302 (java) S 5298 5285 3256 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007019739 889208832 8055 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5303] ppid=5298 vsize=868368 CPUtime=0
/proc/5299/task/5303/stat : 5303 (java) S 5298 5285 3256 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007019739 889208832 8055 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5304] ppid=5298 vsize=868368 CPUtime=0
/proc/5299/task/5304/stat : 5304 (java) S 5298 5285 3256 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007019741 889208832 8055 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5305] ppid=5298 vsize=868368 CPUtime=0.22
/proc/5299/task/5305/stat : 5305 (java) S 5298 5285 3256 0 -1 64 1481 0 0 0 21 1 0 0 15 0 9 0 2007019741 889208832 8055 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5306] ppid=5298 vsize=868368 CPUtime=0
/proc/5299/task/5306/stat : 5306 (java) S 5298 5285 3256 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007019741 889208832 8055 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5307] ppid=5298 vsize=868368 CPUtime=0
/proc/5299/task/5307/stat : 5307 (java) S 5298 5285 3256 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007019741 889208832 8055 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887324

[startup+6.30288 s]
/proc/loadavg: 2.18 2.08 2.01 3/83 5307
/proc/meminfo: memFree=1720216/2055920 swapFree=4179776/4192956
[pid=5285] ppid=5283 vsize=13600 CPUtime=0.71
/proc/5285/stat : 5285 (sugar) S 5283 5285 3256 0 -1 4194304 974 6939 0 1 3 0 63 5 15 0 1 0 2007019658 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5285/statm: 3400 797 370 3 0 500 0
[pid=5298] ppid=5285 vsize=5356 CPUtime=0
/proc/5298/stat : 5298 (sh) S 5285 5285 3256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007019737 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5298/statm: 1339 233 193 169 0 50 0
[pid=5299] ppid=5298 vsize=868480 CPUtime=5.46
/proc/5299/stat : 5299 (java) S 5298 5285 3256 0 -1 0 18692 0 1 0 531 15 0 0 18 0 9 0 2007019737 889323520 12421 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5299/statm: 217120 12421 2566 9 0 211667 0
[pid=5299/tid=5300] ppid=5298 vsize=868480 CPUtime=3.94
/proc/5299/task/5300/stat : 5300 (java) R 5298 5285 3256 0 -1 64 3268 0 1 0 392 2 0 0 25 0 9 0 2007019738 889323520 12421 996147200 134512640 134550740 4294955952 18446744073709551615 4126860040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5301] ppid=5298 vsize=868480 CPUtime=1.21
/proc/5299/task/5301/stat : 5301 (java) S 5298 5285 3256 0 -1 64 13216 0 0 0 111 10 0 0 16 0 9 0 2007019739 889323520 12421 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5302] ppid=5298 vsize=868480 CPUtime=0
/proc/5299/task/5302/stat : 5302 (java) S 5298 5285 3256 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007019739 889323520 12421 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5303] ppid=5298 vsize=868480 CPUtime=0
/proc/5299/task/5303/stat : 5303 (java) S 5298 5285 3256 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007019739 889323520 12421 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5304] ppid=5298 vsize=868480 CPUtime=0
/proc/5299/task/5304/stat : 5304 (java) S 5298 5285 3256 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007019741 889323520 12421 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5305] ppid=5298 vsize=868480 CPUtime=0.27
/proc/5299/task/5305/stat : 5305 (java) S 5298 5285 3256 0 -1 64 1515 0 0 0 26 1 0 0 15 0 9 0 2007019741 889323520 12421 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5306] ppid=5298 vsize=868480 CPUtime=0
/proc/5299/task/5306/stat : 5306 (java) S 5298 5285 3256 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007019741 889323520 12421 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5307] ppid=5298 vsize=868480 CPUtime=0
/proc/5299/task/5307/stat : 5307 (java) S 5298 5285 3256 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007019741 889323520 12421 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887436

[startup+12.7025 s]
/proc/loadavg: 2.16 2.08 2.01 3/83 5307
/proc/meminfo: memFree=1694040/2055920 swapFree=4179776/4192956
[pid=5285] ppid=5283 vsize=13600 CPUtime=0.71
/proc/5285/stat : 5285 (sugar) S 5283 5285 3256 0 -1 4194304 974 6939 0 1 3 0 63 5 15 0 1 0 2007019658 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5285/statm: 3400 797 370 3 0 500 0
[pid=5298] ppid=5285 vsize=5356 CPUtime=0
/proc/5298/stat : 5298 (sh) S 5285 5285 3256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007019737 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5298/statm: 1339 233 193 169 0 50 0
[pid=5299] ppid=5298 vsize=868480 CPUtime=11.82
/proc/5299/stat : 5299 (java) S 5298 5285 3256 0 -1 0 18946 0 1 0 1148 34 0 0 18 0 9 0 2007019737 889323520 12437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5299/statm: 217120 12437 2566 9 0 211667 0
[pid=5299/tid=5300] ppid=5298 vsize=868480 CPUtime=10.16
/proc/5299/task/5300/stat : 5300 (java) R 5298 5285 3256 0 -1 64 3509 0 1 0 997 19 0 0 25 0 9 0 2007019738 889323520 12437 996147200 134512640 134550740 4294955952 18446744073709551615 4126593639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5301] ppid=5298 vsize=868480 CPUtime=1.34
/proc/5299/task/5301/stat : 5301 (java) S 5298 5285 3256 0 -1 64 13217 0 0 0 122 12 0 0 16 0 9 0 2007019739 889323520 12437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5302] ppid=5298 vsize=868480 CPUtime=0
/proc/5299/task/5302/stat : 5302 (java) S 5298 5285 3256 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007019739 889323520 12437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5303] ppid=5298 vsize=868480 CPUtime=0
/proc/5299/task/5303/stat : 5303 (java) S 5298 5285 3256 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007019739 889323520 12437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5304] ppid=5298 vsize=868480 CPUtime=0
/proc/5299/task/5304/stat : 5304 (java) S 5298 5285 3256 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007019741 889323520 12437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5305] ppid=5298 vsize=868480 CPUtime=0.29
/proc/5299/task/5305/stat : 5305 (java) S 5298 5285 3256 0 -1 64 1527 0 0 0 28 1 0 0 16 0 9 0 2007019741 889323520 12437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5306] ppid=5298 vsize=868480 CPUtime=0
/proc/5299/task/5306/stat : 5306 (java) S 5298 5285 3256 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007019741 889323520 12437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5307] ppid=5298 vsize=868480 CPUtime=0
/proc/5299/task/5307/stat : 5307 (java) S 5298 5285 3256 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007019741 889323520 12437 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887436

[startup+25.5016 s]
/proc/loadavg: 2.19 2.09 2.02 3/83 5307
/proc/meminfo: memFree=1647576/2055920 swapFree=4179776/4192956
[pid=5285] ppid=5283 vsize=13600 CPUtime=0.71
/proc/5285/stat : 5285 (sugar) S 5283 5285 3256 0 -1 4194304 974 6939 0 1 3 0 63 5 16 0 1 0 2007019658 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5285/statm: 3400 797 370 3 0 500 0
[pid=5298] ppid=5285 vsize=5356 CPUtime=0
/proc/5298/stat : 5298 (sh) S 5285 5285 3256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007019737 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5298/statm: 1339 233 193 169 0 50 0
[pid=5299] ppid=5298 vsize=868480 CPUtime=24.52
/proc/5299/stat : 5299 (java) S 5298 5285 3256 0 -1 0 19393 0 1 0 2388 64 0 0 18 0 9 0 2007019737 889323520 12442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5299/statm: 217120 12442 2566 9 0 211667 0
[pid=5299/tid=5300] ppid=5298 vsize=868480 CPUtime=22.65
/proc/5299/task/5300/stat : 5300 (java) R 5298 5285 3256 0 -1 64 3951 0 1 0 2218 47 0 0 25 0 9 0 2007019738 889323520 12442 996147200 134512640 134550740 4294955952 18446744073709551615 4125960269 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5301] ppid=5298 vsize=868480 CPUtime=1.54
/proc/5299/task/5301/stat : 5301 (java) S 5298 5285 3256 0 -1 64 13217 0 0 0 140 14 0 0 16 0 9 0 2007019739 889323520 12442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5302] ppid=5298 vsize=868480 CPUtime=0
/proc/5299/task/5302/stat : 5302 (java) S 5298 5285 3256 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007019739 889323520 12442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5303] ppid=5298 vsize=868480 CPUtime=0
/proc/5299/task/5303/stat : 5303 (java) S 5298 5285 3256 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007019739 889323520 12442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5304] ppid=5298 vsize=868480 CPUtime=0
/proc/5299/task/5304/stat : 5304 (java) S 5298 5285 3256 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007019741 889323520 12442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5305] ppid=5298 vsize=868480 CPUtime=0.3
/proc/5299/task/5305/stat : 5305 (java) S 5298 5285 3256 0 -1 64 1532 0 0 0 29 1 0 0 16 0 9 0 2007019741 889323520 12442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5306] ppid=5298 vsize=868480 CPUtime=0
/proc/5299/task/5306/stat : 5306 (java) S 5298 5285 3256 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007019741 889323520 12442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5299/tid=5307] ppid=5298 vsize=868480 CPUtime=0
/proc/5299/task/5307/stat : 5307 (java) S 5298 5285 3256 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007019741 889323520 12442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 887436

[startup+51.1019 s]
/proc/loadavg: 2.28 2.12 2.03 3/83 5307
/proc/meminfo: memFree=1473560/2055920 swapFree=4179776/4192956
[pid=5285] ppid=5283 vsize=13600 CPUtime=50.05
/proc/5285/stat : 5285 (sugar) S 5283 5285 3256 0 -1 4194304 1033 28142 0 2 3 1 4806 195 16 0 1 0 2007019658 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5285/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 50.05
Current children cumulated vsize (KiB) 13600

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

[startup+54.3012 s]
/proc/loadavg: 2.28 2.12 2.03 3/75 5309
/proc/meminfo: memFree=1281176/2055920 swapFree=4179776/4192956
[pid=5285] ppid=5283 vsize=13600 CPUtime=50.05
/proc/5285/stat : 5285 (sugar) S 5283 5285 3256 0 -1 4194304 1033 28142 0 2 3 1 4806 195 16 0 1 0 2007019658 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5285/statm: 3400 799 370 3 0 500 0
[pid=5308] ppid=5285 vsize=5356 CPUtime=0
/proc/5308/stat : 5308 (sh) S 5285 5285 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007024734 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5308/statm: 1339 232 193 169 0 50 0
[pid=5309] ppid=5308 vsize=273104 CPUtime=3.5
/proc/5309/stat : 5309 (minisat) R 5308 5285 3256 0 -1 4194304 65234 0 0 0 290 60 0 0 25 0 1 0 2007024734 279658496 65220 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/5309/statm: 68276 65220 62 150 0 68123 0
Current children cumulated CPU time (s) 53.55
Current children cumulated vsize (KiB) 292060

[startup+57.5025 s]
/proc/loadavg: 2.26 2.12 2.03 3/75 5309
/proc/meminfo: memFree=1082456/2055920 swapFree=4179776/4192956
[pid=5285] ppid=5283 vsize=13600 CPUtime=50.05
/proc/5285/stat : 5285 (sugar) S 5283 5285 3256 0 -1 4194304 1033 28142 0 2 3 1 4806 195 16 0 1 0 2007019658 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5285/statm: 3400 799 370 3 0 500 0
[pid=5308] ppid=5285 vsize=5356 CPUtime=0
/proc/5308/stat : 5308 (sh) S 5285 5285 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007024734 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5308/statm: 1339 232 193 169 0 50 0
[pid=5309] ppid=5308 vsize=460380 CPUtime=6.69
/proc/5309/stat : 5309 (minisat) R 5308 5285 3256 0 -1 4194304 113061 0 0 0 562 107 0 0 25 0 1 0 2007024734 471429120 113047 996147200 134512640 135127466 4294956256 18446744073709551615 134513776 0 0 4096 3 0 0 0 17 1 0 0
/proc/5309/statm: 115095 113047 62 150 0 114942 0
Current children cumulated CPU time (s) 56.74
Current children cumulated vsize (KiB) 479336

[startup+58.3076 s]
/proc/loadavg: 2.26 2.12 2.03 3/75 5309
/proc/meminfo: memFree=1045976/2055920 swapFree=4179776/4192956
[pid=5285] ppid=5283 vsize=13600 CPUtime=50.05
/proc/5285/stat : 5285 (sugar) S 5283 5285 3256 0 -1 4194304 1033 28142 0 2 3 1 4806 195 15 0 1 0 2007019658 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5285/statm: 3400 799 370 3 0 500 0
[pid=5308] ppid=5285 vsize=5356 CPUtime=0
/proc/5308/stat : 5308 (sh) S 5285 5285 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007024734 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5308/statm: 1339 232 193 169 0 50 0
[pid=5309] ppid=5308 vsize=475292 CPUtime=7.49
/proc/5309/stat : 5309 (minisat) R 5308 5285 3256 0 -1 4194304 116945 0 0 0 639 110 0 0 25 0 1 0 2007024734 486699008 116931 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/5309/statm: 118823 116931 72 150 0 118670 0
Current children cumulated CPU time (s) 57.54
Current children cumulated vsize (KiB) 494248

[startup+59.1016 s]
/proc/loadavg: 2.26 2.12 2.03 3/75 5309
/proc/meminfo: memFree=1045976/2055920 swapFree=4179776/4192956
[pid=5285] ppid=5283 vsize=13600 CPUtime=50.05
/proc/5285/stat : 5285 (sugar) S 5283 5285 3256 0 -1 4194304 1033 28142 0 2 3 1 4806 195 15 0 1 0 2007019658 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5285/statm: 3400 799 370 3 0 500 0
[pid=5308] ppid=5285 vsize=5356 CPUtime=0
/proc/5308/stat : 5308 (sh) S 5285 5285 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007024734 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5308/statm: 1339 232 193 169 0 50 0
[pid=5309] ppid=5308 vsize=489328 CPUtime=8.28
/proc/5309/stat : 5309 (minisat) R 5308 5285 3256 0 -1 4194304 120366 0 0 0 716 112 0 0 25 0 1 0 2007024734 501071872 120352 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/5309/statm: 122332 120352 75 150 0 122179 0
Current children cumulated CPU time (s) 58.33
Current children cumulated vsize (KiB) 508284

[startup+59.5017 s]
/proc/loadavg: 2.24 2.11 2.03 3/83 5319
/proc/meminfo: memFree=1508504/2055920 swapFree=4179776/4192956
[pid=5285] ppid=5283 vsize=13600 CPUtime=58.48
/proc/5285/stat : 5285 (sugar) S 5283 5285 3256 0 -1 4194304 1090 148893 0 2 3 1 5528 316 16 0 1 0 2007019658 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5285/statm: 3400 799 370 3 0 500 0
[pid=5310] ppid=5285 vsize=5356 CPUtime=0
/proc/5310/stat : 5310 (sh) S 5285 5285 3256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007025581 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5310/statm: 1339 233 193 169 0 50 0
[pid=5311] ppid=5310 vsize=864332 CPUtime=0.23
/proc/5311/stat : 5311 (java) S 5310 5285 3256 0 -1 0 4274 0 1 0 21 2 0 0 18 0 9 0 2007025582 885075968 3741 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5311/statm: 216083 3741 1665 9 0 210665 0
[pid=5311/tid=5312] ppid=5310 vsize=864332 CPUtime=0.15
/proc/5311/task/5312/stat : 5312 (java) R 5310 5285 3256 0 -1 64 2453 0 1 0 14 1 0 0 20 0 9 0 2007025583 885075968 3741 996147200 134512640 134550740 4294956000 18446744073709551615 4126406410 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5311/tid=5313] ppid=5310 vsize=864332 CPUtime=0.02
/proc/5311/task/5313/stat : 5313 (java) S 5310 5285 3256 0 -1 64 731 0 0 0 2 0 0 0 16 0 9 0 2007025584 885075968 3741 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5311/tid=5314] ppid=5310 vsize=864332 CPUtime=0
/proc/5311/task/5314/stat : 5314 (java) S 5310 5285 3256 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007025585 885075968 3741 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5311/tid=5315] ppid=5310 vsize=864332 CPUtime=0
/proc/5311/task/5315/stat : 5315 (java) S 5310 5285 3256 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007025585 885075968 3741 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5311/tid=5316] ppid=5310 vsize=864332 CPUtime=0
/proc/5311/task/5316/stat : 5316 (java) S 5310 5285 3256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007025587 885075968 3741 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5311/tid=5317] ppid=5310 vsize=864332 CPUtime=0.04
/proc/5311/task/5317/stat : 5317 (java) S 5310 5285 3256 0 -1 64 399 0 0 0 4 0 0 0 16 0 9 0 2007025587 885075968 3741 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5311/tid=5318] ppid=5310 vsize=864332 CPUtime=0
/proc/5311/task/5318/stat : 5318 (java) S 5310 5285 3256 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007025587 885075968 3741 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5311/tid=5319] ppid=5310 vsize=864332 CPUtime=0
/proc/5311/task/5319/stat : 5319 (java) S 5310 5285 3256 0 -1 64 0 0 0 0 0 0 0 0 16 0 9 0 2007025587 885075968 3741 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 58.71
Current children cumulated vsize (KiB) 883288

[startup+59.6017 s]
/proc/loadavg: 2.24 2.11 2.03 3/83 5319
/proc/meminfo: memFree=1508504/2055920 swapFree=4179776/4192956
[pid=5285] ppid=5283 vsize=13600 CPUtime=58.81
/proc/5285/stat : 5285 (sugar) R 5283 5285 3256 0 -1 4194304 1118 153791 0 3 3 5 5553 320 16 0 1 0 2007019658 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 221954937897 0 0 4224 16386 0 0 0 17 1 0 0
/proc/5285/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 58.81
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 59.6959
CPU time (s): 58.927
CPU user time (s): 55.5766
CPU system time (s): 3.35049
CPU usage (%): 98.7121
Max. virtual memory (cumulated for all children) (KiB): 897824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.5766
system time used= 3.35049
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154939
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= 20872
involuntary context switches= 21371

runsolver used 0.088986 second user time and 0.213967 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-05 19:54:32
IDJOB=1095015
IDBENCH=58864
IDSOLVER=346
FILE ID=node43/1095015-1215280472
PBS_JOBID= 7882177
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp17/normalized-fapp17-0300-0.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-1095015-1215280472/watcher-1095015-1215280472 -o /tmp/evaluation-result-1095015-1215280472/solver-1095015-1215280472 -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-1095015-1215280472.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 973dbc41041e1781c07a539cb8e93a5d
RANDOM SEED=625477422

node43.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.230
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.230
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:       1759824 kB
Buffers:         43716 kB
Cached:         177064 kB
SwapCached:       6816 kB
Active:         160776 kB
Inactive:        81528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1759824 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            1940 kB
Writeback:           0 kB
Mapped:          29524 kB
Slab:            39040 kB
Committed_AS:  3865724 kB
PageTables:       1864 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= 66508 MiB
End job on node43 at 2008-07-05 19:55:32