Trace number 1077270

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+minisat? 175.619 180.693

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-60-2-7.xml
MD5SUM62b1a82d160798f5b8d7cdaa214da549
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.083986
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity9
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 19:23:21 2008
0.00/0.04	c 0	PID 22517
0.00/0.05	c 0	HOST node44.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1077270-1215192201.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-1077270-1215192201.xml' 'HOME/temp.csp'
0.04/0.35	c 0	1 domains, 100 variables, 60 predicates, 0 relations, 60 constraints
0.04/0.41	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.41	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.04/0.49	c 1	Parsing HOME/temp.csp
0.39/0.74	c 1	parsed 221 expressions
0.39/0.74	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.74	c 1	Converting to clausal form CSP
0.39/0.76	c 1	converted 23 (10%) expressions
0.39/0.76	c 1	converted 45 (20%) expressions
0.39/0.76	c 1	converted 67 (30%) expressions
0.39/0.76	c 1	converted 89 (40%) expressions
0.39/0.76	c 1	converted 111 (50%) expressions
0.39/0.77	c 1	converted 133 (60%) expressions
0.39/0.77	c 1	converted 155 (70%) expressions
0.39/0.79	c 1	converted 177 (80%) expressions
0.39/0.87	c 1	converted 199 (90%) expressions
0.39/0.99	c 1	converted 221 (100%) expressions
0.39/0.99	c 1	CSP : 540 integers, 0 booleans, 1000 clauses, largest domain size 6481
0.39/0.99	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/0.99	c 1	Propagation in CSP
0.39/1.07	c 1	495037 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.39/1.07	c 1	CSP : 540 integers, 0 booleans, 1000 clauses, largest domain size 5106
0.39/1.07	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/1.07	c 1	Simplifing CSP by introducing new Boolean variables
0.39/1.07	c 1	CSP : 540 integers, 0 booleans, 1000 clauses, largest domain size 5106
0.39/1.07	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.11	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.05/1.13	c 1	54 (10%) CSP integer variables are encoded (1530 clauses, 17799 bytes)
1.05/1.15	c 1	108 (20%) CSP integer variables are encoded (16127 clauses, 219993 bytes)
1.15/1.24	c 1	162 (30%) CSP integer variables are encoded (88294 clauses, 1302498 bytes)
1.15/1.29	c 1	216 (40%) CSP integer variables are encoded (123884 clauses, 1884437 bytes)
1.25/1.38	c 1	270 (50%) CSP integer variables are encoded (192624 clauses, 3053017 bytes)
1.34/1.48	c 2	324 (60%) CSP integer variables are encoded (264866 clauses, 4281131 bytes)
1.44/1.56	c 2	378 (70%) CSP integer variables are encoded (324807 clauses, 5300128 bytes)
1.54/1.66	c 2	432 (80%) CSP integer variables are encoded (394610 clauses, 6486779 bytes)
1.74/1.81	c 2	486 (90%) CSP integer variables are encoded (510759 clauses, 8461312 bytes)
1.84/1.93	c 2	540 (100%) CSP integer variables are encoded (605590 clauses, 10073439 bytes)
1.94/2.07	c 2	100 (10%) CSP clauses are encoded (677940 clauses, 11263879 bytes)
4.41/4.52	c 5	200 (20%) CSP clauses are encoded (2034306 clauses, 38253547 bytes)
5.30/5.46	c 6	300 (30%) CSP clauses are encoded (2521607 clauses, 48928759 bytes)
38.67/39.89	c 40	400 (40%) CSP clauses are encoded (19444060 clauses, 461976356 bytes)
85.43/87.89	c 88	500 (50%) CSP clauses are encoded (43479639 clauses, 1048737883 bytes)
135.80/139.27	c 139	600 (60%) CSP clauses are encoded (69068687 clauses, 1674957413 bytes)
170.44/174.95	c 175	700 (70%) CSP clauses are encoded (86897371 clauses, 2111128777 bytes)
174.45/179.09	c 179	ERROR Exception Too large HOME/temp.cnf
174.45/179.09	c 179	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
174.45/179.09	c 179	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
174.45/179.09	c 179	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
174.45/179.09	s UNKNOWN
174.54/179.14	c 179	CPU 157.58 (0.03 0.01 157.55 16.97)
174.54/179.14	c 179	END Fri Jul  4 19:26:20 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1077270-1215192201/watcher-1077270-1215192201 -o /tmp/evaluation-result-1077270-1215192201/solver-1077270-1215192201 -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-1077270-1215192201.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.62 2.16 2.05 4/80 22517
/proc/meminfo: memFree=1653552/2055920 swapFree=4180396/4192956
[pid=22517] ppid=22515 vsize=12268 CPUtime=0
/proc/22517/stat : 22517 (sugar) R 22515 22517 19055 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1998192957 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264840641125 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/22517/statm: 3067 316 241 3 0 167 0

[startup+0.106349 s]
/proc/loadavg: 2.62 2.16 2.05 4/80 22517
/proc/meminfo: memFree=1653552/2055920 swapFree=4180396/4192956
[pid=22517] ppid=22515 vsize=13600 CPUtime=0.04
/proc/22517/stat : 22517 (sugar) S 22515 22517 19055 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1998192957 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22517/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.201354 s]
/proc/loadavg: 2.62 2.16 2.05 4/80 22517
/proc/meminfo: memFree=1653552/2055920 swapFree=4180396/4192956
[pid=22517] ppid=22515 vsize=13600 CPUtime=0.04
/proc/22517/stat : 22517 (sugar) S 22515 22517 19055 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1998192957 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22517/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301363 s]
/proc/loadavg: 2.62 2.16 2.05 4/80 22517
/proc/meminfo: memFree=1653552/2055920 swapFree=4180396/4192956
[pid=22517] ppid=22515 vsize=13600 CPUtime=0.04
/proc/22517/stat : 22517 (sugar) S 22515 22517 19055 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1998192957 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22517/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701405 s]
/proc/loadavg: 2.62 2.16 2.05 4/80 22517
/proc/meminfo: memFree=1653552/2055920 swapFree=4180396/4192956
[pid=22517] ppid=22515 vsize=13600 CPUtime=0.39
/proc/22517/stat : 22517 (sugar) S 22515 22517 19055 0 -1 4194304 973 4462 0 1 3 1 32 3 16 0 1 0 1998192957 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22517/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.50148 s]
/proc/loadavg: 2.62 2.16 2.05 4/91 22539
/proc/meminfo: memFree=1639576/2055920 swapFree=4180396/4192956
[pid=22517] ppid=22515 vsize=13600 CPUtime=0.39
/proc/22517/stat : 22517 (sugar) S 22515 22517 19055 0 -1 4194304 974 4462 0 1 3 1 32 3 15 0 1 0 1998192957 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22517/statm: 3400 797 370 3 0 500 0
[pid=22530] ppid=22517 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22517 22517 19055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998192999 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22530/statm: 1339 233 193 169 0 50 0
[pid=22531] ppid=22530 vsize=868364 CPUtime=1.05
/proc/22531/stat : 22531 (java) S 22530 22517 19055 0 -1 0 6382 0 1 0 98 7 0 0 18 0 9 0 1998192999 889204736 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22531/statm: 217091 5497 2562 9 0 211638 0
[pid=22531/tid=22532] ppid=22530 vsize=868364 CPUtime=0.77
/proc/22531/task/22532/stat : 22532 (java) R 22530 22517 19055 0 -1 64 2808 0 1 0 73 4 0 0 20 0 9 0 1998193000 889204736 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4126900109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22533] ppid=22530 vsize=868364 CPUtime=0.06
/proc/22531/task/22533/stat : 22533 (java) S 22530 22517 19055 0 -1 64 1410 0 0 0 5 1 0 0 16 0 9 0 1998193001 889204736 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22534] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22534/stat : 22534 (java) S 22530 22517 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998193001 889204736 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22535] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22535/stat : 22535 (java) S 22530 22517 19055 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998193001 889204736 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22536] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22536/stat : 22536 (java) S 22530 22517 19055 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1998193003 889204736 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22537] ppid=22530 vsize=868364 CPUtime=0.2
/proc/22531/task/22537/stat : 22537 (java) S 22530 22517 19055 0 -1 64 1471 0 0 0 19 1 0 0 16 0 9 0 1998193003 889204736 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22538] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22538/stat : 22538 (java) S 22530 22517 19055 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998193004 889204736 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22539] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22539/stat : 22539 (java) S 22530 22517 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998193004 889204736 5497 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) 887320

[startup+3.10265 s]
/proc/loadavg: 2.65 2.18 2.05 3/91 22539
/proc/meminfo: memFree=1626776/2055920 swapFree=4180396/4192956
[pid=22517] ppid=22515 vsize=13600 CPUtime=0.39
/proc/22517/stat : 22517 (sugar) S 22515 22517 19055 0 -1 4194304 974 4462 0 1 3 1 32 3 15 0 1 0 1998192957 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22517/statm: 3400 797 370 3 0 500 0
[pid=22530] ppid=22517 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22517 22517 19055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998192999 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22530/statm: 1339 233 193 169 0 50 0
[pid=22531] ppid=22530 vsize=868364 CPUtime=2.64
/proc/22531/stat : 22531 (java) S 22530 22517 19055 0 -1 0 6888 0 1 0 244 20 0 0 18 0 9 0 1998192999 889204736 5508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22531/statm: 217091 5508 2562 9 0 211638 0
[pid=22531/tid=22532] ppid=22530 vsize=868364 CPUtime=2.21
/proc/22531/task/22532/stat : 22532 (java) R 22530 22517 19055 0 -1 64 3304 0 1 0 207 14 0 0 25 0 9 0 1998193000 889204736 5508 996147200 134512640 134550740 4294955952 18446744073709551615 4126592494 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22533] ppid=22530 vsize=868364 CPUtime=0.19
/proc/22531/task/22533/stat : 22533 (java) S 22530 22517 19055 0 -1 64 1411 0 0 0 16 3 0 0 16 0 9 0 1998193001 889204736 5508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22534] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22534/stat : 22534 (java) S 22530 22517 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998193001 889204736 5508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22535] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22535/stat : 22535 (java) S 22530 22517 19055 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998193001 889204736 5508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22536] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22536/stat : 22536 (java) S 22530 22517 19055 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1998193003 889204736 5508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22537] ppid=22530 vsize=868364 CPUtime=0.22
/proc/22531/task/22537/stat : 22537 (java) S 22530 22517 19055 0 -1 64 1480 0 0 0 21 1 0 0 16 0 9 0 1998193003 889204736 5508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22538] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22538/stat : 22538 (java) S 22530 22517 19055 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998193004 889204736 5508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22539] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22539/stat : 22539 (java) S 22530 22517 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998193004 889204736 5508 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) 887320

[startup+6.30298 s]
/proc/loadavg: 2.65 2.18 2.05 3/91 22539
/proc/meminfo: memFree=1590360/2055920 swapFree=4180396/4192956
[pid=22517] ppid=22515 vsize=13600 CPUtime=0.39
/proc/22517/stat : 22517 (sugar) S 22515 22517 19055 0 -1 4194304 974 4462 0 1 3 1 32 3 16 0 1 0 1998192957 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22517/statm: 3400 797 370 3 0 500 0
[pid=22530] ppid=22517 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22517 22517 19055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998192999 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22530/statm: 1339 233 193 169 0 50 0
[pid=22531] ppid=22530 vsize=868364 CPUtime=5.8
/proc/22531/stat : 22531 (java) S 22530 22517 19055 0 -1 0 7889 0 1 0 531 49 0 0 18 0 9 0 1998192999 889204736 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22531/statm: 217091 5509 2562 9 0 211638 0
[pid=22531/tid=22532] ppid=22530 vsize=868364 CPUtime=5.1
/proc/22531/task/22532/stat : 22532 (java) R 22530 22517 19055 0 -1 64 4304 0 1 0 473 37 0 0 25 0 9 0 1998193000 889204736 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22533] ppid=22530 vsize=868364 CPUtime=0.45
/proc/22531/task/22533/stat : 22533 (java) R 22530 22517 19055 0 -1 64 1411 0 0 0 36 9 0 0 15 0 9 0 1998193001 889204736 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22534] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22534/stat : 22534 (java) S 22530 22517 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998193001 889204736 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22535] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22535/stat : 22535 (java) S 22530 22517 19055 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998193001 889204736 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22536] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22536/stat : 22536 (java) S 22530 22517 19055 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1998193003 889204736 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22537] ppid=22530 vsize=868364 CPUtime=0.22
/proc/22531/task/22537/stat : 22537 (java) S 22530 22517 19055 0 -1 64 1481 0 0 0 21 1 0 0 17 0 9 0 1998193003 889204736 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22538] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22538/stat : 22538 (java) S 22530 22517 19055 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998193004 889204736 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22539] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22539/stat : 22539 (java) S 22530 22517 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998193004 889204736 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887320

[startup+12.7028 s]
/proc/loadavg: 2.63 2.19 2.06 3/91 22539
/proc/meminfo: memFree=1512088/2055920 swapFree=4180396/4192956
[pid=22517] ppid=22515 vsize=13600 CPUtime=0.39
/proc/22517/stat : 22517 (sugar) S 22515 22517 19055 0 -1 4194304 974 4462 0 1 3 1 32 3 16 0 1 0 1998192957 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22517/statm: 3400 797 370 3 0 500 0
[pid=22530] ppid=22517 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22517 22517 19055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998192999 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22530/statm: 1339 233 193 169 0 50 0
[pid=22531] ppid=22530 vsize=868364 CPUtime=11.94
/proc/22531/stat : 22531 (java) S 22530 22517 19055 0 -1 0 9806 0 1 0 1085 109 0 0 18 0 9 0 1998192999 889204736 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22531/statm: 217091 5509 2562 9 0 211638 0
[pid=22531/tid=22532] ppid=22530 vsize=868364 CPUtime=10.79
/proc/22531/task/22532/stat : 22532 (java) R 22530 22517 19055 0 -1 64 6221 0 1 0 993 86 0 0 25 0 9 0 1998193000 889204736 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22533] ppid=22530 vsize=868364 CPUtime=0.89
/proc/22531/task/22533/stat : 22533 (java) S 22530 22517 19055 0 -1 64 1411 0 0 0 69 20 0 0 15 0 9 0 1998193001 889204736 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22534] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22534/stat : 22534 (java) S 22530 22517 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998193001 889204736 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22535] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22535/stat : 22535 (java) S 22530 22517 19055 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998193001 889204736 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22536] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22536/stat : 22536 (java) S 22530 22517 19055 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1998193003 889204736 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22537] ppid=22530 vsize=868364 CPUtime=0.22
/proc/22531/task/22537/stat : 22537 (java) S 22530 22517 19055 0 -1 64 1481 0 0 0 21 1 0 0 17 0 9 0 1998193003 889204736 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22538] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22538/stat : 22538 (java) S 22530 22517 19055 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998193004 889204736 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22539] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22539/stat : 22539 (java) S 22530 22517 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998193004 889204736 5509 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 887320

[startup+25.502 s]
/proc/loadavg: 2.53 2.18 2.06 3/91 22539
/proc/meminfo: memFree=1353304/2055920 swapFree=4180396/4192956
[pid=22517] ppid=22515 vsize=13600 CPUtime=0.39
/proc/22517/stat : 22517 (sugar) S 22515 22517 19055 0 -1 4194304 974 4462 0 1 3 1 32 3 16 0 1 0 1998192957 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22517/statm: 3400 797 370 3 0 500 0
[pid=22530] ppid=22517 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22517 22517 19055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998192999 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22530/statm: 1339 233 193 169 0 50 0
[pid=22531] ppid=22530 vsize=868364 CPUtime=24.33
/proc/22531/stat : 22531 (java) S 22530 22517 19055 0 -1 0 13653 0 1 0 2209 224 0 0 18 0 9 0 1998192999 889204736 5510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22531/statm: 217091 5510 2562 9 0 211638 0
[pid=22531/tid=22532] ppid=22530 vsize=868364 CPUtime=22.29
/proc/22531/task/22532/stat : 22532 (java) R 22530 22517 19055 0 -1 64 10067 0 1 0 2048 181 0 0 25 0 9 0 1998193000 889204736 5510 996147200 134512640 134550740 4294955952 18446744073709551615 4126900136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22533] ppid=22530 vsize=868364 CPUtime=1.8
/proc/22531/task/22533/stat : 22533 (java) S 22530 22517 19055 0 -1 64 1412 0 0 0 139 41 0 0 16 0 9 0 1998193001 889204736 5510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22534] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22534/stat : 22534 (java) S 22530 22517 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998193001 889204736 5510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22535] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22535/stat : 22535 (java) S 22530 22517 19055 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998193001 889204736 5510 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

################
# More data... #
################

[pid=22531/tid=22537] ppid=22530 vsize=868364 CPUtime=0.22
/proc/22531/task/22537/stat : 22537 (java) S 22530 22517 19055 0 -1 64 1483 0 0 0 21 1 0 0 16 0 9 0 1998193003 889204736 5513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22538] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22538/stat : 22538 (java) S 22530 22517 19055 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998193004 889204736 5513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22539] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22539/stat : 22539 (java) S 22530 22517 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998193004 889204736 5513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.63
Current children cumulated vsize (KiB) 887320

[startup+162.302 s]
/proc/loadavg: 2.74 2.33 2.12 2/84 22567
/proc/meminfo: memFree=16072/2055920 swapFree=4180396/4192956
[pid=22517] ppid=22515 vsize=13600 CPUtime=0.39
/proc/22517/stat : 22517 (sugar) S 22515 22517 19055 0 -1 4194304 974 4462 0 1 3 1 32 3 16 0 1 0 1998192957 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22517/statm: 3400 797 370 3 0 500 0
[pid=22530] ppid=22517 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22517 22517 19055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998192999 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22530/statm: 1339 233 193 169 0 50 0
[pid=22531] ppid=22530 vsize=868364 CPUtime=157.73
/proc/22531/stat : 22531 (java) S 22530 22517 19055 0 -1 0 55895 0 1 0 14246 1527 0 0 18 0 9 0 1998192999 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22531/statm: 217091 5514 2562 9 0 211638 0
[pid=22531/tid=22532] ppid=22530 vsize=868364 CPUtime=146
/proc/22531/task/22532/stat : 22532 (java) R 22530 22517 19055 0 -1 64 52305 0 1 0 13350 1250 0 0 25 0 9 0 1998193000 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4126907960 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22533] ppid=22530 vsize=868364 CPUtime=11.48
/proc/22531/task/22533/stat : 22533 (java) S 22530 22517 19055 0 -1 64 1414 0 0 0 873 275 0 0 16 0 9 0 1998193001 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22534] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22534/stat : 22534 (java) S 22530 22517 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998193001 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22535] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22535/stat : 22535 (java) S 22530 22517 19055 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998193001 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22536] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22536/stat : 22536 (java) S 22530 22517 19055 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1998193003 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22537] ppid=22530 vsize=868364 CPUtime=0.22
/proc/22531/task/22537/stat : 22537 (java) S 22530 22517 19055 0 -1 64 1483 0 0 0 21 1 0 0 16 0 9 0 1998193003 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22538] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22538/stat : 22538 (java) S 22530 22517 19055 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998193004 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22539] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22539/stat : 22539 (java) S 22530 22517 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998193004 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.12
Current children cumulated vsize (KiB) 887320

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

[startup+166.401 s]
/proc/loadavg: 2.76 2.34 2.13 3/84 22567
/proc/meminfo: memFree=16328/2055920 swapFree=4180396/4192956
[pid=22517] ppid=22515 vsize=13600 CPUtime=0.39
/proc/22517/stat : 22517 (sugar) S 22515 22517 19055 0 -1 4194304 974 4462 0 1 3 1 32 3 16 0 1 0 1998192957 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22517/statm: 3400 797 370 3 0 500 0
[pid=22530] ppid=22517 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22517 22517 19055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998192999 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22530/statm: 1339 233 193 169 0 50 0
[pid=22531] ppid=22530 vsize=868364 CPUtime=161.73
/proc/22531/stat : 22531 (java) S 22530 22517 19055 0 -1 0 57181 0 1 0 14608 1565 0 0 18 0 9 0 1998192999 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22531/statm: 217091 5514 2562 9 0 211638 0
[pid=22531/tid=22532] ppid=22530 vsize=868364 CPUtime=149.72
/proc/22531/task/22532/stat : 22532 (java) R 22530 22517 19055 0 -1 64 53591 0 1 0 13691 1281 0 0 25 0 9 0 1998193000 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22533] ppid=22530 vsize=868364 CPUtime=11.77
/proc/22531/task/22533/stat : 22533 (java) S 22530 22517 19055 0 -1 64 1414 0 0 0 895 282 0 0 16 0 9 0 1998193001 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22534] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22534/stat : 22534 (java) S 22530 22517 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998193001 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22535] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22535/stat : 22535 (java) S 22530 22517 19055 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998193001 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22536] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22536/stat : 22536 (java) S 22530 22517 19055 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1998193003 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22537] ppid=22530 vsize=868364 CPUtime=0.22
/proc/22531/task/22537/stat : 22537 (java) S 22530 22517 19055 0 -1 64 1483 0 0 0 21 1 0 0 16 0 9 0 1998193003 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22538] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22538/stat : 22538 (java) S 22530 22517 19055 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998193004 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22539] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22539/stat : 22539 (java) S 22530 22517 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998193004 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 887320

[startup+172.806 s]
/proc/loadavg: 2.80 2.36 2.14 3/84 22567
/proc/meminfo: memFree=16136/2055920 swapFree=4180396/4192956
[pid=22517] ppid=22515 vsize=13600 CPUtime=0.39
/proc/22517/stat : 22517 (sugar) S 22515 22517 19055 0 -1 4194304 974 4462 0 1 3 1 32 3 16 0 1 0 1998192957 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22517/statm: 3400 797 370 3 0 500 0
[pid=22530] ppid=22517 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22517 22517 19055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998192999 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22530/statm: 1339 233 193 169 0 50 0
[pid=22531] ppid=22530 vsize=868364 CPUtime=167.99
/proc/22531/stat : 22531 (java) S 22530 22517 19055 0 -1 0 59195 0 1 0 15170 1629 0 0 18 0 9 0 1998192999 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22531/statm: 217091 5514 2562 9 0 211638 0
[pid=22531/tid=22532] ppid=22530 vsize=868364 CPUtime=155.52
/proc/22531/task/22532/stat : 22532 (java) R 22530 22517 19055 0 -1 64 55605 0 1 0 14221 1331 0 0 25 0 9 0 1998193000 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4126900106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22533] ppid=22530 vsize=868364 CPUtime=12.22
/proc/22531/task/22533/stat : 22533 (java) S 22530 22517 19055 0 -1 64 1414 0 0 0 927 295 0 0 16 0 9 0 1998193001 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22534] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22534/stat : 22534 (java) S 22530 22517 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998193001 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22535] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22535/stat : 22535 (java) S 22530 22517 19055 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998193001 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22536] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22536/stat : 22536 (java) S 22530 22517 19055 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1998193003 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22537] ppid=22530 vsize=868364 CPUtime=0.22
/proc/22531/task/22537/stat : 22537 (java) S 22530 22517 19055 0 -1 64 1483 0 0 0 21 1 0 0 16 0 9 0 1998193003 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22538] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22538/stat : 22538 (java) S 22530 22517 19055 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998193004 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22539] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22539/stat : 22539 (java) S 22530 22517 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998193004 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 168.38
Current children cumulated vsize (KiB) 887320

[startup+176.001 s]
/proc/loadavg: 2.80 2.36 2.14 3/84 22567
/proc/meminfo: memFree=15816/2055920 swapFree=4180396/4192956
[pid=22517] ppid=22515 vsize=13600 CPUtime=0.39
/proc/22517/stat : 22517 (sugar) S 22515 22517 19055 0 -1 4194304 974 4462 0 1 3 1 32 3 16 0 1 0 1998192957 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22517/statm: 3400 797 370 3 0 500 0
[pid=22530] ppid=22517 vsize=5356 CPUtime=0
/proc/22530/stat : 22530 (sh) S 22517 22517 19055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998192999 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22530/statm: 1339 233 193 169 0 50 0
[pid=22531] ppid=22530 vsize=868364 CPUtime=171.12
/proc/22531/stat : 22531 (java) S 22530 22517 19055 0 -1 0 60202 0 1 0 15449 1663 0 0 18 0 9 0 1998192999 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22531/statm: 217091 5514 2562 9 0 211638 0
[pid=22531/tid=22532] ppid=22530 vsize=868364 CPUtime=158.41
/proc/22531/task/22532/stat : 22532 (java) R 22530 22517 19055 0 -1 64 56612 0 1 0 14483 1358 0 0 25 0 9 0 1998193000 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22533] ppid=22530 vsize=868364 CPUtime=12.45
/proc/22531/task/22533/stat : 22533 (java) S 22530 22517 19055 0 -1 64 1414 0 0 0 943 302 0 0 16 0 9 0 1998193001 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22534] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22534/stat : 22534 (java) S 22530 22517 19055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998193001 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22535] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22535/stat : 22535 (java) S 22530 22517 19055 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998193001 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22536] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22536/stat : 22536 (java) S 22530 22517 19055 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1998193003 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22537] ppid=22530 vsize=868364 CPUtime=0.22
/proc/22531/task/22537/stat : 22537 (java) S 22530 22517 19055 0 -1 64 1483 0 0 0 21 1 0 0 16 0 9 0 1998193003 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22538] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22538/stat : 22538 (java) S 22530 22517 19055 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998193004 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22531/tid=22539] ppid=22530 vsize=868364 CPUtime=0
/proc/22531/task/22539/stat : 22539 (java) S 22530 22517 19055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998193004 889204736 5514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 171.51
Current children cumulated vsize (KiB) 887320

[startup+179.203 s]
/proc/loadavg: 2.81 2.37 2.14 3/84 22567
/proc/meminfo: memFree=16136/2055920 swapFree=4180396/4192956
[pid=22517] ppid=22515 vsize=13600 CPUtime=174.6
/proc/22517/stat : 22517 (sugar) R 22515 22517 19055 0 -1 4194304 996 65947 0 2 3 5 15755 1697 16 0 1 0 1998192957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 0 0 0 17 1 0 0
/proc/22517/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 174.6
Current children cumulated vsize (KiB) 13600

[startup+180.002 s]
/proc/loadavg: 2.81 2.37 2.14 3/74 22567
/proc/meminfo: memFree=334616/2055920 swapFree=4180396/4192956
[pid=22517] ppid=22515 vsize=13600 CPUtime=175.4
/proc/22517/stat : 22517 (sugar) R 22515 22517 19055 0 -1 4194304 996 65947 0 2 3 85 15755 1697 17 0 1 0 1998192957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 0 0 0 17 1 0 0
/proc/22517/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 175.4
Current children cumulated vsize (KiB) 13600

[startup+180.402 s]
/proc/loadavg: 2.81 2.37 2.14 2/74 22567
/proc/meminfo: memFree=1946776/2055920 swapFree=4180396/4192956
[pid=22517] ppid=22515 vsize=13600 CPUtime=175.59
/proc/22517/stat : 22517 (sugar) D 22515 22517 19055 0 -1 4194304 996 65947 0 2 3 104 15755 1697 15 0 1 0 1998192957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22517/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 175.59
Current children cumulated vsize (KiB) 13600

[startup+180.603 s]
/proc/loadavg: 2.81 2.37 2.14 2/74 22567
/proc/meminfo: memFree=1946776/2055920 swapFree=4180396/4192956
[pid=22517] ppid=22515 vsize=13600 CPUtime=175.59
/proc/22517/stat : 22517 (sugar) D 22515 22517 19055 0 -1 4194304 996 65947 0 2 3 104 15755 1697 15 0 1 0 1998192957 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22517/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 175.59
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 180.693
CPU time (s): 175.619
CPU user time (s): 157.589
CPU system time (s): 18.0303
CPU usage (%): 97.1919
Max. virtual memory (cumulated for all children) (KiB): 887320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 157.589
system time used= 18.0303
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66973
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 388493
involuntary context switches= 391152

runsolver used 0.233964 second user time and 0.593909 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-04 19:23:21
IDJOB=1077270
IDBENCH=56660
IDSOLVER=346
FILE ID=node44/1077270-1215192201
PBS_JOBID= 7881538
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/primes-15/normalized-primes-15-60-2-7.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-1077270-1215192201/watcher-1077270-1215192201 -o /tmp/evaluation-result-1077270-1215192201/solver-1077270-1215192201 -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-1077270-1215192201.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 62b1a82d160798f5b8d7cdaa214da549
RANDOM SEED=2049819305

node44.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.213
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.213
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:       1654096 kB
Buffers:         45068 kB
Cached:         155472 kB
SwapCached:       6316 kB
Active:         263076 kB
Inactive:        77228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1654096 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            1652 kB
Writeback:           0 kB
Mapped:         156296 kB
Slab:            46500 kB
Committed_AS:  4319864 kB
PageTables:       2060 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 node44 at 2008-07-04 19:26:22