Trace number 1109541

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? 136.22 141.791

General information on the benchmark

Namecsp/fischer/
normalized-fischer-9-6-fair.xml
MD5SUM34fd0241491a8b5b6d88ff3be7e24b8b
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 variables14436
Number of constraints13661
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13661
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.33	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.33	c 0	BEGIN Fri Jul 11 21:43:24 2008
0.04/0.33	c 0	PID 10913
0.04/0.35	c 0	HOST node81.alineos.net
0.04/0.35	c 0	CONVERTING HOME/instance-1109541-1215805404.xml TO HOME/temp.csp
0.04/0.35	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109541-1215805404.xml' 'HOME/temp.csp'
1.29/1.70	c 2	3 domains, 14436 variables, 9 predicates, 0 relations, 13661 constraints
1.38/1.72	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.38/1.72	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.38/1.80	c 2	Parsing HOME/temp.csp
1.39/2.09	c 2	parsed 10000 expressions
1.85/2.29	c 2	parsed 20000 expressions
2.05/2.50	c 2	parsed 28109 expressions
2.14/2.50	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.14/2.58	c 2	MAX CSP: 13661 constraints
2.14/2.58	c 2	Converting to clausal form CSP
2.35/2.70	c 3	converted 4178 (10%) expressions
2.35/2.71	c 3	converted 8355 (20%) expressions
2.35/2.72	c 3	converted 12532 (30%) expressions
2.54/2.93	c 3	converted 16710 (40%) expressions
2.64/3.09	c 3	converted 20887 (50%) expressions
3.04/3.46	c 3	converted 25064 (60%) expressions
3.23/3.69	c 3	converted 29242 (70%) expressions
3.63/4.09	c 4	converted 33419 (80%) expressions
3.83/4.30	c 4	converted 37596 (90%) expressions
5.42/5.86	c 6	converted 41773 (100%) expressions
5.42/5.86	c 6	CSP : 52601 integers, 14531 booleans, 103140 clauses, largest domain size 20492
5.42/5.86	c 6	Heap : 67 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.42/5.87	c 6	Propagation in CSP
6.43/6.87	c 7	13652 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.43/6.88	c 7	CSP : 52601 integers, 14531 booleans, 103140 clauses, largest domain size 20001
6.43/6.88	c 7	Heap : 73 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.53/6.91	c 7	Simplifing CSP by introducing new Boolean variables
6.63/7.03	c 7	CSP : 52601 integers, 36481 booleans, 125090 clauses, largest domain size 20001
6.63/7.03	c 7	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.13/7.59	c 7	Encoding CSP to SAT : HOME/temp.cnf
135.49/139.85	c 140	ERROR Exception Too large HOME/temp.cnf
135.49/139.86	c 140	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:201)
135.49/139.86	c 140	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
135.49/139.86	c 140	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
135.49/139.86	s UNKNOWN
135.56/139.91	c 140	CPU 122.74 (0.05 0.02 122.69 12.82)
135.56/139.91	c 140	END Fri Jul 11 21:45:44 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-1109541-1215805404/watcher-1109541-1215805404 -o /tmp/evaluation-result-1109541-1215805404/solver-1109541-1215805404 -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-1109541-1215805404.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: 3.12 2.54 2.20 4/107 10913
/proc/meminfo: memFree=794376/2055920 swapFree=4192812/4192956
[pid=10913] ppid=10911 vsize=18572 CPUtime=0
/proc/10913/stat : 10913 (runsolver) R 10911 10913 9645 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 37237871 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 269807578407 0 0 4096 24578 0 0 0 17 0 0 0
/proc/10913/statm: 4643 292 257 25 0 2626 0

[startup+0.0142641 s]
/proc/loadavg: 3.12 2.54 2.20 4/107 10913
/proc/meminfo: memFree=794376/2055920 swapFree=4192812/4192956
[pid=10913] ppid=10911 vsize=18572 CPUtime=0
/proc/10913/stat : 10913 (runsolver) D 10911 10913 9645 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 37237871 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 269807578407 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/10913/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.104142 s]
/proc/loadavg: 3.12 2.54 2.20 4/107 10913
/proc/meminfo: memFree=794376/2055920 swapFree=4192812/4192956
[pid=10913] ppid=10911 vsize=12412 CPUtime=0
/proc/10913/stat : 10913 (sugar++) D 10911 10913 9645 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 37237871 12709888 382 996147200 4194304 4206940 548682068528 18446744073709551615 269816475746 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/10913/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301176 s]
/proc/loadavg: 3.12 2.54 2.20 4/107 10913
/proc/meminfo: memFree=794376/2055920 swapFree=4192812/4192956
[pid=10913] ppid=10911 vsize=14908 CPUtime=0.04
/proc/10913/stat : 10913 (sugar++) D 10911 10913 9645 0 -1 4194304 904 0 0 0 3 1 0 0 18 0 1 0 37237871 15265792 872 996147200 4194304 4206940 548682068528 18446744073709551615 269804959209 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/10913/statm: 3727 872 378 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14908

[startup+0.702257 s]
/proc/loadavg: 3.12 2.54 2.20 4/107 10913
/proc/meminfo: memFree=794376/2055920 swapFree=4192812/4192956
[pid=10913] ppid=10911 vsize=16740 CPUtime=0.07
/proc/10913/stat : 10913 (sugar++) S 10911 10913 9645 0 -1 4194304 1219 128 0 0 5 2 0 0 18 0 1 0 37237871 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10913/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50141 s]
/proc/loadavg: 3.12 2.54 2.20 3/118 10925
/proc/meminfo: memFree=752120/2055920 swapFree=4192812/4192956
[pid=10913] ppid=10911 vsize=16740 CPUtime=0.07
/proc/10913/stat : 10913 (sugar++) S 10911 10913 9645 0 -1 4194304 1219 128 0 0 5 2 0 0 18 0 1 0 37237871 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10913/statm: 4185 1104 409 3 0 764 0
[pid=10916] ppid=10913 vsize=5356 CPUtime=0
/proc/10916/stat : 10916 (sh) S 10913 10913 9645 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 37237906 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10916/statm: 1339 233 193 169 0 50 0
[pid=10917] ppid=10916 vsize=864680 CPUtime=1.12
/proc/10917/stat : 10917 (java) S 10916 10913 9645 0 -1 0 12691 0 1 0 104 8 0 0 21 0 9 0 37237907 885432320 10738 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10917/statm: 216170 10738 2529 9 0 210752 0
[pid=10917/tid=10918] ppid=10916 vsize=864680 CPUtime=0.53
/proc/10917/task/10918/stat : 10918 (java) R 10916 10913 9645 0 -1 64 3017 0 1 0 50 3 0 0 25 0 9 0 37237907 885432320 10738 996147200 134512640 134550740 4294956000 18446744073709551615 4126728903 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10917/tid=10919] ppid=10916 vsize=864680 CPUtime=0.43
/proc/10917/task/10919/stat : 10919 (java) S 10916 10913 9645 0 -1 64 8462 0 0 0 40 3 0 0 16 0 9 0 37237908 885432320 10738 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10917/tid=10920] ppid=10916 vsize=864680 CPUtime=0
/proc/10917/task/10920/stat : 10920 (java) S 10916 10913 9645 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 37237909 885432320 10738 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10917/tid=10921] ppid=10916 vsize=864680 CPUtime=0
/proc/10917/task/10921/stat : 10921 (java) S 10916 10913 9645 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37237909 885432320 10738 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10917/tid=10922] ppid=10916 vsize=864680 CPUtime=0
/proc/10917/task/10922/stat : 10922 (java) S 10916 10913 9645 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37237911 885432320 10738 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10917/tid=10923] ppid=10916 vsize=864680 CPUtime=0.13
/proc/10917/task/10923/stat : 10923 (java) S 10916 10913 9645 0 -1 64 512 0 0 0 13 0 0 0 16 0 9 0 37237911 885432320 10738 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10917/tid=10924] ppid=10916 vsize=864680 CPUtime=0
/proc/10917/task/10924/stat : 10924 (java) S 10916 10913 9645 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37237911 885432320 10738 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10917/tid=10925] ppid=10916 vsize=864680 CPUtime=0
/proc/10917/task/10925/stat : 10925 (java) R 10916 10913 9645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37237911 885432320 10738 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 886776

[startup+3.10295 s]
/proc/loadavg: 3.12 2.54 2.20 3/118 10935
/proc/meminfo: memFree=746168/2055920 swapFree=4192812/4192956
[pid=10913] ppid=10911 vsize=16740 CPUtime=1.39
/proc/10913/stat : 10913 (sugar++) S 10911 10913 9645 0 -1 4194304 1297 13208 0 1 5 2 123 9 15 0 1 0 37237871 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10913/statm: 4185 1104 409 3 0 764 0
[pid=10926] ppid=10913 vsize=5356 CPUtime=0
/proc/10926/stat : 10926 (sh) S 10913 10913 9645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37238043 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10926/statm: 1339 233 193 169 0 50 0
[pid=10927] ppid=10926 vsize=868460 CPUtime=1.35
/proc/10927/stat : 10927 (java) S 10926 10913 9645 0 -1 0 11438 0 1 0 128 7 0 0 18 0 9 0 37238043 889303040 10239 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10927/statm: 217115 10239 2543 9 0 211690 0
[pid=10927/tid=10928] ppid=10926 vsize=868460 CPUtime=0.76
/proc/10927/task/10928/stat : 10928 (java) R 10926 10913 9645 0 -1 64 2782 0 1 0 74 2 0 0 20 0 9 0 37238044 889303040 10239 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10929] ppid=10926 vsize=868460 CPUtime=0.38
/proc/10927/task/10929/stat : 10929 (java) S 10926 10913 9645 0 -1 64 6483 0 0 0 35 3 0 0 16 0 9 0 37238045 889303040 10239 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10930] ppid=10926 vsize=868460 CPUtime=0
/proc/10927/task/10930/stat : 10930 (java) S 10926 10913 9645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37238045 889303040 10239 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10931] ppid=10926 vsize=868460 CPUtime=0
/proc/10927/task/10931/stat : 10931 (java) S 10926 10913 9645 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 37238045 889303040 10239 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10932] ppid=10926 vsize=868460 CPUtime=0
/proc/10927/task/10932/stat : 10932 (java) S 10926 10913 9645 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37238047 889303040 10239 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10933] ppid=10926 vsize=868460 CPUtime=0.19
/proc/10927/task/10933/stat : 10933 (java) R 10926 10913 9645 0 -1 64 1477 0 0 0 18 1 0 0 16 0 9 0 37238047 889303040 10239 996147200 134512640 134550740 4294955920 18446744073709551615 101660476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10934] ppid=10926 vsize=868460 CPUtime=0
/proc/10927/task/10934/stat : 10934 (java) S 10926 10913 9645 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37238047 889303040 10239 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10935] ppid=10926 vsize=868460 CPUtime=0
/proc/10927/task/10935/stat : 10935 (java) S 10926 10913 9645 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37238047 889303040 10239 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 890556

[startup+6.30131 s]
/proc/loadavg: 3.11 2.55 2.20 3/118 10935
/proc/meminfo: memFree=630848/2055920 swapFree=4192812/4192956
[pid=10913] ppid=10911 vsize=16740 CPUtime=1.39
/proc/10913/stat : 10913 (sugar++) S 10911 10913 9645 0 -1 4194304 1297 13208 0 1 5 2 123 9 16 0 1 0 37237871 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10913/statm: 4185 1104 409 3 0 764 0
[pid=10926] ppid=10913 vsize=5356 CPUtime=0
/proc/10926/stat : 10926 (sh) S 10913 10913 9645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37238043 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10926/statm: 1339 233 193 169 0 50 0
[pid=10927] ppid=10926 vsize=868460 CPUtime=4.54
/proc/10927/stat : 10927 (java) S 10926 10913 9645 0 -1 0 26315 0 1 0 437 17 0 0 18 0 9 0 37238043 889303040 24477 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10927/statm: 217115 24477 2540 9 0 211690 0
[pid=10927/tid=10928] ppid=10926 vsize=868460 CPUtime=2.6
/proc/10927/task/10928/stat : 10928 (java) R 10926 10913 9645 0 -1 64 3635 0 1 0 257 3 0 0 25 0 9 0 37238044 889303040 24477 996147200 134512640 134550740 4294955920 18446744073709551615 4127050076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10929] ppid=10926 vsize=868460 CPUtime=1.67
/proc/10927/task/10929/stat : 10929 (java) S 10926 10913 9645 0 -1 64 20469 0 0 0 156 11 0 0 16 0 9 0 37238045 889303040 24477 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10930] ppid=10926 vsize=868460 CPUtime=0
/proc/10927/task/10930/stat : 10930 (java) S 10926 10913 9645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37238045 889303040 24477 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10931] ppid=10926 vsize=868460 CPUtime=0
/proc/10927/task/10931/stat : 10931 (java) S 10926 10913 9645 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37238045 889303040 24477 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10932] ppid=10926 vsize=868460 CPUtime=0
/proc/10927/task/10932/stat : 10932 (java) S 10926 10913 9645 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37238047 889303040 24477 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10933] ppid=10926 vsize=868460 CPUtime=0.24
/proc/10927/task/10933/stat : 10933 (java) S 10926 10913 9645 0 -1 64 1515 0 0 0 23 1 0 0 16 0 9 0 37238047 889303040 24477 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10934] ppid=10926 vsize=868460 CPUtime=0
/proc/10927/task/10934/stat : 10934 (java) S 10926 10913 9645 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37238047 889303040 24477 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10935] ppid=10926 vsize=868460 CPUtime=0
/proc/10927/task/10935/stat : 10935 (java) S 10926 10913 9645 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37238047 889303040 24477 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 890556

[startup+12.7025 s]
/proc/loadavg: 3.19 2.57 2.21 3/118 10935
/proc/meminfo: memFree=441792/2055920 swapFree=4192812/4192956
[pid=10913] ppid=10911 vsize=16740 CPUtime=1.39
/proc/10913/stat : 10913 (sugar++) S 10911 10913 9645 0 -1 4194304 1297 13208 0 1 5 2 123 9 15 0 1 0 37237871 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10913/statm: 4185 1104 409 3 0 764 0
[pid=10926] ppid=10913 vsize=5356 CPUtime=0
/proc/10926/stat : 10926 (sh) S 10913 10913 9645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37238043 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10926/statm: 1339 233 193 169 0 50 0
[pid=10927] ppid=10926 vsize=868572 CPUtime=10.86
/proc/10927/stat : 10927 (java) S 10926 10913 9645 0 -1 0 32419 0 1 0 1015 71 0 0 18 0 9 0 37238043 889417728 25470 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10927/statm: 217143 25470 2565 9 0 211690 0
[pid=10927/tid=10928] ppid=10926 vsize=868572 CPUtime=8.16
/proc/10927/task/10928/stat : 10928 (java) R 10926 10913 9645 0 -1 64 3937 0 1 0 764 52 0 0 25 0 9 0 37238044 889417728 25470 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10929] ppid=10926 vsize=868572 CPUtime=2.39
/proc/10927/task/10929/stat : 10929 (java) S 10926 10913 9645 0 -1 64 26248 0 0 0 223 16 0 0 16 0 9 0 37238045 889417728 25470 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10930] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10930/stat : 10930 (java) S 10926 10913 9645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37238045 889417728 25470 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10931] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10931/stat : 10931 (java) S 10926 10913 9645 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37238045 889417728 25470 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10932] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10932/stat : 10932 (java) S 10926 10913 9645 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37238047 889417728 25470 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10933] ppid=10926 vsize=868572 CPUtime=0.27
/proc/10927/task/10933/stat : 10933 (java) S 10926 10913 9645 0 -1 64 1538 0 0 0 26 1 0 0 16 0 9 0 37238047 889417728 25470 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10927/tid=10934] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10934/stat : 10934 (java) S 10926 10913 9645 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37238047 889417728 25470 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10935] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10935/stat : 10935 (java) S 10926 10913 9645 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37238047 889417728 25470 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 890668

[startup+25.5032 s]
/proc/loadavg: 3.66 2.71 2.26 2/108 10935
/proc/meminfo: memFree=1550808/2055920 swapFree=4192812/4192956
[pid=10913] ppid=10911 vsize=16740 CPUtime=1.39
/proc/10913/stat : 10913 (sugar++) S 10911 10913 9645 0 -1 4194304 1297 13208 0 1 5 2 123 9 15 0 1 0 37237871 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10913/statm: 4185 1104 409 3 0 764 0
[pid=10926] ppid=10913 vsize=5356 CPUtime=0
/proc/10926/stat : 10926 (sh) S 10913 10913 9645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37238043 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10926/statm: 1339 233 193 169 0 50 0
[pid=10927] ppid=10926 vsize=868572 CPUtime=23.5
/proc/10927/stat : 10927 (java) S 10926 10913 9645 0 -1 0 32998 0 1 0 2147 203 0 0 18 0 9 0 37238043 889417728 25470 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10927/statm: 217143 25470 2565 9 0 211690 0
[pid=10927/tid=10928] ppid=10926 vsize=868572 CPUtime=20.49
/proc/10927/task/10928/stat : 10928 (java) R 10926 10913 9645 0 -1 64 4516 0 1 0 1868 181 0 0 25 0 9 0 37238044 889417728 25470 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10929] ppid=10926 vsize=868572 CPUtime=2.7
/proc/10927/task/10929/stat : 10929 (java) S 10926 10913 9645 0 -1 64 26248 0 0 0 251 19 0 0 16 0 9 0 37238045 889417728 25470 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10930] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10930/stat : 10930 (java) S 10926 10913 9645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37238045 889417728 25470 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10931] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10931/stat : 10931 (java) S 10926 10913 9645 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37238045 889417728 25470 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/10927/task/10928/stat : 10928 (java) R 10926 10913 9645 0 -1 64 7861 0 1 0 8429 881 0 0 17 0 9 0 37238044 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10927/tid=10929] ppid=10926 vsize=868572 CPUtime=4.18
/proc/10927/task/10929/stat : 10929 (java) S 10926 10913 9645 0 -1 64 26248 0 0 0 381 37 0 0 16 0 9 0 37238045 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10927/tid=10930] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10930/stat : 10930 (java) S 10926 10913 9645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37238045 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10931] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10931/stat : 10931 (java) S 10926 10913 9645 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37238045 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10932] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10932/stat : 10932 (java) S 10926 10913 9645 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37238047 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10933] ppid=10926 vsize=868572 CPUtime=0.28
/proc/10927/task/10933/stat : 10933 (java) S 10926 10913 9645 0 -1 64 1540 0 0 0 27 1 0 0 16 0 9 0 37238047 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10927/tid=10934] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10934/stat : 10934 (java) S 10926 10913 9645 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37238047 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10935] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10935/stat : 10935 (java) S 10926 10913 9645 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37238047 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 98.98
Current children cumulated vsize (KiB) 890668

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

[startup+128.101 s]
/proc/loadavg: 3.12 2.80 2.34 2/118 10973
/proc/meminfo: memFree=15104/2055920 swapFree=4192812/4192956
[pid=10913] ppid=10911 vsize=16740 CPUtime=1.39
/proc/10913/stat : 10913 (sugar++) S 10911 10913 9645 0 -1 4194304 1297 13208 0 1 5 2 123 9 15 0 1 0 37237871 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10913/statm: 4185 1104 409 3 0 764 0
[pid=10926] ppid=10913 vsize=5356 CPUtime=0
/proc/10926/stat : 10926 (sh) S 10913 10913 9645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37238043 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10926/statm: 1339 233 193 169 0 50 0
[pid=10927] ppid=10926 vsize=868572 CPUtime=122.72
/proc/10927/stat : 10927 (java) S 10926 10913 9645 0 -1 0 37484 0 1 0 11110 1162 0 0 18 0 9 0 37238043 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10927/statm: 217143 25472 2565 9 0 211690 0
[pid=10927/tid=10928] ppid=10926 vsize=868572 CPUtime=117.72
/proc/10927/task/10928/stat : 10928 (java) R 10926 10913 9645 0 -1 64 9000 0 1 0 10656 1116 0 0 17 0 9 0 37238044 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10929] ppid=10926 vsize=868572 CPUtime=4.68
/proc/10927/task/10929/stat : 10929 (java) S 10926 10913 9645 0 -1 64 26248 0 0 0 425 43 0 0 16 0 9 0 37238045 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10930] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10930/stat : 10930 (java) S 10926 10913 9645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37238045 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10931] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10931/stat : 10931 (java) S 10926 10913 9645 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37238045 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10932] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10932/stat : 10932 (java) S 10926 10913 9645 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37238047 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10933] ppid=10926 vsize=868572 CPUtime=0.28
/proc/10927/task/10933/stat : 10933 (java) S 10926 10913 9645 0 -1 64 1540 0 0 0 27 1 0 0 16 0 9 0 37238047 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10927/tid=10934] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10934/stat : 10934 (java) S 10926 10913 9645 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37238047 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10935] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10935/stat : 10935 (java) S 10926 10913 9645 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37238047 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 124.11
Current children cumulated vsize (KiB) 890668

[startup+134.501 s]
/proc/loadavg: 3.03 2.79 2.34 2/118 10973
/proc/meminfo: memFree=15872/2055920 swapFree=4192812/4192956
[pid=10913] ppid=10911 vsize=16740 CPUtime=1.39
/proc/10913/stat : 10913 (sugar++) S 10911 10913 9645 0 -1 4194304 1297 13208 0 1 5 2 123 9 15 0 1 0 37237871 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10913/statm: 4185 1104 409 3 0 764 0
[pid=10926] ppid=10913 vsize=5356 CPUtime=0
/proc/10926/stat : 10926 (sh) S 10913 10913 9645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37238043 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10926/statm: 1339 233 193 169 0 50 0
[pid=10927] ppid=10926 vsize=868572 CPUtime=129.07
/proc/10927/stat : 10927 (java) S 10926 10913 9645 0 -1 0 37773 0 1 0 11686 1221 0 0 18 0 9 0 37238043 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10927/statm: 217143 25472 2565 9 0 211690 0
[pid=10927/tid=10928] ppid=10926 vsize=868572 CPUtime=123.92
/proc/10927/task/10928/stat : 10928 (java) R 10926 10913 9645 0 -1 64 9289 0 1 0 11219 1173 0 0 21 0 9 0 37238044 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4126589944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10929] ppid=10926 vsize=868572 CPUtime=4.84
/proc/10927/task/10929/stat : 10929 (java) S 10926 10913 9645 0 -1 64 26248 0 0 0 439 45 0 0 16 0 9 0 37238045 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10930] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10930/stat : 10930 (java) S 10926 10913 9645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37238045 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10931] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10931/stat : 10931 (java) S 10926 10913 9645 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37238045 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10932] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10932/stat : 10932 (java) S 10926 10913 9645 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37238047 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10933] ppid=10926 vsize=868572 CPUtime=0.28
/proc/10927/task/10933/stat : 10933 (java) S 10926 10913 9645 0 -1 64 1540 0 0 0 27 1 0 0 16 0 9 0 37238047 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10927/tid=10934] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10934/stat : 10934 (java) S 10926 10913 9645 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37238047 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10935] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10935/stat : 10935 (java) S 10926 10913 9645 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37238047 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 130.46
Current children cumulated vsize (KiB) 890668

[startup+137.709 s]
/proc/loadavg: 3.11 2.81 2.35 2/118 10973
/proc/meminfo: memFree=14912/2055920 swapFree=4192812/4192956
[pid=10913] ppid=10911 vsize=16740 CPUtime=1.39
/proc/10913/stat : 10913 (sugar++) S 10911 10913 9645 0 -1 4194304 1297 13208 0 1 5 2 123 9 15 0 1 0 37237871 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10913/statm: 4185 1104 409 3 0 764 0
[pid=10926] ppid=10913 vsize=5356 CPUtime=0
/proc/10926/stat : 10926 (sh) S 10913 10913 9645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37238043 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10926/statm: 1339 233 193 169 0 50 0
[pid=10927] ppid=10926 vsize=868572 CPUtime=132.02
/proc/10927/stat : 10927 (java) S 10926 10913 9645 0 -1 0 37903 0 1 0 11951 1251 0 0 18 0 9 0 37238043 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10927/statm: 217143 25472 2565 9 0 211690 0
[pid=10927/tid=10928] ppid=10926 vsize=868572 CPUtime=126.81
/proc/10927/task/10928/stat : 10928 (java) R 10926 10913 9645 0 -1 64 9419 0 1 0 11479 1202 0 0 16 0 9 0 37238044 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4127138359 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10929] ppid=10926 vsize=868572 CPUtime=4.9
/proc/10927/task/10929/stat : 10929 (java) S 10926 10913 9645 0 -1 64 26248 0 0 0 444 46 0 0 16 0 9 0 37238045 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10930] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10930/stat : 10930 (java) S 10926 10913 9645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37238045 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10931] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10931/stat : 10931 (java) S 10926 10913 9645 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37238045 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10932] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10932/stat : 10932 (java) S 10926 10913 9645 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37238047 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10933] ppid=10926 vsize=868572 CPUtime=0.28
/proc/10927/task/10933/stat : 10933 (java) S 10926 10913 9645 0 -1 64 1540 0 0 0 27 1 0 0 16 0 9 0 37238047 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10927/tid=10934] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10934/stat : 10934 (java) S 10926 10913 9645 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37238047 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10935] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10935/stat : 10935 (java) S 10926 10913 9645 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37238047 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 133.41
Current children cumulated vsize (KiB) 890668

[startup+139.301 s]
/proc/loadavg: 3.11 2.81 2.35 2/118 10973
/proc/meminfo: memFree=15872/2055920 swapFree=4192812/4192956
[pid=10913] ppid=10911 vsize=16740 CPUtime=1.39
/proc/10913/stat : 10913 (sugar++) S 10911 10913 9645 0 -1 4194304 1297 13208 0 1 5 2 123 9 15 0 1 0 37237871 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10913/statm: 4185 1104 409 3 0 764 0
[pid=10926] ppid=10913 vsize=5356 CPUtime=0
/proc/10926/stat : 10926 (sh) S 10913 10913 9645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37238043 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10926/statm: 1339 233 193 169 0 50 0
[pid=10927] ppid=10926 vsize=868572 CPUtime=133.6
/proc/10927/stat : 10927 (java) S 10926 10913 9645 0 -1 0 37972 0 1 0 12094 1266 0 0 18 0 9 0 37238043 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10927/statm: 217143 25472 2565 9 0 211690 0
[pid=10927/tid=10928] ppid=10926 vsize=868572 CPUtime=128.35
/proc/10927/task/10928/stat : 10928 (java) R 10926 10913 9645 0 -1 64 9488 0 1 0 11619 1216 0 0 18 0 9 0 37238044 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10929] ppid=10926 vsize=868572 CPUtime=4.94
/proc/10927/task/10929/stat : 10929 (java) S 10926 10913 9645 0 -1 64 26248 0 0 0 447 47 0 0 16 0 9 0 37238045 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10930] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10930/stat : 10930 (java) S 10926 10913 9645 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37238045 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10931] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10931/stat : 10931 (java) S 10926 10913 9645 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37238045 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10932] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10932/stat : 10932 (java) S 10926 10913 9645 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37238047 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10933] ppid=10926 vsize=868572 CPUtime=0.28
/proc/10927/task/10933/stat : 10933 (java) S 10926 10913 9645 0 -1 64 1540 0 0 0 27 1 0 0 16 0 9 0 37238047 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10927/tid=10934] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10934/stat : 10934 (java) S 10926 10913 9645 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37238047 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10927/tid=10935] ppid=10926 vsize=868572 CPUtime=0
/proc/10927/task/10935/stat : 10935 (java) S 10926 10913 9645 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37238047 889417728 25472 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 134.99
Current children cumulated vsize (KiB) 890668

[startup+140.902 s]
/proc/loadavg: 3.11 2.81 2.35 2/108 10973
/proc/meminfo: memFree=1189264/2055920 swapFree=4192812/4192956
[pid=10913] ppid=10911 vsize=16740 CPUtime=136.14
/proc/10913/stat : 10913 (sugar++) D 10911 10913 9645 0 -1 4194304 1320 51504 0 2 5 58 12269 1282 18 0 1 0 37237871 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/10913/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 136.14
Current children cumulated vsize (KiB) 16740

[startup+141.302 s]
/proc/loadavg: 3.11 2.81 2.35 2/108 10973
/proc/meminfo: memFree=1189264/2055920 swapFree=4192812/4192956
[pid=10913] ppid=10911 vsize=16740 CPUtime=136.17
/proc/10913/stat : 10913 (sugar++) D 10911 10913 9645 0 -1 4194304 1320 51504 0 2 5 61 12269 1282 18 0 1 0 37237871 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/10913/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 136.17
Current children cumulated vsize (KiB) 16740

[startup+141.702 s]
/proc/loadavg: 3.11 2.81 2.35 2/108 10973
/proc/meminfo: memFree=1189264/2055920 swapFree=4192812/4192956
[pid=10913] ppid=10911 vsize=16740 CPUtime=136.2
/proc/10913/stat : 10913 (sugar++) D 10911 10913 9645 0 -1 4194304 1320 51504 0 2 5 64 12269 1282 18 0 1 0 37237871 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/10913/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 136.2
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 141.791
CPU time (s): 136.22
CPU user time (s): 122.747
CPU system time (s): 13.473
CPU usage (%): 96.0715
Max. virtual memory (cumulated for all children) (KiB): 901808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.747
system time used= 13.473
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52880
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= 37574
involuntary context switches= 34890

runsolver used 0.252961 second user time and 0.6529 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-11 21:43:24
IDJOB=1109541
IDBENCH=60979
IDSOLVER=367
FILE ID=node81/1109541-1215805404
PBS_JOBID= 7903196
Free space on /tmp= 125100 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-9-6-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-1109541-1215805404/watcher-1109541-1215805404 -o /tmp/evaluation-result-1109541-1215805404/solver-1109541-1215805404 -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-1109541-1215805404.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 34fd0241491a8b5b6d88ff3be7e24b8b
RANDOM SEED=530252539

node81.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.281
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.281
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:        794984 kB
Buffers:          1568 kB
Cached:        1099352 kB
SwapCached:          0 kB
Active:         670368 kB
Inactive:       516128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        794984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          206816 kB
Writeback:           0 kB
Mapped:         107896 kB
Slab:            56272 kB
Committed_AS:   397012 kB
PageTables:       4300 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= 126816 MiB
End job on node81 at 2008-07-11 21:45:46