Trace number 1109469

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? 138.697 146.664

General information on the benchmark

Namecsp/fischer/
normalized-fischer-10-4-fair.xml
MD5SUMf8b66fd6ac388d9a9aa82ceb74c6c383
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 variables10995
Number of constraints10402
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10402
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.69	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.69	c 0	BEGIN Thu Aug  7 20:17:41 2008
0.04/0.69	c 0	PID 12000
0.08/0.72	c 0	HOST node74.alineos.net
0.08/0.72	c 0	CONVERTING HOME/instance-1109469-1218133059.xml TO HOME/temp.csp
0.08/0.72	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109469-1218133059.xml' 'HOME/temp.csp'
1.16/2.82	c 2	3 domains, 10995 variables, 9 predicates, 0 relations, 10402 constraints
1.16/2.84	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.16/2.84	c 2	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'
1.20/2.92	c 2	Parsing HOME/temp.csp
1.53/3.24	c 2	parsed 10000 expressions
1.73/3.46	c 2	parsed 20000 expressions
1.73/3.48	c 2	parsed 21409 expressions
1.73/3.49	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.93/3.61	c 2	MAX CSP: 10402 constraints
1.93/3.61	c 2	Converting to clausal form CSP
1.93/3.66	c 2	converted 3182 (10%) expressions
1.93/3.67	c 2	converted 6363 (20%) expressions
1.93/3.68	c 2	converted 9545 (30%) expressions
2.12/3.87	c 3	converted 12726 (40%) expressions
2.33/4.07	c 3	converted 15907 (50%) expressions
2.52/4.25	c 3	converted 19089 (60%) expressions
2.82/4.56	c 3	converted 22270 (70%) expressions
3.01/4.71	c 4	converted 25452 (80%) expressions
3.12/4.86	c 4	converted 28633 (90%) expressions
4.29/6.04	c 5	converted 31814 (100%) expressions
4.29/6.05	c 5	CSP : 40045 integers, 11078 booleans, 78541 clauses, largest domain size 20001
4.29/6.05	c 5	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.29/6.05	c 5	Propagation in CSP
5.08/6.84	c 6	10397 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.08/6.85	c 6	CSP : 40045 integers, 11078 booleans, 78541 clauses, largest domain size 20001
5.08/6.85	c 6	Heap : 56 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.08/6.87	c 6	Simplifing CSP by introducing new Boolean variables
5.48/7.26	c 6	CSP : 40045 integers, 27778 booleans, 95241 clauses, largest domain size 20001
5.48/7.26	c 6	Heap : 60 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.98/7.72	c 7	Encoding CSP to SAT : HOME/temp.cnf
106.48/111.26	c 110	4005 (10%) CSP integer variables are encoded (79006995 clauses, 1636926194 bytes)
137.91/143.56	c 142	ERROR Exception Too large HOME/temp.cnf
137.91/143.56	c 142	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:201)
137.91/143.56	c 142	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
137.91/143.56	c 142	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
137.91/143.56	s UNKNOWN
137.99/143.80	c 143	CPU 124.06 (0.06 0.02 124 13.92)
137.99/143.80	c 143	END Thu Aug  7 20:20:04 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-1109469-1218133059/watcher-1109469-1218133059 -o /tmp/evaluation-result-1109469-1218133059/solver-1109469-1218133059 -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-1109469-1218133059.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: 0.05 0.20 0.13 3/73 12000
/proc/meminfo: memFree=326632/2055920 swapFree=4180336/4192956
[pid=12000] ppid=11998 vsize=6268 CPUtime=0
/proc/12000/stat : 12000 (sugar++) D 11998 12000 11954 0 -1 4194304 62 0 0 0 0 0 0 0 18 0 1 0 140392762 6418432 47 996147200 4194304 4206940 548682068528 18446744073709551615 228772083081 0 2147483391 4096 0 18446744072099863542 0 0 17 1 0 0
/proc/12000/statm: 1567 47 36 3 0 8 0

[startup+0.0181919 s]
/proc/loadavg: 0.05 0.20 0.13 3/73 12000
/proc/meminfo: memFree=326632/2055920 swapFree=4180336/4192956
[pid=12000] ppid=11998 vsize=12268 CPUtime=0
/proc/12000/stat : 12000 (sugar++) D 11998 12000 11954 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 140392762 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 228774869605 0 2147483391 4224 0 18446744072099863542 0 0 17 0 0 0
/proc/12000/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101208 s]
/proc/loadavg: 0.05 0.20 0.13 3/73 12000
/proc/meminfo: memFree=326632/2055920 swapFree=4180336/4192956
[pid=12000] ppid=11998 vsize=12272 CPUtime=0
/proc/12000/stat : 12000 (sugar++) D 11998 12000 11954 0 -1 4194304 409 0 0 0 0 0 0 0 18 0 1 0 140392762 12566528 377 996147200 4194304 4206940 548682068528 18446744073709551615 228774869605 0 2147483391 4224 0 18446744072099863542 0 0 17 0 0 0
/proc/12000/statm: 3068 377 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301251 s]
/proc/loadavg: 0.05 0.20 0.13 3/73 12000
/proc/meminfo: memFree=326632/2055920 swapFree=4180336/4192956
[pid=12000] ppid=11998 vsize=13336 CPUtime=0.04
/proc/12000/stat : 12000 (sugar++) D 11998 12000 11954 0 -1 4194304 733 0 0 0 3 1 0 0 18 0 1 0 140392762 13656064 701 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/12000/statm: 3334 701 338 3 0 434 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13336

[startup+0.701397 s]
/proc/loadavg: 0.05 0.20 0.13 3/73 12000
/proc/meminfo: memFree=326632/2055920 swapFree=4180336/4192956
[pid=12000] ppid=11998 vsize=16740 CPUtime=0.08
/proc/12000/stat : 12000 (sugar++) S 11998 12000 11954 0 -1 4194304 1143 0 0 0 6 2 0 0 18 0 1 0 140392762 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12000/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16740

[startup+1.50248 s]
/proc/loadavg: 0.20 0.23 0.14 1/86 12014
/proc/meminfo: memFree=302840/2055920 swapFree=4180336/4192956
[pid=12000] ppid=11998 vsize=16740 CPUtime=0.08
/proc/12000/stat : 12000 (sugar++) S 11998 12000 11954 0 -1 4194304 1219 128 0 0 6 2 0 0 16 0 1 0 140392762 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12000/statm: 4185 1104 409 3 0 764 0
[pid=12008] ppid=12000 vsize=5356 CPUtime=0
/proc/12008/stat : 12008 (sh) S 12000 12000 11954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140392834 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12008/statm: 1339 233 193 169 0 50 0
[pid=12009] ppid=12008 vsize=864588 CPUtime=0.09
/proc/12009/stat : 12009 (java) S 12008 12000 11954 0 -1 0 3289 0 4 0 7 2 0 0 18 0 9 0 140392835 885338112 2772 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12009/statm: 216147 2772 1671 9 0 210729 0
[pid=12009/tid=12014] ppid=12008 vsize=864588 CPUtime=0.07
/proc/12009/task/12014/stat : 12014 (java) D 12008 12000 11954 0 -1 64 2368 0 4 0 6 1 0 0 17 0 9 0 140392852 885338112 2772 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 18446744071563478208 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 886684

[startup+3.1018 s]
/proc/loadavg: 0.20 0.23 0.14 2/93 12021
/proc/meminfo: memFree=279808/2055920 swapFree=4180336/4192956
[pid=12000] ppid=11998 vsize=16740 CPUtime=1.2
/proc/12000/stat : 12000 (sugar++) S 11998 12000 11954 0 -1 4194304 1297 11060 0 6 6 2 104 8 16 0 1 0 140392762 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12000/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 16740

[startup+6.30243 s]
/proc/loadavg: 0.43 0.28 0.15 4/93 12031
/proc/meminfo: memFree=230784/2055920 swapFree=4180336/4192956
[pid=12000] ppid=11998 vsize=16740 CPUtime=1.2
/proc/12000/stat : 12000 (sugar++) S 11998 12000 11954 0 -1 4194304 1297 11060 0 6 6 2 104 8 16 0 1 0 140392762 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12000/statm: 4185 1104 409 3 0 764 0
[pid=12022] ppid=12000 vsize=5356 CPUtime=0
/proc/12022/stat : 12022 (sh) S 12000 12000 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140393046 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12022/statm: 1339 233 193 169 0 50 0
[pid=12023] ppid=12022 vsize=868444 CPUtime=3.4
/proc/12023/stat : 12023 (java) S 12022 12000 11954 0 -1 0 21000 0 1 0 331 9 0 0 20 0 9 0 140393046 889286656 19398 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12023/statm: 217111 19398 2540 9 0 211686 0
[pid=12023/tid=12024] ppid=12022 vsize=868444 CPUtime=1.99
/proc/12023/task/12024/stat : 12024 (java) R 12022 12000 11954 0 -1 64 3188 0 1 0 197 2 0 0 25 0 9 0 140393047 889286656 19398 996147200 134512640 134550740 4294955920 18446744073709551615 4126892787 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12025] ppid=12022 vsize=868444 CPUtime=1.14
/proc/12023/task/12025/stat : 12025 (java) S 12022 12000 11954 0 -1 64 15614 0 0 0 109 5 0 0 16 0 9 0 140393049 889286656 19398 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12026] ppid=12022 vsize=868444 CPUtime=0
/proc/12023/task/12026/stat : 12026 (java) S 12022 12000 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140393049 889286656 19398 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12027] ppid=12022 vsize=868444 CPUtime=0
/proc/12023/task/12027/stat : 12027 (java) S 12022 12000 11954 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140393049 889286656 19398 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12028] ppid=12022 vsize=868444 CPUtime=0
/proc/12023/task/12028/stat : 12028 (java) S 12022 12000 11954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140393051 889286656 19398 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12029] ppid=12022 vsize=868444 CPUtime=0.23
/proc/12023/task/12029/stat : 12029 (java) S 12022 12000 11954 0 -1 64 1502 0 0 0 23 0 0 0 15 0 9 0 140393051 889286656 19398 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12030] ppid=12022 vsize=868444 CPUtime=0
/proc/12023/task/12030/stat : 12030 (java) S 12022 12000 11954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140393051 889286656 19398 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12031] ppid=12022 vsize=868444 CPUtime=0
/proc/12023/task/12031/stat : 12031 (java) S 12022 12000 11954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140393051 889286656 19398 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 890540

[startup+12.7017 s]
/proc/loadavg: 0.63 0.32 0.17 3/93 12031
/proc/meminfo: memFree=138048/2055920 swapFree=4180336/4192956
[pid=12000] ppid=11998 vsize=16740 CPUtime=1.2
/proc/12000/stat : 12000 (sugar++) S 11998 12000 11954 0 -1 4194304 1297 11060 0 6 6 2 104 8 15 0 1 0 140392762 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12000/statm: 4185 1104 409 3 0 764 0
[pid=12022] ppid=12000 vsize=5356 CPUtime=0
/proc/12022/stat : 12022 (sh) S 12000 12000 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140393046 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12022/statm: 1339 233 193 169 0 50 0
[pid=12023] ppid=12022 vsize=868556 CPUtime=9.69
/proc/12023/stat : 12023 (java) S 12022 12000 11954 0 -1 0 28728 0 2 0 914 55 0 0 20 0 9 0 140393046 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12023/statm: 217139 20879 2565 9 0 211686 0
[pid=12023/tid=12024] ppid=12022 vsize=868556 CPUtime=7.36
/proc/12023/task/12024/stat : 12024 (java) R 12022 12000 11954 0 -1 64 3929 0 2 0 692 44 0 0 25 0 9 0 140393047 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4127143529 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12025] ppid=12022 vsize=868556 CPUtime=2.03
/proc/12023/task/12025/stat : 12025 (java) S 12022 12000 11954 0 -1 64 22576 0 0 0 193 10 0 0 16 0 9 0 140393049 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12026] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12026/stat : 12026 (java) S 12022 12000 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140393049 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12027] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12027/stat : 12027 (java) S 12022 12000 11954 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140393049 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12028] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12028/stat : 12028 (java) S 12022 12000 11954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140393051 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12029] ppid=12022 vsize=868556 CPUtime=0.27
/proc/12023/task/12029/stat : 12029 (java) S 12022 12000 11954 0 -1 64 1527 0 0 0 27 0 0 0 16 0 9 0 140393051 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12030] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12030/stat : 12030 (java) S 12022 12000 11954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140393051 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12031] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12031/stat : 12031 (java) S 12022 12000 11954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140393051 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.89
Current children cumulated vsize (KiB) 890652

[startup+25.5022 s]
/proc/loadavg: 1.48 0.52 0.23 4/94 12032
/proc/meminfo: memFree=17016/2055920 swapFree=4180352/4192956
[pid=12000] ppid=11998 vsize=16740 CPUtime=1.2
/proc/12000/stat : 12000 (sugar++) S 11998 12000 11954 0 -1 4194304 1297 11060 0 6 6 2 104 8 15 0 1 0 140392762 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12000/statm: 4185 1104 409 3 0 764 0
[pid=12022] ppid=12000 vsize=5356 CPUtime=0
/proc/12022/stat : 12022 (sh) S 12000 12000 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140393046 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12022/statm: 1339 233 193 169 0 50 0
[pid=12023] ppid=12022 vsize=868556 CPUtime=21.96
/proc/12023/stat : 12023 (java) S 12022 12000 11954 0 -1 0 29328 0 2 0 2018 178 0 0 20 0 9 0 140393046 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12023/statm: 217139 20879 2565 9 0 211686 0
[pid=12023/tid=12024] ppid=12022 vsize=868556 CPUtime=19.32
/proc/12023/task/12024/stat : 12024 (java) R 12022 12000 11954 0 -1 64 4529 0 2 0 1771 161 0 0 16 0 9 0 140393047 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4126570026 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12023/tid=12025] ppid=12022 vsize=868556 CPUtime=2.34
/proc/12023/task/12025/stat : 12025 (java) S 12022 12000 11954 0 -1 64 22576 0 0 0 219 15 0 0 15 0 9 0 140393049 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12026] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12026/stat : 12026 (java) S 12022 12000 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140393049 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12027] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12027/stat : 12027 (java) S 12022 12000 11954 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140393049 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12028] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12028/stat : 12028 (java) S 12022 12000 11954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140393051 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12029] ppid=12022 vsize=868556 CPUtime=0.27
/proc/12023/task/12029/stat : 12029 (java) S 12022 12000 11954 0 -1 64 1527 0 0 0 27 0 0 0 16 0 9 0 140393051 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12030] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12030/stat : 12030 (java) S 12022 12000 11954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140393051 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12031] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12031/stat : 12031 (java) S 12022 12000 11954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140393051 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.16
Current children cumulated vsize (KiB) 890652

[startup+51.1026 s]
/proc/loadavg: 2.34 0.80 0.33 2/94 12032
/proc/meminfo: memFree=14840/2055920 swapFree=4180352/4192956
[pid=12000] ppid=11998 vsize=16740 CPUtime=1.2
/proc/12000/stat : 12000 (sugar++) S 11998 12000 11954 0 -1 4194304 1297 11060 0 6 6 2 104 8 15 0 1 0 140392762 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12000/statm: 4185 1104 409 3 0 764 0
[pid=12022] ppid=12000 vsize=5356 CPUtime=0
/proc/12022/stat : 12022 (sh) S 12000 12000 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140393046 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12022/statm: 1339 233 193 169 0 50 0
[pid=12023] ppid=12022 vsize=868556 CPUtime=46.99
/proc/12023/stat : 12023 (java) S 12022 12000 11954 0 -1 0 30503 0 2 0 4268 431 0 0 20 0 9 0 140393046 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12023/statm: 217139 20879 2565 9 0 211686 0
[pid=12023/tid=12024] ppid=12022 vsize=868556 CPUtime=43.85
/proc/12023/task/12024/stat : 12024 (java) R 12022 12000 11954 0 -1 64 5704 0 2 0 3978 407 0 0 16 0 9 0 140393047 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12023/tid=12025] ppid=12022 vsize=868556 CPUtime=2.84
/proc/12023/task/12025/stat : 12025 (java) S 12022 12000 11954 0 -1 64 22576 0 0 0 262 22 0 0 16 0 9 0 140393049 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12026] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12026/stat : 12026 (java) S 12022 12000 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140393049 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12027] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12027/stat : 12027 (java) S 12022 12000 11954 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140393049 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12028] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12028/stat : 12028 (java) S 12022 12000 11954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140393051 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12029] ppid=12022 vsize=868556 CPUtime=0.27
/proc/12023/task/12029/stat : 12029 (java) S 12022 12000 11954 0 -1 64 1527 0 0 0 27 0 0 0 16 0 9 0 140393051 889401344 20879 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12030] ppid=12022 vsize=868556 CPUtime=0

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

[startup+102.307 s]
/proc/loadavg: 3.28 1.29 0.52 2/94 12032
/proc/meminfo: memFree=15608/2055920 swapFree=4180352/4192956
[pid=12000] ppid=11998 vsize=16740 CPUtime=1.2
/proc/12000/stat : 12000 (sugar++) S 11998 12000 11954 0 -1 4194304 1297 11060 0 6 6 2 104 8 15 0 1 0 140392762 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12000/statm: 4185 1104 409 3 0 764 0
[pid=12022] ppid=12000 vsize=5356 CPUtime=0
/proc/12022/stat : 12022 (sh) S 12000 12000 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140393046 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12022/statm: 1339 233 193 169 0 50 0
[pid=12023] ppid=12022 vsize=868556 CPUtime=96.52
/proc/12023/stat : 12023 (java) S 12022 12000 11954 0 -1 0 32834 0 2 0 8708 944 0 0 20 0 9 0 140393046 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12023/statm: 217139 20881 2565 9 0 211686 0
[pid=12023/tid=12024] ppid=12022 vsize=868556 CPUtime=92.43
/proc/12023/task/12024/stat : 12024 (java) R 12022 12000 11954 0 -1 64 8033 0 2 0 8337 906 0 0 17 0 9 0 140393047 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12025] ppid=12022 vsize=868556 CPUtime=3.78
/proc/12023/task/12025/stat : 12025 (java) S 12022 12000 11954 0 -1 64 22576 0 0 0 342 36 0 0 16 0 9 0 140393049 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12026] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12026/stat : 12026 (java) S 12022 12000 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140393049 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12027] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12027/stat : 12027 (java) S 12022 12000 11954 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140393049 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12028] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12028/stat : 12028 (java) S 12022 12000 11954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140393051 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12029] ppid=12022 vsize=868556 CPUtime=0.27
/proc/12023/task/12029/stat : 12029 (java) S 12022 12000 11954 0 -1 64 1529 0 0 0 27 0 0 0 16 0 9 0 140393051 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12030] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12030/stat : 12030 (java) S 12022 12000 11954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140393051 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12031] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12031/stat : 12031 (java) S 12022 12000 11954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140393051 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.72
Current children cumulated vsize (KiB) 890652

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

[startup+127.902 s]
/proc/loadavg: 3.39 1.47 0.60 2/94 12033
/proc/meminfo: memFree=15416/2055920 swapFree=4180352/4192956
[pid=12000] ppid=11998 vsize=16740 CPUtime=1.2
/proc/12000/stat : 12000 (sugar++) S 11998 12000 11954 0 -1 4194304 1297 11060 0 6 6 2 104 8 16 0 1 0 140392762 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12000/statm: 4185 1104 409 3 0 764 0
[pid=12022] ppid=12000 vsize=5356 CPUtime=0
/proc/12022/stat : 12022 (sh) S 12000 12000 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140393046 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12022/statm: 1339 233 193 169 0 50 0
[pid=12023] ppid=12022 vsize=868556 CPUtime=121.4
/proc/12023/stat : 12023 (java) S 12022 12000 11954 0 -1 0 34000 0 2 0 10937 1203 0 0 20 0 9 0 140393046 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12023/statm: 217139 20881 2565 9 0 211686 0
[pid=12023/tid=12024] ppid=12022 vsize=868556 CPUtime=116.8
/proc/12023/task/12024/stat : 12024 (java) R 12022 12000 11954 0 -1 64 9199 0 2 0 10522 1158 0 0 17 0 9 0 140393047 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4127139629 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12023/tid=12025] ppid=12022 vsize=868556 CPUtime=4.29
/proc/12023/task/12025/stat : 12025 (java) S 12022 12000 11954 0 -1 64 22576 0 0 0 386 43 0 0 16 0 9 0 140393049 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12023/tid=12026] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12026/stat : 12026 (java) S 12022 12000 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140393049 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12027] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12027/stat : 12027 (java) S 12022 12000 11954 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140393049 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12028] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12028/stat : 12028 (java) S 12022 12000 11954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140393051 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12029] ppid=12022 vsize=868556 CPUtime=0.27
/proc/12023/task/12029/stat : 12029 (java) S 12022 12000 11954 0 -1 64 1529 0 0 0 27 0 0 0 16 0 9 0 140393051 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12030] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12030/stat : 12030 (java) S 12022 12000 11954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140393051 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12031] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12031/stat : 12031 (java) S 12022 12000 11954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140393051 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 122.6
Current children cumulated vsize (KiB) 890652

[startup+134.301 s]
/proc/loadavg: 3.43 1.51 0.62 2/94 12035
/proc/meminfo: memFree=15416/2055920 swapFree=4180352/4192956
[pid=12000] ppid=11998 vsize=16740 CPUtime=1.2
/proc/12000/stat : 12000 (sugar++) S 11998 12000 11954 0 -1 4194304 1297 11060 0 6 6 2 104 8 16 0 1 0 140392762 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12000/statm: 4185 1104 409 3 0 764 0
[pid=12022] ppid=12000 vsize=5356 CPUtime=0
/proc/12022/stat : 12022 (sh) S 12000 12000 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140393046 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12022/statm: 1339 233 193 169 0 50 0
[pid=12023] ppid=12022 vsize=868556 CPUtime=127.75
/proc/12023/stat : 12023 (java) S 12022 12000 11954 0 -1 0 34292 0 2 0 11488 1287 0 0 20 0 9 0 140393046 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12023/statm: 217139 20881 2565 9 0 211686 0
[pid=12023/tid=12024] ppid=12022 vsize=868556 CPUtime=123.01
/proc/12023/task/12024/stat : 12024 (java) R 12022 12000 11954 0 -1 64 9491 0 2 0 11061 1240 0 0 25 0 9 0 140393047 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12023/tid=12025] ppid=12022 vsize=868556 CPUtime=4.44
/proc/12023/task/12025/stat : 12025 (java) S 12022 12000 11954 0 -1 64 22576 0 0 0 399 45 0 0 16 0 9 0 140393049 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12023/tid=12026] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12026/stat : 12026 (java) S 12022 12000 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140393049 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12027] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12027/stat : 12027 (java) S 12022 12000 11954 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140393049 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12028] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12028/stat : 12028 (java) S 12022 12000 11954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140393051 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12029] ppid=12022 vsize=868556 CPUtime=0.27
/proc/12023/task/12029/stat : 12029 (java) S 12022 12000 11954 0 -1 64 1529 0 0 0 27 0 0 0 16 0 9 0 140393051 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12030] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12030/stat : 12030 (java) S 12022 12000 11954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140393051 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12031] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12031/stat : 12031 (java) S 12022 12000 11954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140393051 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 128.95
Current children cumulated vsize (KiB) 890652

[startup+140.703 s]
/proc/loadavg: 3.52 1.59 0.66 2/94 12035
/proc/meminfo: memFree=16312/2055920 swapFree=4180352/4192956
[pid=12000] ppid=11998 vsize=16740 CPUtime=1.2
/proc/12000/stat : 12000 (sugar++) S 11998 12000 11954 0 -1 4194304 1297 11060 0 6 6 2 104 8 16 0 1 0 140392762 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12000/statm: 4185 1104 409 3 0 764 0
[pid=12022] ppid=12000 vsize=5356 CPUtime=0
/proc/12022/stat : 12022 (sh) S 12000 12000 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140393046 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12022/statm: 1339 233 193 169 0 50 0
[pid=12023] ppid=12022 vsize=868556 CPUtime=133.95
/proc/12023/stat : 12023 (java) S 12022 12000 11954 0 -1 0 34576 0 2 0 12039 1356 0 0 20 0 9 0 140393046 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12023/statm: 217139 20881 2565 9 0 211686 0
[pid=12023/tid=12024] ppid=12022 vsize=868556 CPUtime=129.08
/proc/12023/task/12024/stat : 12024 (java) R 12022 12000 11954 0 -1 64 9775 0 2 0 11601 1307 0 0 16 0 9 0 140393047 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12025] ppid=12022 vsize=868556 CPUtime=4.57
/proc/12023/task/12025/stat : 12025 (java) S 12022 12000 11954 0 -1 64 22576 0 0 0 410 47 0 0 15 0 9 0 140393049 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12026] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12026/stat : 12026 (java) S 12022 12000 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140393049 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12027] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12027/stat : 12027 (java) S 12022 12000 11954 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140393049 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12028] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12028/stat : 12028 (java) S 12022 12000 11954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140393051 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12029] ppid=12022 vsize=868556 CPUtime=0.27
/proc/12023/task/12029/stat : 12029 (java) S 12022 12000 11954 0 -1 64 1529 0 0 0 27 0 0 0 16 0 9 0 140393051 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12030] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12030/stat : 12030 (java) S 12022 12000 11954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140393051 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12023/tid=12031] ppid=12022 vsize=868556 CPUtime=0
/proc/12023/task/12031/stat : 12031 (java) S 12022 12000 11954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140393051 889401344 20881 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 135.15
Current children cumulated vsize (KiB) 890652

[startup+143.902 s]
/proc/loadavg: 3.52 1.59 0.66 2/94 12035
/proc/meminfo: memFree=14904/2055920 swapFree=4180352/4192956
[pid=12000] ppid=11998 vsize=16740 CPUtime=138.07
/proc/12000/stat : 12000 (sugar++) R 11998 12000 11954 0 -1 4194304 1320 46064 0 9 6 9 12400 1392 16 0 1 0 140392762 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 228774876201 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12000/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 138.07
Current children cumulated vsize (KiB) 16740

[startup+145.502 s]
/proc/loadavg: 3.32 1.58 0.66 2/84 12035
/proc/meminfo: memFree=1214088/2055920 swapFree=4180352/4192956
[pid=12000] ppid=11998 vsize=16740 CPUtime=138.63
/proc/12000/stat : 12000 (sugar++) D 11998 12000 11954 0 -1 4194304 1320 46064 0 9 6 65 12400 1392 15 0 1 0 140392762 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12000/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 138.63
Current children cumulated vsize (KiB) 16740

[startup+146.306 s]
/proc/loadavg: 3.32 1.58 0.66 1/84 12035
/proc/meminfo: memFree=1213576/2055920 swapFree=4180352/4192956
[pid=12000] ppid=11998 vsize=16740 CPUtime=138.67
/proc/12000/stat : 12000 (sugar++) D 11998 12000 11954 0 -1 4194304 1320 46064 0 9 6 69 12400 1392 15 0 1 0 140392762 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12000/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 138.67
Current children cumulated vsize (KiB) 16740

[startup+146.502 s]
/proc/loadavg: 3.32 1.58 0.66 1/84 12035
/proc/meminfo: memFree=1213576/2055920 swapFree=4180352/4192956
[pid=12000] ppid=11998 vsize=16740 CPUtime=138.67
/proc/12000/stat : 12000 (sugar++) D 11998 12000 11954 0 -1 4194304 1320 46064 0 9 6 69 12400 1392 15 0 1 0 140392762 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12000/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 138.67
Current children cumulated vsize (KiB) 16740

[startup+146.602 s]
/proc/loadavg: 3.32 1.58 0.66 1/84 12035
/proc/meminfo: memFree=1213576/2055920 swapFree=4180352/4192956
[pid=12000] ppid=11998 vsize=16740 CPUtime=138.68
/proc/12000/stat : 12000 (sugar++) D 11998 12000 11954 0 -1 4194304 1320 46064 0 9 6 70 12400 1392 15 0 1 0 140392762 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12000/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 138.68
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 146.664
CPU time (s): 138.697
CPU user time (s): 124.066
CPU system time (s): 14.6308
CPU usage (%): 94.5677
Max. virtual memory (cumulated for all children) (KiB): 901792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 124.066
system time used= 14.6308
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47440
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40761
involuntary context switches= 38717

runsolver used 0.208968 second user time and 0.499924 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-08-07 20:17:40
IDJOB=1109469
IDBENCH=60967
IDSOLVER=367
FILE ID=node74/1109469-1218133059
PBS_JOBID= 8000829
Free space on /tmp= 103240 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-10-4-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-1109469-1218133059/watcher-1109469-1218133059 -o /tmp/evaluation-result-1109469-1218133059/solver-1109469-1218133059 -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-1109469-1218133059.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f8b66fd6ac388d9a9aa82ceb74c6c383
RANDOM SEED=1735820310

node74.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.263
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.263
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:        327040 kB
Buffers:         47868 kB
Cached:        1543204 kB
SwapCached:       5772 kB
Active:         493368 kB
Inactive:      1106868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        327040 kB
SwapTotal:     4192956 kB
SwapFree:      4180336 kB
Dirty:            5196 kB
Writeback:           0 kB
Mapped:          14900 kB
Slab:           113856 kB
Committed_AS:   112412 kB
PageTables:       1840 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103236 MiB
End job on node74 at 2008-08-07 20:20:07