Trace number 1109565

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 134.202 138.698

General information on the benchmark

Namecsp/fischer/
normalized-fischer-5-7-fair.xml
MD5SUMd2e0111bc12a0f1866da9545d0c2e512
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best Number of falsified constraints
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables9219
Number of constraints8712
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8712
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.06	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.07	c 0	BEGIN Fri Jul 11 21:46:00 2008
0.05/0.07	c 0	PID 14842
0.05/0.07	c 0	HOST node53.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-1109565-1215805560.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109565-1215805560.xml' 'HOME/temp.csp'
0.06/0.90	c 1	3 domains, 9219 variables, 9 predicates, 0 relations, 8712 constraints
0.06/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.92	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.99	c 1	Parsing HOME/temp.csp
1.33/1.24	c 1	parsed 10000 expressions
1.53/1.42	c 1	parsed 17943 expressions
1.53/1.43	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.63/1.54	c 1	MAX CSP: 8712 constraints
1.63/1.54	c 1	Converting to clausal form CSP
1.63/1.58	c 2	converted 2666 (10%) expressions
1.63/1.58	c 2	converted 5332 (20%) expressions
1.63/1.58	c 2	converted 7998 (30%) expressions
1.92/1.71	c 2	converted 10664 (40%) expressions
2.03/1.80	c 2	converted 13329 (50%) expressions
2.24/2.02	c 2	converted 15995 (60%) expressions
2.34/2.17	c 2	converted 18661 (70%) expressions
2.65/2.42	c 2	converted 21327 (80%) expressions
2.75/2.54	c 2	converted 23993 (90%) expressions
3.76/3.50	c 3	converted 26658 (100%) expressions
3.76/3.51	c 3	CSP : 33505 integers, 9280 booleans, 65652 clauses, largest domain size 20001
3.76/3.51	c 3	Heap : 43 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.76/3.51	c 3	Propagation in CSP
4.38/4.16	c 4	8709 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.38/4.17	c 4	CSP : 33505 integers, 9280 booleans, 65652 clauses, largest domain size 20001
4.38/4.17	c 4	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.38/4.19	c 4	Simplifing CSP by introducing new Boolean variables
4.49/4.28	c 4	CSP : 33505 integers, 23178 booleans, 79550 clauses, largest domain size 20001
4.49/4.28	c 4	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.78/4.54	c 4	Encoding CSP to SAT : HOME/temp.cnf
86.71/88.24	c 88	3351 (10%) CSP integer variables are encoded (66066249 clauses, 1365170486 bytes)
133.18/135.22	c 135	ERROR Exception Too large HOME/temp.cnf
133.20/135.53	c 135	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:201)
133.20/135.53	c 135	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
133.20/135.53	c 135	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
133.20/135.53	s UNKNOWN
133.22/135.74	c 136	CPU 119.99 (0.05 0.01 119.94 13.23)
133.22/135.74	c 136	END Fri Jul 11 21:48:16 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1109565-1215805560/watcher-1109565-1215805560 -o /tmp/evaluation-result-1109565-1215805560/solver-1109565-1215805560 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1109565-1215805560.xml 

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


[startup+0 s]
/proc/loadavg: 1.04 1.51 1.80 3/64 14842
/proc/meminfo: memFree=1928448/2055920 swapFree=4192812/4192956
[pid=14842] ppid=14840 vsize=12268 CPUtime=0
/proc/14842/stat : 14842 (sugar++) R 14840 14842 13153 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 37255344 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 269930429029 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/14842/statm: 3067 316 241 3 0 167 0

[startup+0.0551819 s]
/proc/loadavg: 1.04 1.51 1.80 3/64 14842
/proc/meminfo: memFree=1928448/2055920 swapFree=4192812/4192956
[pid=14842] ppid=14840 vsize=16212 CPUtime=0.05
/proc/14842/stat : 14842 (sugar++) R 14840 14842 13153 0 -1 4194304 954 0 0 0 4 1 0 0 18 0 1 0 37255344 16601088 922 996147200 4194304 4206940 548682068528 18446744073709551615 269930107617 0 0 4224 0 0 0 0 17 0 0 0
/proc/14842/statm: 4053 922 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101198 s]
/proc/loadavg: 1.04 1.51 1.80 3/64 14842
/proc/meminfo: memFree=1928448/2055920 swapFree=4192812/4192956
[pid=14842] ppid=14840 vsize=16740 CPUtime=0.06
/proc/14842/stat : 14842 (sugar++) S 14840 14842 13153 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 37255344 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14842/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301236 s]
/proc/loadavg: 1.04 1.51 1.80 3/64 14842
/proc/meminfo: memFree=1928448/2055920 swapFree=4192812/4192956
[pid=14842] ppid=14840 vsize=16740 CPUtime=0.06
/proc/14842/stat : 14842 (sugar++) S 14840 14842 13153 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 37255344 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14842/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701317 s]
/proc/loadavg: 1.04 1.51 1.80 3/64 14842
/proc/meminfo: memFree=1928448/2055920 swapFree=4192812/4192956
[pid=14842] ppid=14840 vsize=16740 CPUtime=0.06
/proc/14842/stat : 14842 (sugar++) S 14840 14842 13153 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 37255344 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14842/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50148 s]
/proc/loadavg: 1.04 1.51 1.80 2/75 14864
/proc/meminfo: memFree=1920488/2055920 swapFree=4192812/4192956
[pid=14842] ppid=14840 vsize=16740 CPUtime=1.01
/proc/14842/stat : 14842 (sugar++) S 14840 14842 13153 0 -1 4194304 1297 10282 0 1 5 1 90 5 16 0 1 0 37255344 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14842/statm: 4185 1104 409 3 0 764 0
[pid=14855] ppid=14842 vsize=5356 CPUtime=0
/proc/14855/stat : 14855 (sh) S 14842 14842 13153 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37255437 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14855/statm: 1339 233 193 169 0 50 0
[pid=14856] ppid=14855 vsize=865292 CPUtime=0.62
/proc/14856/stat : 14856 (java) S 14855 14842 13153 0 -1 0 6869 0 1 0 59 3 0 0 19 0 9 0 37255438 886059008 6053 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14856/statm: 216323 6053 2540 9 0 210898 0
[pid=14856/tid=14857] ppid=14855 vsize=865292 CPUtime=0.4
/proc/14856/task/14857/stat : 14857 (java) S 14855 14842 13153 0 -1 64 2548 0 1 0 39 1 0 0 16 0 9 0 37255438 886059008 6053 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14858] ppid=14855 vsize=865292 CPUtime=0.12
/proc/14856/task/14858/stat : 14858 (java) R 14855 14842 13153 0 -1 64 3269 0 0 0 12 0 0 0 16 0 9 0 37255439 886059008 6053 996147200 134512640 134550740 4294955920 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14859] ppid=14855 vsize=865292 CPUtime=0
/proc/14856/task/14859/stat : 14859 (java) S 14855 14842 13153 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37255440 886059008 6053 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14860] ppid=14855 vsize=865292 CPUtime=0
/proc/14856/task/14860/stat : 14860 (java) S 14855 14842 13153 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37255440 886059008 6053 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14861] ppid=14855 vsize=865292 CPUtime=0
/proc/14856/task/14861/stat : 14861 (java) S 14855 14842 13153 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37255442 886059008 6053 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14862] ppid=14855 vsize=865292 CPUtime=0.07
/proc/14856/task/14862/stat : 14862 (java) S 14855 14842 13153 0 -1 64 354 0 0 0 7 0 0 0 16 0 9 0 37255442 886059008 6053 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14863] ppid=14855 vsize=865292 CPUtime=0
/proc/14856/task/14863/stat : 14863 (java) S 14855 14842 13153 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 37255442 886059008 6053 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14864] ppid=14855 vsize=865292 CPUtime=0
/proc/14856/task/14864/stat : 14864 (java) S 14855 14842 13153 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37255442 886059008 6053 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 887388

[startup+3.10278 s]
/proc/loadavg: 1.03 1.50 1.80 2/75 14864
/proc/meminfo: memFree=1894504/2055920 swapFree=4192812/4192956
[pid=14842] ppid=14840 vsize=16740 CPUtime=1.01
/proc/14842/stat : 14842 (sugar++) S 14840 14842 13153 0 -1 4194304 1297 10282 0 1 5 1 90 5 16 0 1 0 37255344 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14842/statm: 4185 1104 409 3 0 764 0
[pid=14855] ppid=14842 vsize=5356 CPUtime=0
/proc/14855/stat : 14855 (sh) S 14842 14842 13153 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37255437 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14855/statm: 1339 233 193 169 0 50 0
[pid=14856] ppid=14855 vsize=869748 CPUtime=2.36
/proc/14856/stat : 14856 (java) S 14855 14842 13153 0 -1 0 15616 0 1 0 228 8 0 0 19 0 9 0 37255438 890621952 14405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14856/statm: 217437 14405 2540 9 0 212012 0
[pid=14856/tid=14857] ppid=14855 vsize=869748 CPUtime=1.3
/proc/14856/task/14857/stat : 14857 (java) S 14855 14842 13153 0 -1 64 2953 0 1 0 128 2 0 0 16 0 9 0 37255438 890621952 14405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14858] ppid=14855 vsize=869748 CPUtime=0.82
/proc/14856/task/14858/stat : 14858 (java) R 14855 14842 13153 0 -1 64 10463 0 0 0 78 4 0 0 17 0 9 0 37255439 890621952 14405 996147200 134512640 134550740 4294955920 18446744073709551615 102731859 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14859] ppid=14855 vsize=869748 CPUtime=0
/proc/14856/task/14859/stat : 14859 (java) S 14855 14842 13153 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37255440 890621952 14405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14860] ppid=14855 vsize=869748 CPUtime=0
/proc/14856/task/14860/stat : 14860 (java) S 14855 14842 13153 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37255440 890621952 14405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14861] ppid=14855 vsize=869748 CPUtime=0
/proc/14856/task/14861/stat : 14861 (java) S 14855 14842 13153 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37255442 890621952 14405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14862] ppid=14855 vsize=869748 CPUtime=0.2
/proc/14856/task/14862/stat : 14862 (java) S 14855 14842 13153 0 -1 64 1502 0 0 0 20 0 0 0 15 0 9 0 37255442 890621952 14405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14863] ppid=14855 vsize=869748 CPUtime=0
/proc/14856/task/14863/stat : 14863 (java) S 14855 14842 13153 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 37255442 890621952 14405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14864] ppid=14855 vsize=869748 CPUtime=0
/proc/14856/task/14864/stat : 14864 (java) S 14855 14842 13153 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37255442 890621952 14405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 891844

[startup+6.30127 s]
/proc/loadavg: 1.03 1.50 1.80 2/75 14864
/proc/meminfo: memFree=1848680/2055920 swapFree=4192812/4192956
[pid=14842] ppid=14840 vsize=16740 CPUtime=1.01
/proc/14842/stat : 14842 (sugar++) S 14840 14842 13153 0 -1 4194304 1297 10282 0 1 5 1 90 5 15 0 1 0 37255344 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14842/statm: 4185 1104 409 3 0 764 0
[pid=14855] ppid=14842 vsize=5356 CPUtime=0
/proc/14855/stat : 14855 (sh) S 14842 14842 13153 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37255437 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14855/statm: 1339 233 193 169 0 50 0
[pid=14856] ppid=14855 vsize=869356 CPUtime=5.61
/proc/14856/stat : 14856 (java) S 14855 14842 13153 0 -1 0 20298 0 1 0 537 24 0 0 19 0 9 0 37255438 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14856/statm: 217339 18326 2565 9 0 211886 0
[pid=14856/tid=14857] ppid=14855 vsize=869356 CPUtime=3.96
/proc/14856/task/14857/stat : 14857 (java) R 14855 14842 13153 0 -1 64 3428 0 1 0 380 16 0 0 25 0 9 0 37255438 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14858] ppid=14855 vsize=869356 CPUtime=1.36
/proc/14856/task/14858/stat : 14858 (java) S 14855 14842 13153 0 -1 64 14629 0 0 0 130 6 0 0 16 0 9 0 37255439 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14859] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14859/stat : 14859 (java) S 14855 14842 13153 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37255440 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14860] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14860/stat : 14860 (java) S 14855 14842 13153 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37255440 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14861] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14861/stat : 14861 (java) S 14855 14842 13153 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37255442 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14862] ppid=14855 vsize=869356 CPUtime=0.26
/proc/14856/task/14862/stat : 14862 (java) S 14855 14842 13153 0 -1 64 1543 0 0 0 26 0 0 0 16 0 9 0 37255442 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14863] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14863/stat : 14863 (java) S 14855 14842 13153 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 37255442 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14864] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14864/stat : 14864 (java) S 14855 14842 13153 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37255442 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.62
Current children cumulated vsize (KiB) 891452

[startup+12.7025 s]
/proc/loadavg: 1.03 1.49 1.79 2/75 14864
/proc/meminfo: memFree=1740976/2055920 swapFree=4192812/4192956
[pid=14842] ppid=14840 vsize=16740 CPUtime=1.01
/proc/14842/stat : 14842 (sugar++) S 14840 14842 13153 0 -1 4194304 1297 10282 0 1 5 1 90 5 15 0 1 0 37255344 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14842/statm: 4185 1104 409 3 0 764 0
[pid=14855] ppid=14842 vsize=5356 CPUtime=0
/proc/14855/stat : 14855 (sh) S 14842 14842 13153 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37255437 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14855/statm: 1339 233 193 169 0 50 0
[pid=14856] ppid=14855 vsize=869356 CPUtime=11.9
/proc/14856/stat : 14856 (java) S 14855 14842 13153 0 -1 0 20777 0 1 0 1107 83 0 0 19 0 9 0 37255438 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14856/statm: 217339 18326 2565 9 0 211886 0
[pid=14856/tid=14857] ppid=14855 vsize=869356 CPUtime=10.1
/proc/14856/task/14857/stat : 14857 (java) R 14855 14842 13153 0 -1 64 3907 0 1 0 939 71 0 0 16 0 9 0 37255438 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4127169200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14858] ppid=14855 vsize=869356 CPUtime=1.5
/proc/14856/task/14858/stat : 14858 (java) S 14855 14842 13153 0 -1 64 14629 0 0 0 141 9 0 0 16 0 9 0 37255439 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14859] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14859/stat : 14859 (java) S 14855 14842 13153 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37255440 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14860] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14860/stat : 14860 (java) S 14855 14842 13153 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37255440 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14861] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14861/stat : 14861 (java) S 14855 14842 13153 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37255442 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14862] ppid=14855 vsize=869356 CPUtime=0.26
/proc/14856/task/14862/stat : 14862 (java) S 14855 14842 13153 0 -1 64 1543 0 0 0 26 0 0 0 16 0 9 0 37255442 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14863] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14863/stat : 14863 (java) S 14855 14842 13153 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 37255442 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14864] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14864/stat : 14864 (java) S 14855 14842 13153 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37255442 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.91
Current children cumulated vsize (KiB) 891452

[startup+25.5021 s]
/proc/loadavg: 1.10 1.49 1.79 2/75 14864
/proc/meminfo: memFree=1532080/2055920 swapFree=4192812/4192956
[pid=14842] ppid=14840 vsize=16740 CPUtime=1.01
/proc/14842/stat : 14842 (sugar++) S 14840 14842 13153 0 -1 4194304 1297 10282 0 1 5 1 90 5 15 0 1 0 37255344 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14842/statm: 4185 1104 409 3 0 764 0
[pid=14855] ppid=14842 vsize=5356 CPUtime=0
/proc/14855/stat : 14855 (sh) S 14842 14842 13153 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37255437 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14855/statm: 1339 233 193 169 0 50 0
[pid=14856] ppid=14855 vsize=869356 CPUtime=24.18
/proc/14856/stat : 14856 (java) S 14855 14842 13153 0 -1 0 21645 0 1 0 2183 235 0 0 19 0 9 0 37255438 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14856/statm: 217339 18326 2565 9 0 211886 0
[pid=14856/tid=14857] ppid=14855 vsize=869356 CPUtime=22
/proc/14856/task/14857/stat : 14857 (java) R 14855 14842 13153 0 -1 64 4775 0 1 0 1982 218 0 0 18 0 9 0 37255438 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4127170805 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14858] ppid=14855 vsize=869356 CPUtime=1.89
/proc/14856/task/14858/stat : 14858 (java) S 14855 14842 13153 0 -1 64 14629 0 0 0 174 15 0 0 16 0 9 0 37255439 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14859] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14859/stat : 14859 (java) S 14855 14842 13153 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37255440 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14860] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14860/stat : 14860 (java) S 14855 14842 13153 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37255440 890220544 18326 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+102.305 s]
/proc/loadavg: 1.25 1.45 1.75 2/75 14864
/proc/meminfo: memFree=257072/2055920 swapFree=4192812/4192956
[pid=14842] ppid=14840 vsize=16740 CPUtime=1.01
/proc/14842/stat : 14842 (sugar++) S 14840 14842 13153 0 -1 4194304 1297 10282 0 1 5 1 90 5 16 0 1 0 37255344 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14842/statm: 4185 1104 409 3 0 764 0
[pid=14855] ppid=14842 vsize=5356 CPUtime=0
/proc/14855/stat : 14855 (sh) S 14842 14842 13153 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37255437 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14855/statm: 1339 233 193 169 0 50 0
[pid=14856] ppid=14855 vsize=869356 CPUtime=99.67
/proc/14856/stat : 14856 (java) S 14855 14842 13153 0 -1 0 26922 0 1 0 8984 983 0 0 19 0 9 0 37255438 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14856/statm: 217339 18328 2565 9 0 211886 0
[pid=14856/tid=14857] ppid=14855 vsize=869356 CPUtime=95.15
/proc/14856/task/14857/stat : 14857 (java) R 14855 14842 13153 0 -1 64 10050 0 1 0 8586 929 0 0 17 0 9 0 37255438 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4127171123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14858] ppid=14855 vsize=869356 CPUtime=4.23
/proc/14856/task/14858/stat : 14858 (java) S 14855 14842 13153 0 -1 64 14629 0 0 0 371 52 0 0 16 0 9 0 37255439 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14859] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14859/stat : 14859 (java) S 14855 14842 13153 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37255440 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14860] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14860/stat : 14860 (java) S 14855 14842 13153 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37255440 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14861] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14861/stat : 14861 (java) S 14855 14842 13153 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37255442 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14862] ppid=14855 vsize=869356 CPUtime=0.26
/proc/14856/task/14862/stat : 14862 (java) S 14855 14842 13153 0 -1 64 1545 0 0 0 26 0 0 0 16 0 9 0 37255442 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14863] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14863/stat : 14863 (java) S 14855 14842 13153 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 37255442 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14864] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14864/stat : 14864 (java) S 14855 14842 13153 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37255442 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.68
Current children cumulated vsize (KiB) 891452

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

[startup+115.103 s]
/proc/loadavg: 1.21 1.44 1.74 2/75 14864
/proc/meminfo: memFree=58608/2055920 swapFree=4192812/4192956
[pid=14842] ppid=14840 vsize=16740 CPUtime=1.01
/proc/14842/stat : 14842 (sugar++) S 14840 14842 13153 0 -1 4194304 1297 10282 0 1 5 1 90 5 16 0 1 0 37255344 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14842/statm: 4185 1104 409 3 0 764 0
[pid=14855] ppid=14842 vsize=5356 CPUtime=0
/proc/14855/stat : 14855 (sh) S 14842 14842 13153 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37255437 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14855/statm: 1339 233 193 169 0 50 0
[pid=14856] ppid=14855 vsize=869356 CPUtime=112.28
/proc/14856/stat : 14856 (java) S 14855 14842 13153 0 -1 0 27805 0 1 0 10114 1114 0 0 19 0 9 0 37255438 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14856/statm: 217339 18328 2565 9 0 211886 0
[pid=14856/tid=14857] ppid=14855 vsize=869356 CPUtime=107.37
/proc/14856/task/14857/stat : 14857 (java) R 14855 14842 13153 0 -1 64 10933 0 1 0 9684 1053 0 0 25 0 9 0 37255438 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4127167818 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14858] ppid=14855 vsize=869356 CPUtime=4.63
/proc/14856/task/14858/stat : 14858 (java) S 14855 14842 13153 0 -1 64 14629 0 0 0 403 60 0 0 16 0 9 0 37255439 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14859] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14859/stat : 14859 (java) S 14855 14842 13153 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37255440 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14860] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14860/stat : 14860 (java) S 14855 14842 13153 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37255440 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14861] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14861/stat : 14861 (java) S 14855 14842 13153 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37255442 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14862] ppid=14855 vsize=869356 CPUtime=0.26
/proc/14856/task/14862/stat : 14862 (java) S 14855 14842 13153 0 -1 64 1545 0 0 0 26 0 0 0 16 0 9 0 37255442 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14863] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14863/stat : 14863 (java) S 14855 14842 13153 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 37255442 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14864] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14864/stat : 14864 (java) S 14855 14842 13153 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37255442 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 113.29
Current children cumulated vsize (KiB) 891452

[startup+127.901 s]
/proc/loadavg: 1.31 1.45 1.74 2/75 14864
/proc/meminfo: memFree=16176/2055920 swapFree=4192812/4192956
[pid=14842] ppid=14840 vsize=16740 CPUtime=1.01
/proc/14842/stat : 14842 (sugar++) S 14840 14842 13153 0 -1 4194304 1297 10282 0 1 5 1 90 5 16 0 1 0 37255344 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14842/statm: 4185 1104 409 3 0 764 0
[pid=14855] ppid=14842 vsize=5356 CPUtime=0
/proc/14855/stat : 14855 (sh) S 14842 14842 13153 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37255437 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14855/statm: 1339 233 193 169 0 50 0
[pid=14856] ppid=14855 vsize=869356 CPUtime=124.93
/proc/14856/stat : 14856 (java) S 14855 14842 13153 0 -1 0 28688 0 1 0 11248 1245 0 0 19 0 9 0 37255438 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14856/statm: 217339 18328 2565 9 0 211886 0
[pid=14856/tid=14857] ppid=14855 vsize=869356 CPUtime=119.64
/proc/14856/task/14857/stat : 14857 (java) R 14855 14842 13153 0 -1 64 11816 0 1 0 10786 1178 0 0 18 0 9 0 37255438 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14858] ppid=14855 vsize=869356 CPUtime=5
/proc/14856/task/14858/stat : 14858 (java) S 14855 14842 13153 0 -1 64 14629 0 0 0 435 65 0 0 16 0 9 0 37255439 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14859] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14859/stat : 14859 (java) S 14855 14842 13153 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37255440 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14860] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14860/stat : 14860 (java) S 14855 14842 13153 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37255440 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14861] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14861/stat : 14861 (java) S 14855 14842 13153 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37255442 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14862] ppid=14855 vsize=869356 CPUtime=0.26
/proc/14856/task/14862/stat : 14862 (java) S 14855 14842 13153 0 -1 64 1545 0 0 0 26 0 0 0 16 0 9 0 37255442 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14863] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14863/stat : 14863 (java) S 14855 14842 13153 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 37255442 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14864] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14864/stat : 14864 (java) R 14855 14842 13153 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37255442 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 125.94
Current children cumulated vsize (KiB) 891452

[startup+134.302 s]
/proc/loadavg: 1.28 1.44 1.73 2/75 14864
/proc/meminfo: memFree=15024/2055920 swapFree=4192812/4192956
[pid=14842] ppid=14840 vsize=16740 CPUtime=1.01
/proc/14842/stat : 14842 (sugar++) S 14840 14842 13153 0 -1 4194304 1297 10282 0 1 5 1 90 5 16 0 1 0 37255344 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14842/statm: 4185 1104 409 3 0 764 0
[pid=14855] ppid=14842 vsize=5356 CPUtime=0
/proc/14855/stat : 14855 (sh) S 14842 14842 13153 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37255437 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14855/statm: 1339 233 193 169 0 50 0
[pid=14856] ppid=14855 vsize=869356 CPUtime=131.27
/proc/14856/stat : 14856 (java) S 14855 14842 13153 0 -1 0 29128 0 1 0 11819 1308 0 0 19 0 9 0 37255438 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14856/statm: 217339 18328 2565 9 0 211886 0
[pid=14856/tid=14857] ppid=14855 vsize=869356 CPUtime=125.81
/proc/14856/task/14857/stat : 14857 (java) R 14855 14842 13153 0 -1 64 12256 0 1 0 11343 1238 0 0 16 0 9 0 37255438 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4126476996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14858] ppid=14855 vsize=869356 CPUtime=5.17
/proc/14856/task/14858/stat : 14858 (java) S 14855 14842 13153 0 -1 64 14629 0 0 0 449 68 0 0 16 0 9 0 37255439 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14859] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14859/stat : 14859 (java) S 14855 14842 13153 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37255440 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14860] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14860/stat : 14860 (java) S 14855 14842 13153 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37255440 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14861] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14861/stat : 14861 (java) S 14855 14842 13153 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37255442 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14862] ppid=14855 vsize=869356 CPUtime=0.26
/proc/14856/task/14862/stat : 14862 (java) S 14855 14842 13153 0 -1 64 1545 0 0 0 26 0 0 0 16 0 9 0 37255442 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14856/tid=14863] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14863/stat : 14863 (java) S 14855 14842 13153 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 37255442 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14856/tid=14864] ppid=14855 vsize=869356 CPUtime=0
/proc/14856/task/14864/stat : 14864 (java) S 14855 14842 13153 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37255442 890220544 18328 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 132.28
Current children cumulated vsize (KiB) 891452

[startup+135.902 s]
/proc/loadavg: 1.28 1.44 1.73 2/75 14864
/proc/meminfo: memFree=15472/2055920 swapFree=4192812/4192956
[pid=14842] ppid=14840 vsize=16740 CPUtime=133.35
/proc/14842/stat : 14842 (sugar++) R 14840 14842 13153 0 -1 4194304 1320 39768 0 2 5 13 11994 1323 17 0 1 0 37255344 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269930435625 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14842/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 133.35
Current children cumulated vsize (KiB) 16740

[startup+137.506 s]
/proc/loadavg: 1.26 1.43 1.73 1/65 14864
/proc/meminfo: memFree=1953536/2055920 swapFree=4192812/4192956
[pid=14842] ppid=14840 vsize=16740 CPUtime=134.12
/proc/14842/stat : 14842 (sugar++) D 14840 14842 13153 0 -1 4194304 1320 39768 0 2 5 90 11994 1323 18 0 1 0 37255344 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269930435625 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14842/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 134.12
Current children cumulated vsize (KiB) 16740

[startup+138.301 s]
/proc/loadavg: 1.26 1.43 1.73 1/65 14864
/proc/meminfo: memFree=1953536/2055920 swapFree=4192812/4192956
[pid=14842] ppid=14840 vsize=16740 CPUtime=134.16
/proc/14842/stat : 14842 (sugar++) D 14840 14842 13153 0 -1 4194304 1320 39768 0 2 5 94 11994 1323 18 0 1 0 37255344 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269930435625 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14842/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 134.16
Current children cumulated vsize (KiB) 16740

[startup+138.501 s]
/proc/loadavg: 1.26 1.43 1.73 1/65 14864
/proc/meminfo: memFree=1952768/2055920 swapFree=4192812/4192956
[pid=14842] ppid=14840 vsize=16740 CPUtime=134.17
/proc/14842/stat : 14842 (sugar++) R 14840 14842 13153 0 -1 4194304 1320 39768 0 2 5 95 11994 1323 18 0 1 0 37255344 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269930435625 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14842/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 134.17
Current children cumulated vsize (KiB) 16740

[startup+138.605 s]
/proc/loadavg: 1.26 1.43 1.73 1/65 14864
/proc/meminfo: memFree=1952768/2055920 swapFree=4192812/4192956
[pid=14842] ppid=14840 vsize=16740 CPUtime=134.17
/proc/14842/stat : 14842 (sugar++) D 14840 14842 13153 0 -1 4194304 1320 39768 0 2 5 95 11994 1323 18 0 1 0 37255344 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269930435625 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14842/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 134.17
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 138.698
CPU time (s): 134.202
CPU user time (s): 120.003
CPU system time (s): 14.1988
CPU usage (%): 96.7578
Max. virtual memory (cumulated for all children) (KiB): 892344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 120.003
system time used= 14.1988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41144
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= 63326
involuntary context switches= 58752

runsolver used 0.123981 second user time and 0.403938 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-11 21:46:00
IDJOB=1109565
IDBENCH=60983
IDSOLVER=367
FILE ID=node53/1109565-1215805560
PBS_JOBID= 7903095
Free space on /tmp= 65124 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-5-7-fair.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109565-1215805560/watcher-1109565-1215805560 -o /tmp/evaluation-result-1109565-1215805560/solver-1109565-1215805560 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1109565-1215805560.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d2e0111bc12a0f1866da9545d0c2e512
RANDOM SEED=243030195

node53.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.261
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.261
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1928992 kB
Buffers:          7740 kB
Cached:          47884 kB
SwapCached:          0 kB
Active:          51496 kB
Inactive:        18564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1928992 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2320 kB
Writeback:           0 kB
Mapped:          24204 kB
Slab:            42876 kB
Committed_AS:   122256 kB
PageTables:       1440 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= 65124 MiB
End job on node53 at 2008-07-11 21:48:19