Trace number 1126627

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 207.177 214.766

General information on the benchmark

Namemaxcsp/spot5/
normalized-spot5-414_ext.xml
MD5SUMa3a8e813e3a300dccc3e1e11c72f2aa0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints260
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables365
Number of constraints10108
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension10108
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.14	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.14	c 0	BEGIN Wed Jul 16 07:19:57 2008
0.04/0.14	c 0	PID 32135
0.04/0.14	c 0	HOST node52.alineos.net
0.04/0.14	c 0	CONVERTING HOME/instance-1126627-1216185596.xml TO HOME/temp.csp
0.04/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126627-1216185596.xml' 'HOME/temp.csp'
0.89/1.04	c 0	3 domains, 365 variables, 0 predicates, 23 relations, 10108 constraints
0.89/1.08	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.89/1.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.94/1.16	c 1	Parsing HOME/temp.csp
0.94/1.51	c 1	parsed 10000 expressions
0.94/1.52	c 1	parsed 10499 expressions
0.94/1.53	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.94/1.64	c 1	MAX CSP: 10108 constraints
0.94/1.64	c 1	Converting to clausal form CSP
0.94/1.84	c 1	converted 2061 (10%) expressions
0.94/1.95	c 1	converted 4122 (20%) expressions
0.94/2.00	c 1	converted 6183 (30%) expressions
0.94/2.02	c 1	converted 8244 (40%) expressions
0.94/2.06	c 1	converted 10305 (50%) expressions
0.94/2.08	c 1	converted 12366 (60%) expressions
1.93/2.12	c 2	converted 14427 (70%) expressions
2.03/2.22	c 2	converted 16488 (80%) expressions
2.03/2.25	c 2	converted 18549 (90%) expressions
3.02/3.24	c 3	converted 20610 (100%) expressions
3.02/3.25	c 3	CSP : 20581 integers, 0 booleans, 30323 clauses, largest domain size 15163
3.02/3.25	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.02/3.25	c 3	Propagation in CSP
3.41/3.60	c 3	10099 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.41/3.61	c 3	CSP : 20581 integers, 0 booleans, 30323 clauses, largest domain size 10109
3.41/3.61	c 3	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.41/3.62	c 3	Simplifing CSP by introducing new Boolean variables
3.41/3.64	c 3	CSP : 20581 integers, 0 booleans, 30323 clauses, largest domain size 10109
3.41/3.64	c 3	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.52/3.79	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.62/3.83	c 3	2059 (10%) CSP integer variables are encoded (328 clauses, 3592 bytes)
3.62/3.84	c 3	4117 (20%) CSP integer variables are encoded (328 clauses, 3592 bytes)
3.62/3.84	c 3	6175 (30%) CSP integer variables are encoded (328 clauses, 3592 bytes)
3.62/3.84	c 3	8233 (40%) CSP integer variables are encoded (328 clauses, 3592 bytes)
3.62/3.85	c 3	10291 (50%) CSP integer variables are encoded (328 clauses, 3592 bytes)
3.62/3.88	c 3	12349 (60%) CSP integer variables are encoded (26314 clauses, 393382 bytes)
3.81/4.06	c 3	14407 (70%) CSP integer variables are encoded (165456 clauses, 2637337 bytes)
3.90/4.10	c 3	16465 (80%) CSP integer variables are encoded (196262 clauses, 3161039 bytes)
3.90/4.14	c 4	18523 (90%) CSP integer variables are encoded (218549 clauses, 3539918 bytes)
3.90/4.18	c 4	20581 (100%) CSP integer variables are encoded (246762 clauses, 4019539 bytes)
4.11/4.33	c 4	3033 (10%) CSP clauses are encoded (251580 clauses, 4113981 bytes)
4.20/4.42	c 4	6065 (20%) CSP clauses are encoded (257258 clauses, 4240975 bytes)
4.29/4.51	c 4	9097 (30%) CSP clauses are encoded (260290 clauses, 4328011 bytes)
5.28/5.51	c 5	12130 (40%) CSP clauses are encoded (779399 clauses, 15376983 bytes)
112.49/114.90	c 114	15162 (50%) CSP clauses are encoded (51637147 clauses, 1204163396 bytes)
115.62/118.12	c 118	18194 (60%) CSP clauses are encoded (53294443 clauses, 1244531246 bytes)
206.16/211.95	c 211	ERROR Exception Too large HOME/temp.cnf
206.16/211.95	c 211	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
206.16/211.95	c 211	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
206.16/211.95	c 211	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
206.16/211.95	s UNKNOWN
206.22/212.34	c 212	CPU 189.97 (0.04 0.02 189.93 16.24)
206.22/212.34	c 212	END Wed Jul 16 07:23:29 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-1126627-1216185596/watcher-1126627-1216185596 -o /tmp/evaluation-result-1126627-1216185596/solver-1126627-1216185596 -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-1126627-1216185596.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: 2.00 2.00 2.05 4/82 32135
/proc/meminfo: memFree=966992/2055920 swapFree=4192812/4192956
[pid=32135] ppid=32133 vsize=12132 CPUtime=0
/proc/32135/stat : 32135 (sugar++) R 32133 32135 31741 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 75258502 12423168 182 996147200 4194304 4206940 548682068528 18446744073709551615 273653601725 0 0 4224 0 0 0 0 17 1 0 0
/proc/32135/statm: 3033 182 142 3 0 133 0

[startup+0.0980481 s]
/proc/loadavg: 2.00 2.00 2.05 4/82 32135
/proc/meminfo: memFree=966992/2055920 swapFree=4192812/4192956
[pid=32135] ppid=32133 vsize=13600 CPUtime=0.04
/proc/32135/stat : 32135 (sugar++) D 32133 32135 31741 0 -1 4194304 789 0 0 0 2 2 0 0 18 0 1 0 75258502 13926400 757 996147200 4194304 4206940 548682068528 18446744073709551615 273651135977 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/32135/statm: 3400 757 343 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101045 s]
/proc/loadavg: 2.00 2.00 2.05 4/82 32135
/proc/meminfo: memFree=966992/2055920 swapFree=4192812/4192956
[pid=32135] ppid=32133 vsize=14644 CPUtime=0.04
/proc/32135/stat : 32135 (sugar++) R 32133 32135 31741 0 -1 4194304 828 0 0 0 2 2 0 0 18 0 1 0 75258502 14995456 796 996147200 4194304 4206940 548682068528 18446744073709551615 273667228910 0 0 4224 0 0 0 0 17 1 0 0
/proc/32135/statm: 3661 796 378 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14644

[startup+0.301061 s]
/proc/loadavg: 2.00 2.00 2.05 4/82 32135
/proc/meminfo: memFree=966992/2055920 swapFree=4192812/4192956
[pid=32135] ppid=32133 vsize=16740 CPUtime=0.06
/proc/32135/stat : 32135 (sugar++) S 32133 32135 31741 0 -1 4194304 1219 128 0 0 4 2 0 0 19 0 1 0 75258502 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32135/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701092 s]
/proc/loadavg: 2.00 2.00 2.05 4/82 32135
/proc/meminfo: memFree=966992/2055920 swapFree=4192812/4192956
[pid=32135] ppid=32133 vsize=16740 CPUtime=0.06
/proc/32135/stat : 32135 (sugar++) S 32133 32135 31741 0 -1 4194304 1219 128 0 0 4 2 0 0 19 0 1 0 75258502 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32135/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50114 s]
/proc/loadavg: 2.00 2.00 2.05 3/93 32147
/proc/meminfo: memFree=947128/2055920 swapFree=4192812/4192956
[pid=32135] ppid=32133 vsize=16740 CPUtime=0.94
/proc/32135/stat : 32135 (sugar++) S 32133 32135 31741 0 -1 4194304 1297 7850 0 1 4 2 83 5 16 0 1 0 75258502 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32135/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 16740

[startup+3.10225 s]
/proc/loadavg: 2.00 2.00 2.05 3/93 32157
/proc/meminfo: memFree=940024/2055920 swapFree=4192812/4192956
[pid=32135] ppid=32133 vsize=16740 CPUtime=0.94
/proc/32135/stat : 32135 (sugar++) S 32133 32135 31741 0 -1 4194304 1297 7850 0 1 4 2 83 5 15 0 1 0 75258502 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32135/statm: 4185 1104 409 3 0 764 0
[pid=32148] ppid=32135 vsize=5356 CPUtime=0
/proc/32148/stat : 32148 (sh) S 32135 32135 31741 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75258611 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32148/statm: 1339 233 193 169 0 50 0
[pid=32149] ppid=32148 vsize=868372 CPUtime=1.98
/proc/32149/stat : 32149 (java) S 32148 32135 31741 0 -1 0 12684 0 1 0 190 8 0 0 18 0 9 0 75258611 889212928 11587 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32149/statm: 217093 11587 2540 9 0 211668 0
[pid=32149/tid=32150] ppid=32148 vsize=868372 CPUtime=1.13
/proc/32149/task/32150/stat : 32150 (java) R 32148 32135 31741 0 -1 64 2890 0 1 0 112 1 0 0 25 0 9 0 75258612 889212928 11587 996147200 134512640 134550740 4294955920 18446744073709551615 4126562164 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32151] ppid=32148 vsize=868372 CPUtime=0.6
/proc/32149/task/32151/stat : 32151 (java) S 32148 32135 31741 0 -1 64 7619 0 0 0 56 4 0 0 16 0 9 0 75258613 889212928 11587 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32152] ppid=32148 vsize=868372 CPUtime=0
/proc/32149/task/32152/stat : 32152 (java) S 32148 32135 31741 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75258613 889212928 11587 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32153] ppid=32148 vsize=868372 CPUtime=0
/proc/32149/task/32153/stat : 32153 (java) S 32148 32135 31741 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75258613 889212928 11587 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32154] ppid=32148 vsize=868372 CPUtime=0
/proc/32149/task/32154/stat : 32154 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75258615 889212928 11587 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32155] ppid=32148 vsize=868372 CPUtime=0.22
/proc/32149/task/32155/stat : 32155 (java) S 32148 32135 31741 0 -1 64 1478 0 0 0 21 1 0 0 16 0 9 0 75258615 889212928 11587 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32156] ppid=32148 vsize=868372 CPUtime=0
/proc/32149/task/32156/stat : 32156 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75258615 889212928 11587 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32157] ppid=32148 vsize=868372 CPUtime=0
/proc/32149/task/32157/stat : 32157 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75258615 889212928 11587 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 890468

[startup+6.30147 s]
/proc/loadavg: 2.00 2.00 2.05 3/93 32157
/proc/meminfo: memFree=907128/2055920 swapFree=4192812/4192956
[pid=32135] ppid=32133 vsize=16740 CPUtime=0.94
/proc/32135/stat : 32135 (sugar++) S 32133 32135 31741 0 -1 4194304 1297 7850 0 1 4 2 83 5 16 0 1 0 75258502 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32135/statm: 4185 1104 409 3 0 764 0
[pid=32148] ppid=32135 vsize=5356 CPUtime=0
/proc/32148/stat : 32148 (sh) S 32135 32135 31741 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75258611 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32148/statm: 1339 233 193 169 0 50 0
[pid=32149] ppid=32148 vsize=868484 CPUtime=5.13
/proc/32149/stat : 32149 (java) S 32148 32135 31741 0 -1 0 14281 0 1 0 487 26 0 0 18 0 9 0 75258611 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32149/statm: 217121 12650 2567 9 0 211668 0
[pid=32149/tid=32150] ppid=32148 vsize=868484 CPUtime=3.83
/proc/32149/task/32150/stat : 32150 (java) R 32148 32135 31741 0 -1 64 3268 0 1 0 365 18 0 0 25 0 9 0 75258612 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 102064734 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32151] ppid=32148 vsize=868484 CPUtime=0.96
/proc/32149/task/32151/stat : 32151 (java) S 32148 32135 31741 0 -1 64 8775 0 0 0 91 5 0 0 16 0 9 0 75258613 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32152] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32152/stat : 32152 (java) S 32148 32135 31741 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75258613 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32153] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32153/stat : 32153 (java) S 32148 32135 31741 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75258613 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32154] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32154/stat : 32154 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32155] ppid=32148 vsize=868484 CPUtime=0.31
/proc/32149/task/32155/stat : 32155 (java) S 32148 32135 31741 0 -1 64 1541 0 0 0 30 1 0 0 16 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32156] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32156/stat : 32156 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32157] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32157/stat : 32157 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 890580

[startup+12.7019 s]
/proc/loadavg: 2.00 2.00 2.05 3/93 32157
/proc/meminfo: memFree=867576/2055920 swapFree=4192812/4192956
[pid=32135] ppid=32133 vsize=16740 CPUtime=0.94
/proc/32135/stat : 32135 (sugar++) S 32133 32135 31741 0 -1 4194304 1297 7850 0 1 4 2 83 5 16 0 1 0 75258502 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32135/statm: 4185 1104 409 3 0 764 0
[pid=32148] ppid=32135 vsize=5356 CPUtime=0
/proc/32148/stat : 32148 (sh) S 32135 32135 31741 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75258611 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32148/statm: 1339 233 193 169 0 50 0
[pid=32149] ppid=32148 vsize=868484 CPUtime=11.49
/proc/32149/stat : 32149 (java) S 32148 32135 31741 0 -1 0 14754 0 1 0 1100 49 0 0 18 0 9 0 75258611 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32149/statm: 217121 12650 2567 9 0 211668 0
[pid=32149/tid=32150] ppid=32148 vsize=868484 CPUtime=9.99
/proc/32149/task/32150/stat : 32150 (java) R 32148 32135 31741 0 -1 64 3741 0 1 0 963 36 0 0 25 0 9 0 75258612 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4127165007 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32149/tid=32151] ppid=32148 vsize=868484 CPUtime=1.15
/proc/32149/task/32151/stat : 32151 (java) S 32148 32135 31741 0 -1 64 8775 0 0 0 106 9 0 0 16 0 9 0 75258613 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32149/tid=32152] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32152/stat : 32152 (java) S 32148 32135 31741 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75258613 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32153] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32153/stat : 32153 (java) S 32148 32135 31741 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75258613 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32154] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32154/stat : 32154 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32155] ppid=32148 vsize=868484 CPUtime=0.31
/proc/32149/task/32155/stat : 32155 (java) S 32148 32135 31741 0 -1 64 1541 0 0 0 30 1 0 0 16 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32156] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32156/stat : 32156 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32157] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32157/stat : 32157 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 890580

[startup+25.5028 s]
/proc/loadavg: 2.00 2.00 2.05 3/93 32157
/proc/meminfo: memFree=841464/2055920 swapFree=4192812/4192956
[pid=32135] ppid=32133 vsize=16740 CPUtime=0.94
/proc/32135/stat : 32135 (sugar++) S 32133 32135 31741 0 -1 4194304 1297 7850 0 1 4 2 83 5 16 0 1 0 75258502 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32135/statm: 4185 1104 409 3 0 764 0
[pid=32148] ppid=32135 vsize=5356 CPUtime=0
/proc/32148/stat : 32148 (sh) S 32135 32135 31741 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75258611 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32148/statm: 1339 233 193 169 0 50 0
[pid=32149] ppid=32148 vsize=868484 CPUtime=24.28
/proc/32149/stat : 32149 (java) S 32148 32135 31741 0 -1 0 15535 0 1 0 2357 71 0 0 18 0 9 0 75258611 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32149/statm: 217121 12650 2567 9 0 211668 0
[pid=32149/tid=32150] ppid=32148 vsize=868484 CPUtime=22.49
/proc/32149/task/32150/stat : 32150 (java) R 32148 32135 31741 0 -1 64 4522 0 1 0 2195 54 0 0 25 0 9 0 75258612 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32149/tid=32151] ppid=32148 vsize=868484 CPUtime=1.44
/proc/32149/task/32151/stat : 32151 (java) S 32148 32135 31741 0 -1 64 8775 0 0 0 130 14 0 0 16 0 9 0 75258613 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32149/tid=32152] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32152/stat : 32152 (java) S 32148 32135 31741 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75258613 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32153] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32153/stat : 32153 (java) S 32148 32135 31741 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75258613 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32154] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32154/stat : 32154 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32155] ppid=32148 vsize=868484 CPUtime=0.31
/proc/32149/task/32155/stat : 32155 (java) S 32148 32135 31741 0 -1 64 1541 0 0 0 30 1 0 0 16 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32156] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32156/stat : 32156 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32157] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32157/stat : 32157 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 890580

[startup+51.1025 s]
/proc/loadavg: 2.07 2.02 2.05 3/93 32157
/proc/meminfo: memFree=515192/2055920 swapFree=4192812/4192956
[pid=32135] ppid=32133 vsize=16740 CPUtime=0.94
/proc/32135/stat : 32135 (sugar++) S 32133 32135 31741 0 -1 4194304 1297 7850 0 1 4 2 83 5 16 0 1 0 75258502 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32135/statm: 4185 1104 409 3 0 764 0
[pid=32148] ppid=32135 vsize=5356 CPUtime=0
/proc/32148/stat : 32148 (sh) S 32135 32135 31741 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75258611 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32148/statm: 1339 233 193 169 0 50 0
[pid=32149] ppid=32148 vsize=868484 CPUtime=49.37
/proc/32149/stat : 32149 (java) S 32148 32135 31741 0 -1 0 18762 0 1 0 4656 281 0 0 18 0 9 0 75258611 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=32149/tid=32155] ppid=32148 vsize=868484 CPUtime=0.31
/proc/32149/task/32155/stat : 32155 (java) S 32148 32135 31741 0 -1 64 1541 0 0 0 30 1 0 0 16 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32156] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32156/stat : 32156 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32157] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32157/stat : 32157 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.1
Current children cumulated vsize (KiB) 890580

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

[startup+179.102 s]
/proc/loadavg: 2.09 2.06 2.06 3/93 32157
/proc/meminfo: memFree=16312/2055920 swapFree=4192812/4192956
[pid=32135] ppid=32133 vsize=16740 CPUtime=0.94
/proc/32135/stat : 32135 (sugar++) S 32133 32135 31741 0 -1 4194304 1297 7850 0 1 4 2 83 5 16 0 1 0 75258502 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32135/statm: 4185 1104 409 3 0 764 0
[pid=32148] ppid=32135 vsize=5356 CPUtime=0
/proc/32148/stat : 32148 (sh) S 32135 32135 31741 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75258611 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32148/statm: 1339 233 193 169 0 50 0
[pid=32149] ppid=32148 vsize=868484 CPUtime=173.41
/proc/32149/stat : 32149 (java) S 32148 32135 31741 0 -1 0 34935 0 1 0 15995 1346 0 0 18 0 9 0 75258611 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32149/statm: 217121 12650 2567 9 0 211668 0
[pid=32149/tid=32150] ppid=32148 vsize=868484 CPUtime=164.03
/proc/32149/task/32150/stat : 32150 (java) R 32148 32135 31741 0 -1 64 23922 0 1 0 15194 1209 0 0 25 0 9 0 75258612 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4127056820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32151] ppid=32148 vsize=868484 CPUtime=9.03
/proc/32149/task/32151/stat : 32151 (java) S 32148 32135 31741 0 -1 64 8775 0 0 0 769 134 0 0 16 0 9 0 75258613 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32152] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32152/stat : 32152 (java) S 32148 32135 31741 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75258613 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32153] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32153/stat : 32153 (java) S 32148 32135 31741 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75258613 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32154] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32154/stat : 32154 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32155] ppid=32148 vsize=868484 CPUtime=0.31
/proc/32149/task/32155/stat : 32155 (java) S 32148 32135 31741 0 -1 64 1541 0 0 0 30 1 0 0 16 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32156] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32156/stat : 32156 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32157] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32157/stat : 32157 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 174.35
Current children cumulated vsize (KiB) 890580

[startup+191.903 s]
/proc/loadavg: 2.08 2.05 2.06 3/93 32157
/proc/meminfo: memFree=15160/2055920 swapFree=4192812/4192956
[pid=32135] ppid=32133 vsize=16740 CPUtime=0.94
/proc/32135/stat : 32135 (sugar++) S 32133 32135 31741 0 -1 4194304 1297 7850 0 1 4 2 83 5 16 0 1 0 75258502 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32135/statm: 4185 1104 409 3 0 764 0
[pid=32148] ppid=32135 vsize=5356 CPUtime=0
/proc/32148/stat : 32148 (sh) S 32135 32135 31741 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75258611 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32148/statm: 1339 233 193 169 0 50 0
[pid=32149] ppid=32148 vsize=868484 CPUtime=185.66
/proc/32149/stat : 32149 (java) S 32148 32135 31741 0 -1 0 36563 0 1 0 17116 1450 0 0 18 0 9 0 75258611 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32149/statm: 217121 12650 2567 9 0 211668 0
[pid=32149/tid=32150] ppid=32148 vsize=868484 CPUtime=175.68
/proc/32149/task/32150/stat : 32150 (java) R 32148 32135 31741 0 -1 64 25550 0 1 0 16265 1303 0 0 25 0 9 0 75258612 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4126564375 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32151] ppid=32148 vsize=868484 CPUtime=9.64
/proc/32149/task/32151/stat : 32151 (java) S 32148 32135 31741 0 -1 64 8775 0 0 0 820 144 0 0 16 0 9 0 75258613 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32152] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32152/stat : 32152 (java) S 32148 32135 31741 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75258613 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32153] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32153/stat : 32153 (java) S 32148 32135 31741 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75258613 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32154] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32154/stat : 32154 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32155] ppid=32148 vsize=868484 CPUtime=0.31
/proc/32149/task/32155/stat : 32155 (java) S 32148 32135 31741 0 -1 64 1541 0 0 0 30 1 0 0 16 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32156] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32156/stat : 32156 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32157] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32157/stat : 32157 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 186.6
Current children cumulated vsize (KiB) 890580

[startup+204.703 s]
/proc/loadavg: 2.06 2.05 2.06 3/93 32157
/proc/meminfo: memFree=15992/2055920 swapFree=4192812/4192956
[pid=32135] ppid=32133 vsize=16740 CPUtime=0.94
/proc/32135/stat : 32135 (sugar++) S 32133 32135 31741 0 -1 4194304 1297 7850 0 1 4 2 83 5 16 0 1 0 75258502 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32135/statm: 4185 1104 409 3 0 764 0
[pid=32148] ppid=32135 vsize=5356 CPUtime=0
/proc/32148/stat : 32148 (sh) S 32135 32135 31741 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75258611 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32148/statm: 1339 233 193 169 0 50 0
[pid=32149] ppid=32148 vsize=868484 CPUtime=198.16
/proc/32149/stat : 32149 (java) S 32148 32135 31741 0 -1 0 38181 0 1 0 18259 1557 0 0 18 0 9 0 75258611 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32149/statm: 217121 12650 2567 9 0 211668 0
[pid=32149/tid=32150] ppid=32148 vsize=868484 CPUtime=187.54
/proc/32149/task/32150/stat : 32150 (java) R 32148 32135 31741 0 -1 64 27168 0 1 0 17353 1401 0 0 25 0 9 0 75258612 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32149/tid=32151] ppid=32148 vsize=868484 CPUtime=10.26
/proc/32149/task/32151/stat : 32151 (java) S 32148 32135 31741 0 -1 64 8775 0 0 0 874 152 0 0 16 0 9 0 75258613 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32149/tid=32152] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32152/stat : 32152 (java) S 32148 32135 31741 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75258613 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32153] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32153/stat : 32153 (java) S 32148 32135 31741 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75258613 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32154] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32154/stat : 32154 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32155] ppid=32148 vsize=868484 CPUtime=0.31
/proc/32149/task/32155/stat : 32155 (java) S 32148 32135 31741 0 -1 64 1541 0 0 0 30 1 0 0 16 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32156] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32156/stat : 32156 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32157] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32157/stat : 32157 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 199.1
Current children cumulated vsize (KiB) 890580

[startup+211.101 s]
/proc/loadavg: 2.06 2.05 2.06 3/93 32157
/proc/meminfo: memFree=15864/2055920 swapFree=4192812/4192956
[pid=32135] ppid=32133 vsize=16740 CPUtime=0.94
/proc/32135/stat : 32135 (sugar++) S 32133 32135 31741 0 -1 4194304 1297 7850 0 1 4 2 83 5 16 0 1 0 75258502 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32135/statm: 4185 1104 409 3 0 764 0
[pid=32148] ppid=32135 vsize=5356 CPUtime=0
/proc/32148/stat : 32148 (sh) S 32135 32135 31741 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75258611 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32148/statm: 1339 233 193 169 0 50 0
[pid=32149] ppid=32148 vsize=868484 CPUtime=204.43
/proc/32149/stat : 32149 (java) S 32148 32135 31741 0 -1 0 39028 0 1 0 18833 1610 0 0 18 0 9 0 75258611 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32149/statm: 217121 12650 2567 9 0 211668 0
[pid=32149/tid=32150] ppid=32148 vsize=868484 CPUtime=193.51
/proc/32149/task/32150/stat : 32150 (java) R 32148 32135 31741 0 -1 64 28015 0 1 0 17902 1449 0 0 25 0 9 0 75258612 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32149/tid=32151] ppid=32148 vsize=868484 CPUtime=10.58
/proc/32149/task/32151/stat : 32151 (java) S 32148 32135 31741 0 -1 64 8775 0 0 0 900 158 0 0 16 0 9 0 75258613 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32149/tid=32152] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32152/stat : 32152 (java) S 32148 32135 31741 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75258613 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32153] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32153/stat : 32153 (java) S 32148 32135 31741 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75258613 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32154] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32154/stat : 32154 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32155] ppid=32148 vsize=868484 CPUtime=0.31
/proc/32149/task/32155/stat : 32155 (java) S 32148 32135 31741 0 -1 64 1541 0 0 0 30 1 0 0 16 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32156] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32156/stat : 32156 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32149/tid=32157] ppid=32148 vsize=868484 CPUtime=0
/proc/32149/task/32157/stat : 32157 (java) S 32148 32135 31741 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75258615 889327616 12650 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 205.37
Current children cumulated vsize (KiB) 890580

[startup+212.701 s]
/proc/loadavg: 2.06 2.05 2.06 2/91 32157
/proc/meminfo: memFree=15416/2055920 swapFree=4192812/4192956
[pid=32135] ppid=32133 vsize=16740 CPUtime=206.55
/proc/32135/stat : 32135 (sugar++) R 32133 32135 31741 0 -1 4194304 1320 47285 0 2 4 34 18993 1624 16 0 1 0 75258502 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 273653929001 0 0 4224 16386 0 0 0 17 1 0 0
/proc/32135/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 206.55
Current children cumulated vsize (KiB) 16740

[startup+213.501 s]
/proc/loadavg: 2.13 2.07 2.06 2/83 32157
/proc/meminfo: memFree=1645000/2055920 swapFree=4192812/4192956
[pid=32135] ppid=32133 vsize=16740 CPUtime=207.09
/proc/32135/stat : 32135 (sugar++) D 32133 32135 31741 0 -1 4194304 1320 47285 0 2 4 88 18993 1624 15 0 1 0 75258502 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/32135/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 207.09
Current children cumulated vsize (KiB) 16740

[startup+214.302 s]
/proc/loadavg: 2.13 2.07 2.06 2/83 32157
/proc/meminfo: memFree=1645000/2055920 swapFree=4192812/4192956
[pid=32135] ppid=32133 vsize=16740 CPUtime=207.13
/proc/32135/stat : 32135 (sugar++) D 32133 32135 31741 0 -1 4194304 1320 47285 0 2 4 92 18993 1624 15 0 1 0 75258502 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/32135/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 207.13
Current children cumulated vsize (KiB) 16740

[startup+214.702 s]
/proc/loadavg: 2.13 2.07 2.06 2/83 32157
/proc/meminfo: memFree=1644296/2055920 swapFree=4192812/4192956
[pid=32135] ppid=32133 vsize=16740 CPUtime=207.14
/proc/32135/stat : 32135 (sugar++) D 32133 32135 31741 0 -1 4194304 1320 47285 0 2 4 93 18993 1624 15 0 1 0 75258502 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/32135/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 207.14
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 214.766
CPU time (s): 207.177
CPU user time (s): 189.983
CPU system time (s): 17.1934
CPU usage (%): 96.4662
Max. virtual memory (cumulated for all children) (KiB): 890972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 189.983
system time used= 17.1934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48661
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= 182920
involuntary context switches= 186035

runsolver used 0.278957 second user time and 0.772882 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-16 07:19:56
IDJOB=1126627
IDBENCH=64268
IDSOLVER=367
FILE ID=node52/1126627-1216185596
PBS_JOBID= 7905893
Free space on /tmp= 65896 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/spot5/normalized-spot5-414_ext.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-1126627-1216185596/watcher-1126627-1216185596 -o /tmp/evaluation-result-1126627-1216185596/solver-1126627-1216185596 -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-1126627-1216185596.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a3a8e813e3a300dccc3e1e11c72f2aa0
RANDOM SEED=1739971813

node52.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.234
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.234
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:        967472 kB
Buffers:          7016 kB
Cached:         717864 kB
SwapCached:          0 kB
Active:        1010848 kB
Inactive:        10576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        967472 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8000 kB
Writeback:           0 kB
Mapped:         317592 kB
Slab:            51496 kB
Committed_AS:   771368 kB
PageTables:       2636 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65856 MiB
End job on node52 at 2008-07-16 07:23:31