Trace number 1086486

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? 715.233 727.728

General information on the benchmark

Namecsp/fapp/fapp38/
normalized-fapp38-2500-9.xml
MD5SUM68fe27f113711ce0fc0a376a1a638b50
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark75.1596
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints62132
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension62132
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.13	c 0	Sugar v1-13 + HOME/minisat
0.01/0.13	c 0	BEGIN Sat Jul  5 08:31:42 2008
0.01/0.13	c 0	PID 13020
0.01/0.13	c 0	HOST node29.alineos.net
0.01/0.13	c 0	CONVERTING HOME/instance-1086486-1215239502.xml TO HOME/temp.csp
0.01/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086486-1215239502.xml' 'HOME/temp.csp'
3.34/3.51	c 4	18 domains, 2500 variables, 8 predicates, 0 relations, 62132 constraints
3.34/3.55	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.34/3.55	c 4	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'
3.38/3.63	c 4	Parsing HOME/temp.csp
3.38/4.02	c 4	parsed 10000 expressions
4.11/4.38	c 5	parsed 20000 expressions
4.50/4.72	c 5	parsed 30000 expressions
4.70/4.99	c 5	parsed 40000 expressions
5.19/5.40	c 6	parsed 50000 expressions
5.39/5.67	c 6	parsed 60000 expressions
5.58/5.80	c 6	parsed 64658 expressions
5.58/5.81	c 6	Heap : 30 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.58/5.81	c 6	Converting to clausal form CSP
14.59/14.97	c 15	converted 6466 (10%) expressions
28.35/28.81	c 29	converted 12932 (20%) expressions
41.31/41.98	c 42	converted 19398 (30%) expressions
54.57/55.36	c 56	converted 25864 (40%) expressions
67.06/67.96	c 68	converted 32329 (50%) expressions
79.34/80.40	c 81	converted 38795 (60%) expressions
92.20/93.39	c 94	converted 45261 (70%) expressions
103.78/105.05	c 105	converted 51727 (80%) expressions
114.77/116.19	c 116	converted 58193 (90%) expressions
125.27/126.79	c 127	converted 64658 (100%) expressions
125.27/126.79	c 127	CSP : 14853 integers, 182734 booleans, 406023 clauses, largest domain size 4043
125.27/126.79	c 127	Heap : 226 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
125.27/126.79	c 127	Propagation in CSP
138.83/140.49	c 141	73080 values, 0 unsatisfiable literals, and 0 valid clauses are removed
138.83/140.50	c 141	CSP : 14853 integers, 182734 booleans, 406023 clauses, largest domain size 4043
138.83/140.50	c 141	Heap : 245 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
139.03/140.60	c 141	Simplifing CSP by introducing new Boolean variables
141.51/143.11	c 143	CSP : 14853 integers, 327546 booleans, 550835 clauses, largest domain size 4043
141.51/143.11	c 143	Heap : 300 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
143.19/144.84	c 145	Encoding CSP to SAT : HOME/temp.cnf
169.83/171.70	c 172	1486 (10%) CSP integer variables are encoded (871952 clauses, 14601413 bytes)
189.88/192.14	c 192	2971 (20%) CSP integer variables are encoded (3316713 clauses, 60799191 bytes)
197.37/199.77	c 200	4456 (30%) CSP integer variables are encoded (9033166 clauses, 169411798 bytes)
205.38/207.93	c 208	5942 (40%) CSP integer variables are encoded (14747462 clauses, 287487757 bytes)
213.34/216.14	c 216	7427 (50%) CSP integer variables are encoded (20448683 clauses, 407213398 bytes)
221.23/224.23	c 225	8912 (60%) CSP integer variables are encoded (26069588 clauses, 525252403 bytes)
229.16/232.56	c 233	10398 (70%) CSP integer variables are encoded (31743690 clauses, 644408545 bytes)
236.94/240.67	c 241	11883 (80%) CSP integer variables are encoded (37323171 clauses, 761577646 bytes)
244.80/248.76	c 249	13368 (90%) CSP integer variables are encoded (42923444 clauses, 879183379 bytes)
252.64/257.60	c 258	14853 (100%) CSP integer variables are encoded (48491341 clauses, 996109216 bytes)
714.43/725.97	c 726	ERROR Exception Too large HOME/temp.cnf
714.43/725.98	c 726	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
714.43/725.98	c 726	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
714.43/725.98	c 726	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
714.43/725.98	s UNKNOWN
714.56/726.10	c 726	CPU 701.05 (0.04 0.01 701.01 13.52)
714.56/726.10	c 726	END Sat Jul  5 08:43:48 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-1086486-1215239502/watcher-1086486-1215239502 -o /tmp/evaluation-result-1086486-1215239502/solver-1086486-1215239502 -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-1086486-1215239502.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.00 2.05 2.06 4/80 13020
/proc/meminfo: memFree=1282096/2055920 swapFree=4180452/4192956
[pid=13020] ppid=13018 vsize=18572 CPUtime=0
/proc/13020/stat : 13020 (runsolver) D 13018 13020 12366 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2002924020 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221780700455 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/13020/statm: 4643 292 257 25 0 2626 0

[startup+0.0768109 s]
/proc/loadavg: 2.00 2.05 2.06 4/80 13020
/proc/meminfo: memFree=1282096/2055920 swapFree=4180452/4192956
[pid=13020] ppid=13018 vsize=12272 CPUtime=0
/proc/13020/stat : 13020 (sugar) D 13018 13020 12366 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 2002924020 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/13020/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101815 s]
/proc/loadavg: 2.00 2.05 2.06 4/80 13020
/proc/meminfo: memFree=1282096/2055920 swapFree=4180452/4192956
[pid=13020] ppid=13018 vsize=12544 CPUtime=0.01
/proc/13020/stat : 13020 (sugar) R 13018 13020 12366 0 -1 4194304 501 0 0 0 1 0 0 0 18 0 1 0 2002924020 12845056 469 996147200 4194304 4206940 548682068608 18446744073709551615 221794159312 0 0 4224 0 0 0 0 17 1 0 0
/proc/13020/statm: 3136 469 298 3 0 236 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12544

[startup+0.301828 s]
/proc/loadavg: 2.00 2.05 2.06 4/80 13020
/proc/meminfo: memFree=1282096/2055920 swapFree=4180452/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=0.04
/proc/13020/stat : 13020 (sugar) S 13018 13020 12366 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002924020 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702854 s]
/proc/loadavg: 2.00 2.05 2.06 4/80 13020
/proc/meminfo: memFree=1282096/2055920 swapFree=4180452/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=0.04
/proc/13020/stat : 13020 (sugar) S 13018 13020 12366 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002924020 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50291 s]
/proc/loadavg: 2.00 2.05 2.06 4/91 13032
/proc/meminfo: memFree=1247384/2055920 swapFree=4180452/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=0.04
/proc/13020/stat : 13020 (sugar) S 13018 13020 12366 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002924020 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 796 370 3 0 500 0
[pid=13023] ppid=13020 vsize=5356 CPUtime=0
/proc/13023/stat : 13023 (sh) S 13020 13020 12366 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002924034 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13023/statm: 1339 233 193 169 0 50 0
[pid=13024] ppid=13023 vsize=866660 CPUtime=1.33
/proc/13024/stat : 13024 (java) S 13023 13020 12366 0 -1 0 17928 0 1 0 123 10 0 0 18 0 9 0 2002924034 887459840 15512 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13024/statm: 216665 15512 2529 9 0 211247 0
[pid=13024/tid=13025] ppid=13023 vsize=866660 CPUtime=0.68
/proc/13024/task/13025/stat : 13025 (java) R 13023 13020 12366 0 -1 64 2974 0 1 0 65 3 0 0 25 0 9 0 2002924035 887459840 15512 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13024/tid=13026] ppid=13023 vsize=866660 CPUtime=0.53
/proc/13024/task/13026/stat : 13026 (java) R 13023 13020 12366 0 -1 64 13767 0 0 0 48 5 0 0 16 0 9 0 2002924036 887459840 15512 996147200 134512640 134550740 4294956000 18446744073709551615 104180232 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13024/tid=13027] ppid=13023 vsize=866660 CPUtime=0
/proc/13024/task/13027/stat : 13027 (java) S 13023 13020 12366 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002924036 887459840 15512 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13024/tid=13028] ppid=13023 vsize=866660 CPUtime=0
/proc/13024/task/13028/stat : 13028 (java) S 13023 13020 12366 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2002924036 887459840 15512 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13024/tid=13029] ppid=13023 vsize=866660 CPUtime=0
/proc/13024/task/13029/stat : 13029 (java) S 13023 13020 12366 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002924039 887459840 15512 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13024/tid=13030] ppid=13023 vsize=866660 CPUtime=0.09
/proc/13024/task/13030/stat : 13030 (java) S 13023 13020 12366 0 -1 64 486 0 0 0 9 0 0 0 16 0 9 0 2002924039 887459840 15512 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13024/tid=13031] ppid=13023 vsize=866660 CPUtime=0
/proc/13024/task/13031/stat : 13031 (java) S 13023 13020 12366 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002924039 887459840 15512 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13024/tid=13032] ppid=13023 vsize=866660 CPUtime=0
/proc/13024/task/13032/stat : 13032 (java) S 13023 13020 12366 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002924039 887459840 15512 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 885616

[startup+3.102 s]
/proc/loadavg: 2.00 2.05 2.06 3/91 13032
/proc/meminfo: memFree=1203992/2055920 swapFree=4180452/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=0.04
/proc/13020/stat : 13020 (sugar) S 13018 13020 12366 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002924020 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 796 370 3 0 500 0
[pid=13023] ppid=13020 vsize=5356 CPUtime=0
/proc/13023/stat : 13023 (sh) S 13020 13020 12366 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002924034 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13023/statm: 1339 233 193 169 0 50 0
[pid=13024] ppid=13023 vsize=864676 CPUtime=2.92
/proc/13024/stat : 13024 (java) S 13023 13020 12366 0 -1 0 29887 0 1 0 276 16 0 0 18 0 9 0 2002924034 885428224 25991 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13024/statm: 216169 25991 2529 9 0 210751 0
[pid=13024/tid=13025] ppid=13023 vsize=864676 CPUtime=1.47
/proc/13024/task/13025/stat : 13025 (java) R 13023 13020 12366 0 -1 64 3868 0 1 0 143 4 0 0 25 0 9 0 2002924035 885428224 25991 996147200 134512640 134550740 4294956000 18446744073709551615 4125978148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13024/tid=13026] ppid=13023 vsize=864676 CPUtime=1.28
/proc/13024/task/13026/stat : 13026 (java) S 13023 13020 12366 0 -1 64 24798 0 0 0 118 10 0 0 16 0 9 0 2002924036 885428224 25991 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13024/tid=13027] ppid=13023 vsize=864676 CPUtime=0
/proc/13024/task/13027/stat : 13027 (java) S 13023 13020 12366 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002924036 885428224 25991 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13024/tid=13028] ppid=13023 vsize=864676 CPUtime=0
/proc/13024/task/13028/stat : 13028 (java) S 13023 13020 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002924036 885428224 25991 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13024/tid=13029] ppid=13023 vsize=864676 CPUtime=0
/proc/13024/task/13029/stat : 13029 (java) S 13023 13020 12366 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002924039 885428224 25991 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13024/tid=13030] ppid=13023 vsize=864676 CPUtime=0.13
/proc/13024/task/13030/stat : 13030 (java) S 13023 13020 12366 0 -1 64 520 0 0 0 13 0 0 0 16 0 9 0 2002924039 885428224 25991 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13024/tid=13031] ppid=13023 vsize=864676 CPUtime=0
/proc/13024/task/13031/stat : 13031 (java) S 13023 13020 12366 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002924039 885428224 25991 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13024/tid=13032] ppid=13023 vsize=864676 CPUtime=0
/proc/13024/task/13032/stat : 13032 (java) S 13023 13020 12366 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002924039 885428224 25991 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 883632

[startup+6.30221 s]
/proc/loadavg: 2.00 2.05 2.06 3/91 13042
/proc/meminfo: memFree=1248280/2055920 swapFree=4180452/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.38
/proc/13020/stat : 13020 (sugar) S 13018 13020 12366 0 -1 4194304 974 30542 0 1 3 1 315 19 15 0 1 0 2002924020 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 797 370 3 0 500 0
[pid=13033] ppid=13020 vsize=5356 CPUtime=0
/proc/13033/stat : 13033 (sh) S 13020 13020 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002924375 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13033/statm: 1339 233 193 169 0 50 0
[pid=13034] ppid=13033 vsize=868424 CPUtime=2.7
/proc/13034/stat : 13034 (java) S 13033 13020 12366 0 -1 0 14183 0 1 0 260 10 0 0 18 0 9 0 2002924375 889266176 12735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13034/statm: 217106 12735 2543 9 0 211681 0
[pid=13034/tid=13035] ppid=13033 vsize=868424 CPUtime=1.75
/proc/13034/task/13035/stat : 13035 (java) R 13033 13020 12366 0 -1 64 3076 0 1 0 172 3 0 0 25 0 9 0 2002924376 889266176 12735 996147200 134512640 134550740 4294955952 18446744073709551615 4126428766 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13036] ppid=13033 vsize=868424 CPUtime=0.73
/proc/13034/task/13036/stat : 13036 (java) S 13033 13020 12366 0 -1 64 8940 0 0 0 69 4 0 0 16 0 9 0 2002924377 889266176 12735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13037] ppid=13033 vsize=868424 CPUtime=0
/proc/13034/task/13037/stat : 13037 (java) S 13033 13020 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002924377 889266176 12735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13038] ppid=13033 vsize=868424 CPUtime=0
/proc/13034/task/13038/stat : 13038 (java) S 13033 13020 12366 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002924377 889266176 12735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13039] ppid=13033 vsize=868424 CPUtime=0
/proc/13034/task/13039/stat : 13039 (java) S 13033 13020 12366 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002924379 889266176 12735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13040] ppid=13033 vsize=868424 CPUtime=0.19
/proc/13034/task/13040/stat : 13040 (java) S 13033 13020 12366 0 -1 64 1470 0 0 0 18 1 0 0 16 0 9 0 2002924379 889266176 12735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13041] ppid=13033 vsize=868424 CPUtime=0
/proc/13034/task/13041/stat : 13041 (java) S 13033 13020 12366 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002924379 889266176 12735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13042] ppid=13033 vsize=868424 CPUtime=0
/proc/13034/task/13042/stat : 13042 (java) S 13033 13020 12366 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002924379 889266176 12735 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 887380

[startup+12.7026 s]
/proc/loadavg: 2.00 2.05 2.06 3/91 13042
/proc/meminfo: memFree=1226712/2055920 swapFree=4180452/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.38
/proc/13020/stat : 13020 (sugar) S 13018 13020 12366 0 -1 4194304 974 30542 0 1 3 1 315 19 15 0 1 0 2002924020 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 797 370 3 0 500 0
[pid=13033] ppid=13020 vsize=5356 CPUtime=0
/proc/13033/stat : 13033 (sh) S 13020 13020 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002924375 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13033/statm: 1339 233 193 169 0 50 0
[pid=13034] ppid=13033 vsize=868424 CPUtime=9.03
/proc/13034/stat : 13034 (java) S 13033 13020 12366 0 -1 0 21181 0 1 0 887 16 0 0 18 0 9 0 2002924375 889266176 15317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13034/statm: 217106 15317 2541 9 0 211681 0
[pid=13034/tid=13035] ppid=13033 vsize=868424 CPUtime=7.35
/proc/13034/task/13035/stat : 13035 (java) R 13033 13020 12366 0 -1 64 3564 0 1 0 732 3 0 0 25 0 9 0 2002924376 889266176 15317 996147200 134512640 134550740 4294955952 18446744073709551615 4126567784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13036] ppid=13033 vsize=868424 CPUtime=1.42
/proc/13034/task/13036/stat : 13036 (java) S 13033 13020 12366 0 -1 64 15432 0 0 0 132 10 0 0 16 0 9 0 2002924377 889266176 15317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13037] ppid=13033 vsize=868424 CPUtime=0
/proc/13034/task/13037/stat : 13037 (java) S 13033 13020 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002924377 889266176 15317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13038] ppid=13033 vsize=868424 CPUtime=0
/proc/13034/task/13038/stat : 13038 (java) S 13033 13020 12366 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002924377 889266176 15317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13039] ppid=13033 vsize=868424 CPUtime=0
/proc/13034/task/13039/stat : 13039 (java) S 13033 13020 12366 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002924379 889266176 15317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13040] ppid=13033 vsize=868424 CPUtime=0.22
/proc/13034/task/13040/stat : 13040 (java) S 13033 13020 12366 0 -1 64 1488 0 0 0 21 1 0 0 17 0 9 0 2002924379 889266176 15317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13041] ppid=13033 vsize=868424 CPUtime=0
/proc/13034/task/13041/stat : 13041 (java) S 13033 13020 12366 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002924379 889266176 15317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13042] ppid=13033 vsize=868424 CPUtime=0
/proc/13034/task/13042/stat : 13042 (java) S 13033 13020 12366 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002924379 889266176 15317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 887380

[startup+25.5024 s]
/proc/loadavg: 2.00 2.05 2.06 4/91 13042
/proc/meminfo: memFree=1206616/2055920 swapFree=4180452/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.38
/proc/13020/stat : 13020 (sugar) S 13018 13020 12366 0 -1 4194304 974 30542 0 1 3 1 315 19 16 0 1 0 2002924020 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 797 370 3 0 500 0
[pid=13033] ppid=13020 vsize=5356 CPUtime=0
/proc/13033/stat : 13033 (sh) S 13020 13020 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002924375 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13033/statm: 1339 233 193 169 0 50 0
[pid=13034] ppid=13033 vsize=868424 CPUtime=21.7
/proc/13034/stat : 13034 (java) S 13033 13020 12366 0 -1 0 29773 0 1 0 2146 24 0 0 18 0 9 0 2002924375 889266176 20014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13034/statm: 217106 20014 2541 9 0 211681 0
[pid=13034/tid=13035] ppid=13033 vsize=868424 CPUtime=18.86
/proc/13034/task/13035/stat : 13035 (java) R 13033 13020 12366 0 -1 64 3935 0 1 0 1881 5 0 0 25 0 9 0 2002924376 889266176 20014 996147200 134512640 134550740 4294955952 18446744073709551615 4126569200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13036] ppid=13033 vsize=868424 CPUtime=2.58
/proc/13034/task/13036/stat : 13036 (java) S 13033 13020 12366 0 -1 64 23644 0 0 0 242 16 0 0 16 0 9 0 2002924377 889266176 20014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13037] ppid=13033 vsize=868424 CPUtime=0
/proc/13034/task/13037/stat : 13037 (java) S 13033 13020 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002924377 889266176 20014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13038] ppid=13033 vsize=868424 CPUtime=0
/proc/13034/task/13038/stat : 13038 (java) S 13033 13020 12366 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002924377 889266176 20014 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/13034/task/13035/stat : 13035 (java) R 13033 13020 12366 0 -1 64 10669 0 1 0 65863 1226 0 0 25 0 9 0 2002924376 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4127090340 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13036] ppid=13033 vsize=868536 CPUtime=16.53
/proc/13034/task/13036/stat : 13036 (java) S 13033 13020 12366 0 -1 64 95124 0 0 0 1588 65 0 0 16 0 9 0 2002924377 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13037] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13037/stat : 13037 (java) S 13033 13020 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002924377 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13038] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13038/stat : 13038 (java) S 13033 13020 12366 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002924377 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13039] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13039/stat : 13039 (java) S 13033 13020 12366 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002924379 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13040] ppid=13033 vsize=868536 CPUtime=0.33
/proc/13034/task/13040/stat : 13040 (java) S 13033 13020 12366 0 -1 64 1543 0 0 0 32 1 0 0 16 0 9 0 2002924379 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13041] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13041/stat : 13041 (java) S 13033 13020 12366 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002924379 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13042] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13042/stat : 13042 (java) S 13033 13020 12366 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002924379 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 691.18
Current children cumulated vsize (KiB) 887492

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

[startup+704.301 s]
/proc/loadavg: 2.07 2.07 2.07 3/91 13042
/proc/meminfo: memFree=16152/2055920 swapFree=4180452/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.38
/proc/13020/stat : 13020 (sugar) S 13018 13020 12366 0 -1 4194304 974 30542 0 1 3 1 315 19 16 0 1 0 2002924020 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 797 370 3 0 500 0
[pid=13033] ppid=13020 vsize=5356 CPUtime=0
/proc/13033/stat : 13033 (sh) S 13020 13020 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002924375 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13033/statm: 1339 233 193 169 0 50 0
[pid=13034] ppid=13033 vsize=868536 CPUtime=689.76
/proc/13034/stat : 13034 (java) S 13033 13020 12366 0 -1 0 108037 0 1 0 67679 1297 0 0 18 0 9 0 2002924375 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13034/statm: 217134 80803 2566 9 0 211681 0
[pid=13034/tid=13035] ppid=13033 vsize=868536 CPUtime=672.87
/proc/13034/task/13035/stat : 13035 (java) R 13033 13020 12366 0 -1 64 10673 0 1 0 66058 1229 0 0 25 0 9 0 2002924376 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4127089184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13036] ppid=13033 vsize=868536 CPUtime=16.53
/proc/13034/task/13036/stat : 13036 (java) S 13033 13020 12366 0 -1 64 95124 0 0 0 1588 65 0 0 16 0 9 0 2002924377 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13037] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13037/stat : 13037 (java) S 13033 13020 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002924377 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13038] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13038/stat : 13038 (java) S 13033 13020 12366 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002924377 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13039] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13039/stat : 13039 (java) S 13033 13020 12366 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002924379 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13040] ppid=13033 vsize=868536 CPUtime=0.33
/proc/13034/task/13040/stat : 13040 (java) S 13033 13020 12366 0 -1 64 1543 0 0 0 32 1 0 0 16 0 9 0 2002924379 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13041] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13041/stat : 13041 (java) S 13033 13020 12366 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002924379 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13042] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13042/stat : 13042 (java) S 13033 13020 12366 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002924379 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 693.14
Current children cumulated vsize (KiB) 887492

[startup+717.103 s]
/proc/loadavg: 2.06 2.07 2.07 3/91 13042
/proc/meminfo: memFree=16216/2055920 swapFree=4180452/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.38
/proc/13020/stat : 13020 (sugar) S 13018 13020 12366 0 -1 4194304 974 30542 0 1 3 1 315 19 16 0 1 0 2002924020 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 797 370 3 0 500 0
[pid=13033] ppid=13020 vsize=5356 CPUtime=0
/proc/13033/stat : 13033 (sh) S 13020 13020 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002924375 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13033/statm: 1339 233 193 169 0 50 0
[pid=13034] ppid=13033 vsize=868536 CPUtime=702.39
/proc/13034/stat : 13034 (java) S 13033 13020 12366 0 -1 0 108062 0 1 0 68925 1314 0 0 18 0 9 0 2002924375 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13034/statm: 217134 80803 2566 9 0 211681 0
[pid=13034/tid=13035] ppid=13033 vsize=868536 CPUtime=685.46
/proc/13034/task/13035/stat : 13035 (java) R 13033 13020 12366 0 -1 64 10698 0 1 0 67301 1245 0 0 25 0 9 0 2002924376 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4127090340 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13036] ppid=13033 vsize=868536 CPUtime=16.56
/proc/13034/task/13036/stat : 13036 (java) S 13033 13020 12366 0 -1 64 95124 0 0 0 1591 65 0 0 16 0 9 0 2002924377 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13037] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13037/stat : 13037 (java) S 13033 13020 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002924377 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13038] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13038/stat : 13038 (java) S 13033 13020 12366 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002924377 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13039] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13039/stat : 13039 (java) S 13033 13020 12366 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002924379 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13040] ppid=13033 vsize=868536 CPUtime=0.33
/proc/13034/task/13040/stat : 13040 (java) S 13033 13020 12366 0 -1 64 1543 0 0 0 32 1 0 0 16 0 9 0 2002924379 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13041] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13041/stat : 13041 (java) S 13033 13020 12366 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002924379 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13042] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13042/stat : 13042 (java) S 13033 13020 12366 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002924379 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 705.77
Current children cumulated vsize (KiB) 887492

[startup+723.501 s]
/proc/loadavg: 2.05 2.06 2.07 3/91 13042
/proc/meminfo: memFree=15000/2055920 swapFree=4180452/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.38
/proc/13020/stat : 13020 (sugar) S 13018 13020 12366 0 -1 4194304 974 30542 0 1 3 1 315 19 16 0 1 0 2002924020 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 797 370 3 0 500 0
[pid=13033] ppid=13020 vsize=5356 CPUtime=0
/proc/13033/stat : 13033 (sh) S 13020 13020 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002924375 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13033/statm: 1339 233 193 169 0 50 0
[pid=13034] ppid=13033 vsize=868536 CPUtime=708.69
/proc/13034/stat : 13034 (java) S 13033 13020 12366 0 -1 0 108076 0 1 0 69543 1326 0 0 18 0 9 0 2002924375 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13034/statm: 217134 80803 2566 9 0 211681 0
[pid=13034/tid=13035] ppid=13033 vsize=868536 CPUtime=691.75
/proc/13034/task/13035/stat : 13035 (java) R 13033 13020 12366 0 -1 64 10712 0 1 0 67918 1257 0 0 25 0 9 0 2002924376 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4127087472 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13036] ppid=13033 vsize=868536 CPUtime=16.57
/proc/13034/task/13036/stat : 13036 (java) S 13033 13020 12366 0 -1 64 95124 0 0 0 1592 65 0 0 16 0 9 0 2002924377 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13037] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13037/stat : 13037 (java) S 13033 13020 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002924377 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13038] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13038/stat : 13038 (java) S 13033 13020 12366 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002924377 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13039] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13039/stat : 13039 (java) S 13033 13020 12366 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002924379 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13040] ppid=13033 vsize=868536 CPUtime=0.33
/proc/13034/task/13040/stat : 13040 (java) S 13033 13020 12366 0 -1 64 1543 0 0 0 32 1 0 0 16 0 9 0 2002924379 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13041] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13041/stat : 13041 (java) S 13033 13020 12366 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002924379 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13042] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13042/stat : 13042 (java) S 13033 13020 12366 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002924379 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 712.07
Current children cumulated vsize (KiB) 887492

[startup+725.102 s]
/proc/loadavg: 2.05 2.06 2.07 3/91 13042
/proc/meminfo: memFree=15896/2055920 swapFree=4180452/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=3.38
/proc/13020/stat : 13020 (sugar) S 13018 13020 12366 0 -1 4194304 974 30542 0 1 3 1 315 19 16 0 1 0 2002924020 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13020/statm: 3400 797 370 3 0 500 0
[pid=13033] ppid=13020 vsize=5356 CPUtime=0
/proc/13033/stat : 13033 (sh) S 13020 13020 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002924375 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13033/statm: 1339 233 193 169 0 50 0
[pid=13034] ppid=13033 vsize=868536 CPUtime=710.27
/proc/13034/stat : 13034 (java) S 13033 13020 12366 0 -1 0 108079 0 1 0 69700 1327 0 0 18 0 9 0 2002924375 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13034/statm: 217134 80803 2566 9 0 211681 0
[pid=13034/tid=13035] ppid=13033 vsize=868536 CPUtime=693.32
/proc/13034/task/13035/stat : 13035 (java) R 13033 13020 12366 0 -1 64 10715 0 1 0 68074 1258 0 0 25 0 9 0 2002924376 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4126639015 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13036] ppid=13033 vsize=868536 CPUtime=16.58
/proc/13034/task/13036/stat : 13036 (java) S 13033 13020 12366 0 -1 64 95124 0 0 0 1593 65 0 0 16 0 9 0 2002924377 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13037] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13037/stat : 13037 (java) S 13033 13020 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002924377 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13038] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13038/stat : 13038 (java) S 13033 13020 12366 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002924377 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13039] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13039/stat : 13039 (java) S 13033 13020 12366 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002924379 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13040] ppid=13033 vsize=868536 CPUtime=0.33
/proc/13034/task/13040/stat : 13040 (java) S 13033 13020 12366 0 -1 64 1543 0 0 0 32 1 0 0 16 0 9 0 2002924379 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13041] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13041/stat : 13041 (java) S 13033 13020 12366 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002924379 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13034/tid=13042] ppid=13033 vsize=868536 CPUtime=0
/proc/13034/task/13042/stat : 13042 (java) S 13033 13020 12366 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002924379 889380864 80803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 713.65
Current children cumulated vsize (KiB) 887492

[startup+726.701 s]
/proc/loadavg: 2.05 2.06 2.07 3/81 13042
/proc/meminfo: memFree=704608/2055920 swapFree=4180452/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=715.12
/proc/13020/stat : 13020 (sugar) D 13018 13020 12366 0 -1 4194304 996 138919 0 4 4 55 70101 1352 20 0 1 0 2002924020 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13020/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 715.12
Current children cumulated vsize (KiB) 13600

[startup+727.507 s]
/proc/loadavg: 2.05 2.06 2.07 2/81 13042
/proc/meminfo: memFree=1362912/2055920 swapFree=4180452/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=715.19
/proc/13020/stat : 13020 (sugar) D 13018 13020 12366 0 -1 4194304 996 138919 0 4 4 62 70101 1352 18 0 1 0 2002924020 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13020/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 715.19
Current children cumulated vsize (KiB) 13600

[startup+727.702 s]
/proc/loadavg: 2.05 2.06 2.07 2/81 13042
/proc/meminfo: memFree=1362912/2055920 swapFree=4180452/4192956
[pid=13020] ppid=13018 vsize=13600 CPUtime=715.21
/proc/13020/stat : 13020 (sugar) D 13018 13020 12366 0 -1 4194304 996 138919 0 4 4 64 70101 1352 18 0 1 0 2002924020 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13020/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 715.21
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 727.728
CPU time (s): 715.233
CPU user time (s): 701.06
CPU system time (s): 14.1728
CPU usage (%): 98.283
Max. virtual memory (cumulated for all children) (KiB): 901632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 701.06
system time used= 14.1728
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139945
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43039
involuntary context switches= 59224

runsolver used 0.878866 second user time and 2.54361 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-05 08:31:42
IDJOB=1086486
IDBENCH=57829
IDSOLVER=346
FILE ID=node29/1086486-1215239502
PBS_JOBID= 7881953
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp38/normalized-fapp38-2500-9.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-1086486-1215239502/watcher-1086486-1215239502 -o /tmp/evaluation-result-1086486-1215239502/solver-1086486-1215239502 -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-1086486-1215239502.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 68fe27f113711ce0fc0a376a1a638b50
RANDOM SEED=730164188

node29.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.220
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.220
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:       1282576 kB
Buffers:          7012 kB
Cached:         104084 kB
SwapCached:       6272 kB
Active:         691444 kB
Inactive:        27900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1282576 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            9956 kB
Writeback:           0 kB
Mapped:         622064 kB
Slab:            37836 kB
Committed_AS:  4259272 kB
PageTables:       3156 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= 66480 MiB
End job on node29 at 2008-07-05 08:43:50