Trace number 1109959

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? 260.85 273.395

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-43s-smv.xml
MD5SUM12d27c64e696cc8c609d7f2cba3eeb46
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints4
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables3655
Number of constraints8685
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8685
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 00:13:20 2008
0.00/0.08	c 0	PID 15218
0.00/0.08	c 0	HOST node43.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1109959-1215814400.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109959-1215814400.xml' 'HOME/temp.csp'
1.06/1.18	c 1	3 domains, 3655 variables, 7 predicates, 0 relations, 8685 constraints
1.14/1.24	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.14/1.24	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.15/1.32	c 1	Parsing HOME/temp.csp
1.15/1.84	c 2	parsed 10000 expressions
1.15/1.97	c 2	parsed 12350 expressions
1.15/1.98	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.15/2.09	c 2	MAX CSP: 8685 constraints
1.15/2.09	c 2	Converting to clausal form CSP
1.99/2.15	c 2	converted 2104 (10%) expressions
2.09/2.23	c 2	converted 4208 (20%) expressions
2.19/2.37	c 2	converted 6312 (30%) expressions
2.29/2.42	c 2	converted 8416 (40%) expressions
2.29/2.46	c 2	converted 10519 (50%) expressions
2.38/2.50	c 2	converted 12623 (60%) expressions
2.38/2.54	c 2	converted 14727 (70%) expressions
2.38/2.58	c 2	converted 16831 (80%) expressions
2.48/2.69	c 2	converted 18935 (90%) expressions
3.97/4.13	c 4	converted 21038 (100%) expressions
3.97/4.13	c 4	CSP : 29683 integers, 0 booleans, 41873 clauses, largest domain size 13028
3.97/4.13	c 4	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.97/4.13	c 4	Propagation in CSP
4.65/4.83	c 5	8677 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.65/4.83	c 5	CSP : 29683 integers, 0 booleans, 41873 clauses, largest domain size 8686
4.65/4.83	c 5	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.65/4.85	c 5	Simplifing CSP by introducing new Boolean variables
4.65/4.87	c 5	CSP : 29683 integers, 0 booleans, 41873 clauses, largest domain size 8686
4.65/4.87	c 5	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.86/5.05	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.86/5.08	c 5	2969 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.86/5.09	c 5	5937 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.86/5.09	c 5	8905 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.96/5.12	c 5	11874 (40%) CSP integer variables are encoded (12092 clauses, 181444 bytes)
5.15/5.31	c 5	14842 (50%) CSP integer variables are encoded (168062 clauses, 2682589 bytes)
5.35/5.51	c 5	17810 (60%) CSP integer variables are encoded (319353 clauses, 5254536 bytes)
5.54/5.74	c 5	20779 (70%) CSP integer variables are encoded (493722 clauses, 8218809 bytes)
5.64/5.80	c 5	23747 (80%) CSP integer variables are encoded (536844 clauses, 8951883 bytes)
5.64/5.85	c 6	26715 (90%) CSP integer variables are encoded (570485 clauses, 9523780 bytes)
5.84/6.02	c 6	29683 (100%) CSP integer variables are encoded (711075 clauses, 11913810 bytes)
5.94/6.11	c 6	4188 (10%) CSP clauses are encoded (715263 clauses, 11992414 bytes)
8.10/8.39	c 8	8375 (20%) CSP clauses are encoded (2038186 clauses, 40040850 bytes)
12.53/12.86	c 13	12562 (30%) CSP clauses are encoded (4488463 clauses, 96663284 bytes)
17.37/17.97	c 18	16750 (40%) CSP clauses are encoded (7122544 clauses, 160220973 bytes)
24.07/24.76	c 24	20937 (50%) CSP clauses are encoded (10741046 clauses, 247760572 bytes)
29.90/30.79	c 30	25124 (60%) CSP clauses are encoded (13936000 clauses, 325074887 bytes)
38.78/39.84	c 40	29312 (70%) CSP clauses are encoded (18646368 clauses, 440115256 bytes)
64.60/66.36	c 66	33499 (80%) CSP clauses are encoded (32839627 clauses, 787414992 bytes)
145.58/150.40	c 150	37686 (90%) CSP clauses are encoded (70782714 clauses, 1715067683 bytes)
259.79/271.72	c 271	ERROR Exception Too large HOME/temp.cnf
259.79/271.72	c 271	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
259.79/271.72	c 271	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
259.79/271.72	c 271	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
259.79/271.72	s UNKNOWN
259.81/271.80	c 271	CPU 170.59 (0.06 0.01 170.53 89.23)
259.81/271.80	c 271	END Sat Jul 12 00:17:51 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-1109959-1215814400/watcher-1109959-1215814400 -o /tmp/evaluation-result-1109959-1215814400/solver-1109959-1215814400 -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-1109959-1215814400.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.49 2.22 2.08 4/81 15218
/proc/meminfo: memFree=1758936/2055920 swapFree=4192952/4192956
[pid=15218] ppid=15216 vsize=4708 CPUtime=0
/proc/15218/stat : 15218 (sugar++) R 15216 15218 14839 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 38139395 4820992 43 996147200 4194304 4206940 548682068528 18446744073709551615 221952144777 0 0 4096 0 0 0 0 17 1 0 0
/proc/15218/statm: 1177 43 33 3 0 8 0

[startup+0.0923961 s]
/proc/loadavg: 2.49 2.22 2.08 4/81 15218
/proc/meminfo: memFree=1758936/2055920 swapFree=4192952/4192956
[pid=15218] ppid=15216 vsize=16740 CPUtime=0.06
/proc/15218/stat : 15218 (sugar++) S 15216 15218 14839 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38139395 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15218/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101661 s]
/proc/loadavg: 2.49 2.22 2.08 4/81 15218
/proc/meminfo: memFree=1758936/2055920 swapFree=4192952/4192956
[pid=15218] ppid=15216 vsize=16740 CPUtime=0.06
/proc/15218/stat : 15218 (sugar++) S 15216 15218 14839 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38139395 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15218/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301405 s]
/proc/loadavg: 2.49 2.22 2.08 4/81 15218
/proc/meminfo: memFree=1758936/2055920 swapFree=4192952/4192956
[pid=15218] ppid=15216 vsize=16740 CPUtime=0.06
/proc/15218/stat : 15218 (sugar++) S 15216 15218 14839 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38139395 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15218/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701448 s]
/proc/loadavg: 2.49 2.22 2.08 4/81 15218
/proc/meminfo: memFree=1758936/2055920 swapFree=4192952/4192956
[pid=15218] ppid=15216 vsize=16740 CPUtime=0.06
/proc/15218/stat : 15218 (sugar++) S 15216 15218 14839 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38139395 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15218/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50152 s]
/proc/loadavg: 2.45 2.22 2.08 3/92 15230
/proc/meminfo: memFree=1734656/2055920 swapFree=4192952/4192956
[pid=15218] ppid=15216 vsize=16740 CPUtime=1.15
/proc/15218/stat : 15218 (sugar++) S 15216 15218 14839 0 -1 4194304 1297 9417 0 1 5 1 103 6 15 0 1 0 38139395 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15218/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 16740

[startup+3.10266 s]
/proc/loadavg: 2.45 2.22 2.08 3/92 15240
/proc/meminfo: memFree=1741312/2055920 swapFree=4192952/4192956
[pid=15218] ppid=15216 vsize=16740 CPUtime=1.16
/proc/15218/stat : 15218 (sugar++) S 15216 15218 14839 0 -1 4194304 1297 9417 0 1 6 1 103 6 15 0 1 0 38139395 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15218/statm: 4185 1104 409 3 0 764 0
[pid=15231] ppid=15218 vsize=5356 CPUtime=0
/proc/15231/stat : 15231 (sh) S 15218 15218 14839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38139519 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15231/statm: 1339 233 193 169 0 50 0
[pid=15232] ppid=15231 vsize=868456 CPUtime=1.82
/proc/15232/stat : 15232 (java) S 15231 15218 14839 0 -1 0 10991 0 1 0 176 6 0 0 18 0 9 0 38139519 889298944 9949 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15232/statm: 217114 9949 2541 9 0 211689 0
[pid=15232/tid=15233] ppid=15231 vsize=868456 CPUtime=1.18
/proc/15232/task/15233/stat : 15233 (java) R 15231 15218 14839 0 -1 64 2778 0 1 0 117 1 0 0 25 0 9 0 38139521 889298944 9949 996147200 134512640 134550740 4294955920 18446744073709551615 4126663067 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15234] ppid=15231 vsize=868456 CPUtime=0.39
/proc/15232/task/15234/stat : 15234 (java) S 15231 15218 14839 0 -1 64 6046 0 0 0 37 2 0 0 16 0 9 0 38139522 889298944 9949 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15235] ppid=15231 vsize=868456 CPUtime=0
/proc/15232/task/15235/stat : 15235 (java) S 15231 15218 14839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38139522 889298944 9949 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15236] ppid=15231 vsize=868456 CPUtime=0
/proc/15232/task/15236/stat : 15236 (java) S 15231 15218 14839 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38139522 889298944 9949 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15237] ppid=15231 vsize=868456 CPUtime=0
/proc/15232/task/15237/stat : 15237 (java) S 15231 15218 14839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38139524 889298944 9949 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15238] ppid=15231 vsize=868456 CPUtime=0.21
/proc/15232/task/15238/stat : 15238 (java) S 15231 15218 14839 0 -1 64 1469 0 0 0 21 0 0 0 16 0 9 0 38139524 889298944 9949 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15239] ppid=15231 vsize=868456 CPUtime=0
/proc/15232/task/15239/stat : 15239 (java) S 15231 15218 14839 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38139524 889298944 9949 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15240] ppid=15231 vsize=868456 CPUtime=0
/proc/15232/task/15240/stat : 15240 (java) S 15231 15218 14839 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38139524 889298944 9949 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890552

[startup+6.30195 s]
/proc/loadavg: 2.45 2.22 2.08 3/92 15240
/proc/meminfo: memFree=1704320/2055920 swapFree=4192952/4192956
[pid=15218] ppid=15216 vsize=16740 CPUtime=1.16
/proc/15218/stat : 15218 (sugar++) S 15216 15218 14839 0 -1 4194304 1297 9417 0 1 6 1 103 6 15 0 1 0 38139395 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15218/statm: 4185 1104 409 3 0 764 0
[pid=15231] ppid=15218 vsize=5356 CPUtime=0
/proc/15231/stat : 15231 (sh) S 15218 15218 14839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38139519 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15231/statm: 1339 233 193 169 0 50 0
[pid=15232] ppid=15231 vsize=868568 CPUtime=4.97
/proc/15232/stat : 15232 (java) S 15231 15218 14839 0 -1 0 15913 0 1 0 480 17 0 0 18 0 9 0 38139519 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15232/statm: 217142 14259 2565 9 0 211689 0
[pid=15232/tid=15233] ppid=15231 vsize=868568 CPUtime=3.53
/proc/15232/task/15233/stat : 15233 (java) R 15231 15218 14839 0 -1 64 3327 0 1 0 343 10 0 0 25 0 9 0 38139521 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 102064685 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15234] ppid=15231 vsize=868568 CPUtime=1.14
/proc/15232/task/15234/stat : 15234 (java) S 15231 15218 14839 0 -1 64 10376 0 0 0 109 5 0 0 16 0 9 0 38139522 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15235] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15235/stat : 15235 (java) S 15231 15218 14839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38139522 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15236] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15236/stat : 15236 (java) S 15231 15218 14839 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38139522 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15237] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15237/stat : 15237 (java) S 15231 15218 14839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15238] ppid=15231 vsize=868568 CPUtime=0.29
/proc/15232/task/15238/stat : 15238 (java) S 15231 15218 14839 0 -1 64 1512 0 0 0 28 1 0 0 16 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15239] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15239/stat : 15239 (java) S 15231 15218 14839 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15240] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15240/stat : 15240 (java) R 15231 15218 14839 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 890664

[startup+12.7025 s]
/proc/loadavg: 2.45 2.23 2.08 3/92 15240
/proc/meminfo: memFree=1622016/2055920 swapFree=4192952/4192956
[pid=15218] ppid=15216 vsize=16740 CPUtime=1.16
/proc/15218/stat : 15218 (sugar++) S 15216 15218 14839 0 -1 4194304 1297 9417 0 1 6 1 103 6 16 0 1 0 38139395 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15218/statm: 4185 1104 409 3 0 764 0
[pid=15231] ppid=15218 vsize=5356 CPUtime=0
/proc/15231/stat : 15231 (sh) S 15218 15218 14839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38139519 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15231/statm: 1339 233 193 169 0 50 0
[pid=15232] ppid=15231 vsize=868568 CPUtime=11.28
/proc/15232/stat : 15232 (java) S 15231 15218 14839 0 -1 0 16428 0 1 0 1057 71 0 0 18 0 9 0 38139519 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15232/statm: 217142 14259 2565 9 0 211689 0
[pid=15232/tid=15233] ppid=15231 vsize=868568 CPUtime=9.61
/proc/15232/task/15233/stat : 15233 (java) R 15231 15218 14839 0 -1 64 3842 0 1 0 902 59 0 0 25 0 9 0 38139521 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4126574231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15234] ppid=15231 vsize=868568 CPUtime=1.36
/proc/15232/task/15234/stat : 15234 (java) S 15231 15218 14839 0 -1 64 10376 0 0 0 127 9 0 0 16 0 9 0 38139522 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15235] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15235/stat : 15235 (java) S 15231 15218 14839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38139522 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15236] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15236/stat : 15236 (java) S 15231 15218 14839 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38139522 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15237] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15237/stat : 15237 (java) S 15231 15218 14839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15238] ppid=15231 vsize=868568 CPUtime=0.29
/proc/15232/task/15238/stat : 15238 (java) S 15231 15218 14839 0 -1 64 1512 0 0 0 28 1 0 0 16 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15239] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15239/stat : 15239 (java) S 15231 15218 14839 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15240] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15240/stat : 15240 (java) S 15231 15218 14839 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 890664

[startup+25.5027 s]
/proc/loadavg: 2.38 2.22 2.08 3/92 15240
/proc/meminfo: memFree=1454016/2055920 swapFree=4192952/4192956
[pid=15218] ppid=15216 vsize=16740 CPUtime=1.16
/proc/15218/stat : 15218 (sugar++) S 15216 15218 14839 0 -1 4194304 1297 9417 0 1 6 1 103 6 16 0 1 0 38139395 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15218/statm: 4185 1104 409 3 0 764 0
[pid=15231] ppid=15218 vsize=5356 CPUtime=0
/proc/15231/stat : 15231 (sh) S 15218 15218 14839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38139519 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15231/statm: 1339 233 193 169 0 50 0
[pid=15232] ppid=15231 vsize=868568 CPUtime=23.67
/proc/15232/stat : 15232 (java) S 15231 15218 14839 0 -1 0 17432 0 1 0 2197 170 0 0 18 0 9 0 38139519 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15232/statm: 217142 14259 2565 9 0 211689 0
[pid=15232/tid=15233] ppid=15231 vsize=868568 CPUtime=21.58
/proc/15232/task/15233/stat : 15233 (java) R 15231 15218 14839 0 -1 64 4846 0 1 0 2005 153 0 0 25 0 9 0 38139521 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15234] ppid=15231 vsize=868568 CPUtime=1.78
/proc/15232/task/15234/stat : 15234 (java) S 15231 15218 14839 0 -1 64 10376 0 0 0 163 15 0 0 16 0 9 0 38139522 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15235] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15235/stat : 15235 (java) S 15231 15218 14839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38139522 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15236] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15236/stat : 15236 (java) S 15231 15218 14839 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38139522 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15237] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15237/stat : 15237 (java) S 15231 15218 14839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15238] ppid=15231 vsize=868568 CPUtime=0.29
/proc/15232/task/15238/stat : 15238 (java) S 15231 15218 14839 0 -1 64 1512 0 0 0 28 1 0 0 16 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15239] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15239/stat : 15239 (java) S 15231 15218 14839 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15240] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15240/stat : 15240 (java) S 15231 15218 14839 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 890664

[startup+51.103 s]
/proc/loadavg: 2.45 2.25 2.09 3/92 15240
/proc/meminfo: memFree=1128704/2055920 swapFree=4192952/4192956
[pid=15218] ppid=15216 vsize=16740 CPUtime=1.16
/proc/15218/stat : 15218 (sugar++) S 15216 15218 14839 0 -1 4194304 1297 9417 0 1 6 1 103 6 16 0 1 0 38139395 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15218/statm: 4185 1104 409 3 0 764 0
[pid=15231] ppid=15218 vsize=5356 CPUtime=0
/proc/15231/stat : 15231 (sh) S 15218 15218 14839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38139519 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15231/statm: 1339 233 193 169 0 50 0
[pid=15232] ppid=15231 vsize=868568 CPUtime=48.63
/proc/15232/stat : 15232 (java) S 15231 15218 14839 0 -1 0 19501 0 1 0 4479 384 0 0 18 0 9 0 38139519 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=15232/tid=15238] ppid=15231 vsize=868568 CPUtime=0.29
/proc/15232/task/15238/stat : 15238 (java) S 15231 15218 14839 0 -1 64 1512 0 0 0 28 1 0 0 16 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15239] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15239/stat : 15239 (java) S 15231 15218 14839 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15240] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15240/stat : 15240 (java) S 15231 15218 14839 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 211.63
Current children cumulated vsize (KiB) 890664

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

[startup+230.302 s]
/proc/loadavg: 2.53 2.41 2.18 3/92 15240
/proc/meminfo: memFree=15552/2055920 swapFree=4192812/4192956
[pid=15218] ppid=15216 vsize=16740 CPUtime=1.16
/proc/15218/stat : 15218 (sugar++) S 15216 15218 14839 0 -1 4194304 1297 9417 0 1 6 1 103 6 16 0 1 0 38139395 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15218/statm: 4185 1104 409 3 0 764 0
[pid=15231] ppid=15218 vsize=5356 CPUtime=0
/proc/15231/stat : 15231 (sh) S 15218 15218 14839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38139519 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15231/statm: 1339 233 193 169 0 50 0
[pid=15232] ppid=15231 vsize=868568 CPUtime=218.25
/proc/15232/stat : 15232 (java) S 15231 15218 14839 0 -1 0 29348 0 1 0 15917 5908 0 0 18 0 9 0 38139519 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15232/statm: 217142 14259 2565 9 0 211689 0
[pid=15232/tid=15233] ppid=15231 vsize=868568 CPUtime=211.12
/proc/15232/task/15233/stat : 15233 (java) R 15231 15218 14839 0 -1 64 16762 0 1 0 15300 5812 0 0 25 0 9 0 38139521 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15234] ppid=15231 vsize=868568 CPUtime=6.81
/proc/15232/task/15234/stat : 15234 (java) S 15231 15218 14839 0 -1 64 10376 0 0 0 588 93 0 0 16 0 9 0 38139522 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15235] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15235/stat : 15235 (java) S 15231 15218 14839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38139522 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15236] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15236/stat : 15236 (java) S 15231 15218 14839 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38139522 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15237] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15237/stat : 15237 (java) S 15231 15218 14839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15238] ppid=15231 vsize=868568 CPUtime=0.29
/proc/15232/task/15238/stat : 15238 (java) S 15231 15218 14839 0 -1 64 1512 0 0 0 28 1 0 0 16 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15239] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15239/stat : 15239 (java) S 15231 15218 14839 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15240] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15240/stat : 15240 (java) S 15231 15218 14839 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 219.41
Current children cumulated vsize (KiB) 890664

[startup+255.902 s]
/proc/loadavg: 2.53 2.42 2.19 3/92 15240
/proc/meminfo: memFree=15232/2055920 swapFree=4192812/4192956
[pid=15218] ppid=15216 vsize=16740 CPUtime=1.16
/proc/15218/stat : 15218 (sugar++) S 15216 15218 14839 0 -1 4194304 1297 9417 0 1 6 1 103 6 16 0 1 0 38139395 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15218/statm: 4185 1104 409 3 0 764 0
[pid=15231] ppid=15218 vsize=5356 CPUtime=0
/proc/15231/stat : 15231 (sh) S 15218 15218 14839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38139519 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15231/statm: 1339 233 193 169 0 50 0
[pid=15232] ppid=15231 vsize=868568 CPUtime=243.21
/proc/15232/stat : 15232 (java) S 15231 15218 14839 0 -1 0 29918 0 1 0 16534 7787 0 0 18 0 9 0 38139519 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15232/statm: 217142 14259 2565 9 0 211689 0
[pid=15232/tid=15233] ppid=15231 vsize=868568 CPUtime=235.85
/proc/15232/task/15233/stat : 15233 (java) R 15231 15218 14839 0 -1 64 17332 0 1 0 15898 7687 0 0 25 0 9 0 38139521 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4126478391 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15234] ppid=15231 vsize=868568 CPUtime=7.04
/proc/15232/task/15234/stat : 15234 (java) S 15231 15218 14839 0 -1 64 10376 0 0 0 607 97 0 0 16 0 9 0 38139522 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15235] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15235/stat : 15235 (java) S 15231 15218 14839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38139522 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15236] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15236/stat : 15236 (java) S 15231 15218 14839 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38139522 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15237] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15237/stat : 15237 (java) S 15231 15218 14839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15238] ppid=15231 vsize=868568 CPUtime=0.29
/proc/15232/task/15238/stat : 15238 (java) S 15231 15218 14839 0 -1 64 1512 0 0 0 28 1 0 0 16 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15239] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15239/stat : 15239 (java) S 15231 15218 14839 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15240] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15240/stat : 15240 (java) S 15231 15218 14839 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 244.37
Current children cumulated vsize (KiB) 890664

[startup+262.302 s]
/proc/loadavg: 2.45 2.41 2.18 3/92 15240
/proc/meminfo: memFree=15616/2055920 swapFree=4192812/4192956
[pid=15218] ppid=15216 vsize=16740 CPUtime=1.16
/proc/15218/stat : 15218 (sugar++) S 15216 15218 14839 0 -1 4194304 1297 9417 0 1 6 1 103 6 16 0 1 0 38139395 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15218/statm: 4185 1104 409 3 0 764 0
[pid=15231] ppid=15218 vsize=5356 CPUtime=0
/proc/15231/stat : 15231 (sh) S 15218 15218 14839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38139519 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15231/statm: 1339 233 193 169 0 50 0
[pid=15232] ppid=15231 vsize=868568 CPUtime=249.44
/proc/15232/stat : 15232 (java) S 15231 15218 14839 0 -1 0 30060 0 1 0 16691 8253 0 0 18 0 9 0 38139519 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15232/statm: 217142 14259 2565 9 0 211689 0
[pid=15232/tid=15233] ppid=15231 vsize=868568 CPUtime=242.02
/proc/15232/task/15233/stat : 15233 (java) R 15231 15218 14839 0 -1 64 17474 0 1 0 16049 8153 0 0 25 0 9 0 38139521 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15234] ppid=15231 vsize=868568 CPUtime=7.1
/proc/15232/task/15234/stat : 15234 (java) S 15231 15218 14839 0 -1 64 10376 0 0 0 612 98 0 0 16 0 9 0 38139522 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15235] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15235/stat : 15235 (java) S 15231 15218 14839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38139522 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15236] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15236/stat : 15236 (java) S 15231 15218 14839 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38139522 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15237] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15237/stat : 15237 (java) S 15231 15218 14839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15238] ppid=15231 vsize=868568 CPUtime=0.29
/proc/15232/task/15238/stat : 15238 (java) S 15231 15218 14839 0 -1 64 1512 0 0 0 28 1 0 0 16 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15239] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15239/stat : 15239 (java) S 15231 15218 14839 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15240] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15240/stat : 15240 (java) S 15231 15218 14839 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 250.6
Current children cumulated vsize (KiB) 890664

[startup+268.703 s]
/proc/loadavg: 2.49 2.42 2.19 3/92 15240
/proc/meminfo: memFree=15488/2055920 swapFree=4192812/4192956
[pid=15218] ppid=15216 vsize=16740 CPUtime=1.16
/proc/15218/stat : 15218 (sugar++) S 15216 15218 14839 0 -1 4194304 1297 9417 0 1 6 1 103 6 16 0 1 0 38139395 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15218/statm: 4185 1104 409 3 0 764 0
[pid=15231] ppid=15218 vsize=5356 CPUtime=0
/proc/15231/stat : 15231 (sh) S 15218 15218 14839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38139519 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15231/statm: 1339 233 193 169 0 50 0
[pid=15232] ppid=15231 vsize=868568 CPUtime=255.69
/proc/15232/stat : 15232 (java) S 15231 15218 14839 0 -1 0 30203 0 1 0 16856 8713 0 0 18 0 9 0 38139519 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15232/statm: 217142 14259 2565 9 0 211689 0
[pid=15232/tid=15233] ppid=15231 vsize=868568 CPUtime=248.21
/proc/15232/task/15233/stat : 15233 (java) R 15231 15218 14839 0 -1 64 17617 0 1 0 16209 8612 0 0 25 0 9 0 38139521 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15234] ppid=15231 vsize=868568 CPUtime=7.15
/proc/15232/task/15234/stat : 15234 (java) S 15231 15218 14839 0 -1 64 10376 0 0 0 617 98 0 0 16 0 9 0 38139522 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15235] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15235/stat : 15235 (java) S 15231 15218 14839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38139522 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15236] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15236/stat : 15236 (java) S 15231 15218 14839 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38139522 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15237] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15237/stat : 15237 (java) S 15231 15218 14839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15238] ppid=15231 vsize=868568 CPUtime=0.29
/proc/15232/task/15238/stat : 15238 (java) S 15231 15218 14839 0 -1 64 1512 0 0 0 28 1 0 0 16 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15239] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15239/stat : 15239 (java) S 15231 15218 14839 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15232/tid=15240] ppid=15231 vsize=868568 CPUtime=0
/proc/15232/task/15240/stat : 15240 (java) S 15231 15218 14839 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38139524 889413632 14259 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 256.85
Current children cumulated vsize (KiB) 890664

[startup+271.902 s]
/proc/loadavg: 2.45 2.41 2.19 3/92 15240
/proc/meminfo: memFree=15296/2055920 swapFree=4192812/4192956
[pid=15218] ppid=15216 vsize=16740 CPUtime=259.9
/proc/15218/stat : 15218 (sugar++) R 15216 15218 14839 0 -1 4194304 1320 39986 0 2 6 8 17053 8923 16 0 1 0 38139395 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 221954937897 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15218/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 259.9
Current children cumulated vsize (KiB) 16740

[startup+272.702 s]
/proc/loadavg: 2.45 2.41 2.19 4/82 15240
/proc/meminfo: memFree=1908048/2055920 swapFree=4192812/4192956
[pid=15218] ppid=15216 vsize=16740 CPUtime=260.69
/proc/15218/stat : 15218 (sugar++) R 15216 15218 14839 0 -1 4194304 1320 39986 0 2 6 87 17053 8923 17 0 1 0 38139395 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 221954937897 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15218/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 260.69
Current children cumulated vsize (KiB) 16740

[startup+273.102 s]
/proc/loadavg: 2.45 2.41 2.19 4/82 15240
/proc/meminfo: memFree=1908048/2055920 swapFree=4192812/4192956
[pid=15218] ppid=15216 vsize=16740 CPUtime=260.83
/proc/15218/stat : 15218 (sugar++) D 15216 15218 14839 0 -1 4194304 1320 39986 0 2 6 101 17053 8923 15 0 1 0 38139395 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 221954937897 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15218/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 260.83
Current children cumulated vsize (KiB) 16740

[startup+273.302 s]
/proc/loadavg: 2.45 2.41 2.19 4/82 15240
/proc/meminfo: memFree=1908048/2055920 swapFree=4192812/4192956
[pid=15218] ppid=15216 vsize=16740 CPUtime=260.83
/proc/15218/stat : 15218 (sugar++) D 15216 15218 14839 0 -1 4194304 1320 39986 0 2 6 101 17053 8923 15 0 1 0 38139395 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 221954937897 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15218/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 260.83
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 273.395
CPU time (s): 260.85
CPU user time (s): 170.596
CPU system time (s): 90.2543
CPU usage (%): 95.4114
Max. virtual memory (cumulated for all children) (KiB): 891056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 170.596
system time used= 90.2543
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41362
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= 109869
involuntary context switches= 116698

runsolver used 0.517921 second user time and 1.3278 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-12 00:13:20
IDJOB=1109959
IDBENCH=61042
IDSOLVER=367
FILE ID=node43/1109959-1215814400
PBS_JOBID= 7903308
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-43s-smv.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-1109959-1215814400/watcher-1109959-1215814400 -o /tmp/evaluation-result-1109959-1215814400/solver-1109959-1215814400 -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-1109959-1215814400.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 12d27c64e696cc8c609d7f2cba3eeb46
RANDOM SEED=1617022323

node43.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.216
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.216
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:       1759416 kB
Buffers:         29920 kB
Cached:         167480 kB
SwapCached:          4 kB
Active:          83132 kB
Inactive:       145756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1759416 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            2380 kB
Writeback:           0 kB
Mapped:          51636 kB
Slab:            52628 kB
Committed_AS:   171248 kB
PageTables:       1996 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= 66508 MiB
End job on node43 at 2008-07-12 00:17:53