Trace number 1087199

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+picosat? 489.221 496.067

General information on the benchmark

Namecsp/fapp/fapp14/
normalized-fapp14-2500-2.xml
MD5SUM3ec556ad251960bf7980f3107ef7856e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark36.8644
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 09:29:59 2008
0.00/0.04	c 0	PID 11935
0.00/0.05	c 0	HOST node48.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1087199-1215242999.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087199-1215242999.xml' 'HOME/temp.csp'
2.55/2.60	c 3	30 domains, 2500 variables, 8 predicates, 0 relations, 40767 constraints
2.55/2.66	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.55/2.66	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.58/2.74	c 3	Parsing HOME/temp.csp
2.58/3.13	c 3	parsed 10000 expressions
3.30/3.48	c 4	parsed 20000 expressions
3.69/3.81	c 4	parsed 30000 expressions
3.90/4.08	c 4	parsed 40000 expressions
3.99/4.17	c 4	parsed 43305 expressions
3.99/4.17	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.99/4.17	c 4	Converting to clausal form CSP
6.68/6.86	c 7	converted 4331 (10%) expressions
12.15/12.38	c 13	converted 8661 (20%) expressions
17.52/17.78	c 18	converted 12992 (30%) expressions
22.49/22.72	c 23	converted 17322 (40%) expressions
27.86/28.18	c 28	converted 21653 (50%) expressions
32.74/33.08	c 33	converted 25983 (60%) expressions
37.41/37.74	c 38	converted 30314 (70%) expressions
42.68/43.09	c 43	converted 34644 (80%) expressions
46.86/47.28	c 48	converted 38975 (90%) expressions
50.73/51.10	c 51	converted 43305 (100%) expressions
50.73/51.11	c 51	CSP : 12565 integers, 119179 booleans, 271652 clauses, largest domain size 2741
50.73/51.11	c 51	Heap : 205 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
50.73/51.11	c 51	Propagation in CSP
56.91/57.37	c 58	12110 values, 0 unsatisfiable literals, and 0 valid clauses are removed
56.91/57.38	c 58	CSP : 12565 integers, 119179 booleans, 271652 clauses, largest domain size 2741
56.91/57.38	c 58	Heap : 217 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
57.01/57.45	c 58	Simplifing CSP by introducing new Boolean variables
57.50/57.97	c 58	CSP : 12565 integers, 217789 booleans, 370262 clauses, largest domain size 2741
57.50/57.97	c 58	Heap : 257 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
59.00/59.41	c 60	Encoding CSP to SAT : HOME/temp.cnf
67.15/67.65	c 68	1257 (10%) CSP integer variables are encoded (386675 clauses, 6352058 bytes)
75.21/75.78	c 76	2513 (20%) CSP integer variables are encoded (804867 clauses, 13461322 bytes)
78.76/79.33	c 80	3770 (30%) CSP integer variables are encoded (3864238 clauses, 71204302 bytes)
82.22/82.82	c 83	5026 (40%) CSP integer variables are encoded (6845926 clauses, 127856374 bytes)
85.88/86.50	c 87	6283 (50%) CSP integer variables are encoded (9878107 clauses, 185467813 bytes)
89.62/90.36	c 91	7539 (60%) CSP integer variables are encoded (12926283 clauses, 249248380 bytes)
93.42/94.21	c 94	8796 (70%) CSP integer variables are encoded (15945348 clauses, 312648745 bytes)
97.13/98.07	c 98	10052 (80%) CSP integer variables are encoded (18974134 clauses, 376253251 bytes)
100.96/101.90	c 102	11309 (90%) CSP integer variables are encoded (22003241 clauses, 439864498 bytes)
104.54/105.64	c 106	12565 (100%) CSP integer variables are encoded (24928329 clauses, 501291346 bytes)
253.16/255.80	c 256	37027 (10%) CSP clauses are encoded (49346526 clauses, 1108074161 bytes)
380.53/385.33	c 386	74053 (20%) CSP clauses are encoded (71739992 clauses, 1674635525 bytes)
488.42/494.47	c 495	ERROR Exception Too large HOME/temp.cnf
488.42/494.47	c 495	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
488.42/494.47	c 495	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
488.42/494.47	c 495	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
488.42/494.47	s UNKNOWN
488.51/494.53	c 495	CPU 476.07 (0.03 0.01 476.04 12.47)
488.51/494.53	c 495	END Sat Jul  5 09:38:14 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1087199-1215242999/watcher-1087199-1215242999 -o /tmp/evaluation-result-1087199-1215242999/solver-1087199-1215242999 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1087199-1215242999.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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.18 2.07 2.02 4/80 11935
/proc/meminfo: memFree=1363976/2055920 swapFree=4180436/4192956
[pid=11935] ppid=11933 vsize=12268 CPUtime=0
/proc/11935/stat : 11935 (sugar) R 11933 11935 11703 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2003272113 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255548505086 0 0 4224 0 0 0 0 17 1 0 0
/proc/11935/statm: 3067 316 241 3 0 167 0

[startup+0.077532 s]
/proc/loadavg: 2.18 2.07 2.02 4/80 11935
/proc/meminfo: memFree=1363976/2055920 swapFree=4180436/4192956
[pid=11935] ppid=11933 vsize=13600 CPUtime=0.04
/proc/11935/stat : 11935 (sugar) S 11933 11935 11703 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003272113 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11935/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.1015 s]
/proc/loadavg: 2.18 2.07 2.02 4/80 11935
/proc/meminfo: memFree=1363976/2055920 swapFree=4180436/4192956
[pid=11935] ppid=11933 vsize=13600 CPUtime=0.04
/proc/11935/stat : 11935 (sugar) S 11933 11935 11703 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003272113 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11935/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301512 s]
/proc/loadavg: 2.18 2.07 2.02 4/80 11935
/proc/meminfo: memFree=1363976/2055920 swapFree=4180436/4192956
[pid=11935] ppid=11933 vsize=13600 CPUtime=0.04
/proc/11935/stat : 11935 (sugar) S 11933 11935 11703 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003272113 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11935/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701556 s]
/proc/loadavg: 2.18 2.07 2.02 4/80 11935
/proc/meminfo: memFree=1363976/2055920 swapFree=4180436/4192956
[pid=11935] ppid=11933 vsize=13600 CPUtime=0.04
/proc/11935/stat : 11935 (sugar) S 11933 11935 11703 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003272113 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11935/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50163 s]
/proc/loadavg: 2.24 2.08 2.02 4/91 11947
/proc/meminfo: memFree=1337648/2055920 swapFree=4180436/4192956
[pid=11935] ppid=11933 vsize=13600 CPUtime=0.04
/proc/11935/stat : 11935 (sugar) S 11933 11935 11703 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003272113 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11935/statm: 3400 796 370 3 0 500 0
[pid=11938] ppid=11935 vsize=5356 CPUtime=0
/proc/11938/stat : 11938 (sh) S 11935 11935 11703 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003272118 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11938/statm: 1339 233 193 169 0 50 0
[pid=11939] ppid=11938 vsize=864672 CPUtime=1.42
/proc/11939/stat : 11939 (java) S 11938 11935 11703 0 -1 0 15157 0 1 0 134 8 0 0 18 0 9 0 2003272119 885424128 13205 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11939/statm: 216168 13205 2529 9 0 210750 0
[pid=11939/tid=11940] ppid=11938 vsize=864672 CPUtime=0.84
/proc/11939/task/11940/stat : 11940 (java) R 11938 11935 11703 0 -1 64 3006 0 1 0 82 2 0 0 25 0 9 0 2003272120 885424128 13205 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11939/tid=11941] ppid=11938 vsize=864672 CPUtime=0.45
/proc/11939/task/11941/stat : 11941 (java) R 11938 11935 11703 0 -1 64 10951 0 0 0 40 5 0 0 16 0 9 0 2003272121 885424128 13205 996147200 134512640 134550740 4294956000 18446744073709551615 102674873 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11939/tid=11942] ppid=11938 vsize=864672 CPUtime=0
/proc/11939/task/11942/stat : 11942 (java) S 11938 11935 11703 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003272121 885424128 13205 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11939/tid=11943] ppid=11938 vsize=864672 CPUtime=0
/proc/11939/task/11943/stat : 11943 (java) S 11938 11935 11703 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003272121 885424128 13205 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11939/tid=11944] ppid=11938 vsize=864672 CPUtime=0
/proc/11939/task/11944/stat : 11944 (java) S 11938 11935 11703 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003272123 885424128 13205 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11939/tid=11945] ppid=11938 vsize=864672 CPUtime=0.11
/proc/11939/task/11945/stat : 11945 (java) S 11938 11935 11703 0 -1 64 500 0 0 0 11 0 0 0 16 0 9 0 2003272123 885424128 13205 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11939/tid=11946] ppid=11938 vsize=864672 CPUtime=0
/proc/11939/task/11946/stat : 11946 (java) S 11938 11935 11703 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003272123 885424128 13205 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11939/tid=11947] ppid=11938 vsize=864672 CPUtime=0
/proc/11939/task/11947/stat : 11947 (java) S 11938 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003272123 885424128 13205 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883628

[startup+3.10178 s]
/proc/loadavg: 2.24 2.08 2.02 3/91 11947
/proc/meminfo: memFree=1299824/2055920 swapFree=4180436/4192956
[pid=11935] ppid=11933 vsize=13600 CPUtime=2.58
/proc/11935/stat : 11935 (sugar) S 11933 11935 11703 0 -1 4194304 973 21995 0 1 3 1 240 14 16 0 1 0 2003272113 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11935/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 13600

[startup+6.30208 s]
/proc/loadavg: 2.24 2.08 2.02 3/91 11957
/proc/meminfo: memFree=1325744/2055920 swapFree=4180436/4192956
[pid=11935] ppid=11933 vsize=13600 CPUtime=2.58
/proc/11935/stat : 11935 (sugar) S 11933 11935 11703 0 -1 4194304 974 21995 0 1 3 1 240 14 16 0 1 0 2003272113 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11935/statm: 3400 797 370 3 0 500 0
[pid=11948] ppid=11935 vsize=5356 CPUtime=0
/proc/11948/stat : 11948 (sh) S 11935 11935 11703 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003272380 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11948/statm: 1339 233 193 169 0 50 0
[pid=11949] ppid=11948 vsize=868412 CPUtime=3.6
/proc/11949/stat : 11949 (java) S 11948 11935 11703 0 -1 0 13208 0 1 0 350 10 0 0 18 0 9 0 2003272380 889253888 11734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11949/statm: 217103 11734 2541 9 0 211678 0
[pid=11949/tid=11950] ppid=11948 vsize=868412 CPUtime=2.66
/proc/11949/task/11950/stat : 11950 (java) R 11948 11935 11703 0 -1 64 3107 0 1 0 263 3 0 0 25 0 9 0 2003272381 889253888 11734 996147200 134512640 134550740 4294955952 18446744073709551615 4126568846 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11951] ppid=11948 vsize=868412 CPUtime=0.71
/proc/11949/task/11951/stat : 11951 (java) S 11948 11935 11703 0 -1 64 7919 0 0 0 65 6 0 0 16 0 9 0 2003272382 889253888 11734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11952] ppid=11948 vsize=868412 CPUtime=0
/proc/11949/task/11952/stat : 11952 (java) S 11948 11935 11703 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003272383 889253888 11734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11953] ppid=11948 vsize=868412 CPUtime=0
/proc/11949/task/11953/stat : 11953 (java) S 11948 11935 11703 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003272383 889253888 11734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11954] ppid=11948 vsize=868412 CPUtime=0
/proc/11949/task/11954/stat : 11954 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003272385 889253888 11734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11949/tid=11955] ppid=11948 vsize=868412 CPUtime=0.2
/proc/11949/task/11955/stat : 11955 (java) S 11948 11935 11703 0 -1 64 1485 0 0 0 20 0 0 0 16 0 9 0 2003272385 889253888 11734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11956] ppid=11948 vsize=868412 CPUtime=0
/proc/11949/task/11956/stat : 11956 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003272385 889253888 11734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11949/tid=11957] ppid=11948 vsize=868412 CPUtime=0
/proc/11949/task/11957/stat : 11957 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003272385 889253888 11734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887368

[startup+12.7027 s]
/proc/loadavg: 2.36 2.11 2.03 3/91 11957
/proc/meminfo: memFree=1299696/2055920 swapFree=4180436/4192956
[pid=11935] ppid=11933 vsize=13600 CPUtime=2.58
/proc/11935/stat : 11935 (sugar) S 11933 11935 11703 0 -1 4194304 974 21995 0 1 3 1 240 14 16 0 1 0 2003272113 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11935/statm: 3400 797 370 3 0 500 0
[pid=11948] ppid=11935 vsize=5356 CPUtime=0
/proc/11948/stat : 11948 (sh) S 11935 11935 11703 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003272380 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11948/statm: 1339 233 193 169 0 50 0
[pid=11949] ppid=11948 vsize=868412 CPUtime=9.96
/proc/11949/stat : 11949 (java) S 11948 11935 11703 0 -1 0 23944 0 1 0 979 17 0 0 18 0 9 0 2003272380 889253888 18399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11949/statm: 217103 18399 2541 9 0 211678 0
[pid=11949/tid=11950] ppid=11948 vsize=868412 CPUtime=8.19
/proc/11949/task/11950/stat : 11950 (java) R 11948 11935 11703 0 -1 64 3558 0 1 0 816 3 0 0 25 0 9 0 2003272381 889253888 18399 996147200 134512640 134550740 4294955952 18446744073709551615 4126428774 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11951] ppid=11948 vsize=868412 CPUtime=1.53
/proc/11949/task/11951/stat : 11951 (java) S 11948 11935 11703 0 -1 64 18195 0 0 0 141 12 0 0 16 0 9 0 2003272382 889253888 18399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11952] ppid=11948 vsize=868412 CPUtime=0
/proc/11949/task/11952/stat : 11952 (java) S 11948 11935 11703 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003272383 889253888 18399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11953] ppid=11948 vsize=868412 CPUtime=0
/proc/11949/task/11953/stat : 11953 (java) S 11948 11935 11703 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003272383 889253888 18399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11954] ppid=11948 vsize=868412 CPUtime=0
/proc/11949/task/11954/stat : 11954 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003272385 889253888 18399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11949/tid=11955] ppid=11948 vsize=868412 CPUtime=0.21
/proc/11949/task/11955/stat : 11955 (java) S 11948 11935 11703 0 -1 64 1494 0 0 0 21 0 0 0 16 0 9 0 2003272385 889253888 18399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11956] ppid=11948 vsize=868412 CPUtime=0
/proc/11949/task/11956/stat : 11956 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003272385 889253888 18399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11949/tid=11957] ppid=11948 vsize=868412 CPUtime=0
/proc/11949/task/11957/stat : 11957 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003272385 889253888 18399 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 887368

[startup+25.5019 s]
/proc/loadavg: 2.38 2.12 2.04 4/91 11957
/proc/meminfo: memFree=1243120/2055920 swapFree=4180436/4192956
[pid=11935] ppid=11933 vsize=13600 CPUtime=2.58
/proc/11935/stat : 11935 (sugar) S 11933 11935 11703 0 -1 4194304 974 21995 0 1 3 1 240 14 16 0 1 0 2003272113 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11935/statm: 3400 797 370 3 0 500 0
[pid=11948] ppid=11935 vsize=5356 CPUtime=0
/proc/11948/stat : 11948 (sh) S 11935 11935 11703 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003272380 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11948/statm: 1339 233 193 169 0 50 0
[pid=11949] ppid=11948 vsize=868412 CPUtime=22.69
/proc/11949/stat : 11949 (java) S 11948 11935 11703 0 -1 0 45653 0 1 0 2241 28 0 0 18 0 9 0 2003272380 889253888 31867 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11949/statm: 217103 31867 2541 9 0 211678 0
[pid=11949/tid=11950] ppid=11948 vsize=868412 CPUtime=18.9
/proc/11949/task/11950/stat : 11950 (java) R 11948 11935 11703 0 -1 64 4861 0 1 0 1885 5 0 0 25 0 9 0 2003272381 889253888 31867 996147200 134512640 134550740 4294955952 18446744073709551615 4126639372 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11951] ppid=11948 vsize=868412 CPUtime=3.54
/proc/11949/task/11951/stat : 11951 (java) S 11948 11935 11703 0 -1 64 38599 0 0 0 333 21 0 0 16 0 9 0 2003272382 889253888 31867 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11952] ppid=11948 vsize=868412 CPUtime=0
/proc/11949/task/11952/stat : 11952 (java) S 11948 11935 11703 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003272383 889253888 31867 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11953] ppid=11948 vsize=868412 CPUtime=0
/proc/11949/task/11953/stat : 11953 (java) S 11948 11935 11703 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003272383 889253888 31867 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11954] ppid=11948 vsize=868412 CPUtime=0
/proc/11949/task/11954/stat : 11954 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003272385 889253888 31867 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11949/tid=11955] ppid=11948 vsize=868412 CPUtime=0.22
/proc/11949/task/11955/stat : 11955 (java) S 11948 11935 11703 0 -1 64 1496 0 0 0 22 0 0 0 16 0 9 0 2003272385 889253888 31867 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11956] ppid=11948 vsize=868412 CPUtime=0
/proc/11949/task/11956/stat : 11956 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003272385 889253888 31867 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11949/tid=11957] ppid=11948 vsize=868412 CPUtime=0
/proc/11949/task/11957/stat : 11957 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003272385 889253888 31867 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 887368

[startup+51.1013 s]
/proc/loadavg: 2.43 2.16 2.05 4/91 11957
/proc/meminfo: memFree=1139248/2055920 swapFree=4180436/4192956
[pid=11935] ppid=11933 vsize=13600 CPUtime=2.58
/proc/11935/stat : 11935 (sugar) S 11933 11935 11703 0 -1 4194304 974 21995 0 1 3 1 240 14 16 0 1 0 2003272113 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11935/statm: 3400 797 370 3 0 500 0
[pid=11948] ppid=11935 vsize=5356 CPUtime=0
/proc/11948/stat : 11948 (sh) S 11935 11935 11703 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003272380 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11948/statm: 1339 233 193 169 0 50 0
[pid=11949] ppid=11948 vsize=868412 CPUtime=48.15
/proc/11949/stat : 11949 (java) S 11948 11935 11703 0 -1 0 76809 0 1 0 4770 45 0 0 18 0 9 0 2003272380 889253888 58300 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=11949/tid=11955] ppid=11948 vsize=868524 CPUtime=0.3
/proc/11949/task/11955/stat : 11955 (java) S 11948 11935 11703 0 -1 64 1545 0 0 0 29 1 0 0 16 0 9 0 2003272385 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11956] ppid=11948 vsize=868524 CPUtime=0
/proc/11949/task/11956/stat : 11956 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003272385 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11949/tid=11957] ppid=11948 vsize=868524 CPUtime=0
/proc/11949/task/11957/stat : 11957 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003272385 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 456.58
Current children cumulated vsize (KiB) 887480

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

[startup+473.503 s]
/proc/loadavg: 2.10 2.13 2.08 3/94 12000
/proc/meminfo: memFree=15568/2055920 swapFree=4180436/4192956
[pid=11935] ppid=11933 vsize=13600 CPUtime=2.58
/proc/11935/stat : 11935 (sugar) S 11933 11935 11703 0 -1 4194304 974 21995 0 1 3 1 240 14 16 0 1 0 2003272113 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11935/statm: 3400 797 370 3 0 500 0
[pid=11948] ppid=11935 vsize=5356 CPUtime=0
/proc/11948/stat : 11948 (sh) S 11935 11935 11703 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003272380 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11948/statm: 1339 233 193 169 0 50 0
[pid=11949] ppid=11948 vsize=868524 CPUtime=465.11
/proc/11949/stat : 11949 (java) S 11948 11935 11703 0 -1 0 91402 0 1 0 45332 1179 0 0 18 0 9 0 2003272380 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11949/statm: 217131 69810 2566 9 0 211678 0
[pid=11949/tid=11950] ppid=11948 vsize=868524 CPUtime=454.13
/proc/11949/task/11950/stat : 11950 (java) R 11948 11935 11703 0 -1 64 8859 0 1 0 44289 1124 0 0 25 0 9 0 2003272381 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11951] ppid=11948 vsize=868524 CPUtime=10.64
/proc/11949/task/11951/stat : 11951 (java) S 11948 11935 11703 0 -1 64 80301 0 0 0 1012 52 0 0 16 0 9 0 2003272382 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11952] ppid=11948 vsize=868524 CPUtime=0
/proc/11949/task/11952/stat : 11952 (java) S 11948 11935 11703 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003272383 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11953] ppid=11948 vsize=868524 CPUtime=0
/proc/11949/task/11953/stat : 11953 (java) S 11948 11935 11703 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003272383 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11954] ppid=11948 vsize=868524 CPUtime=0
/proc/11949/task/11954/stat : 11954 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003272385 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11949/tid=11955] ppid=11948 vsize=868524 CPUtime=0.3
/proc/11949/task/11955/stat : 11955 (java) S 11948 11935 11703 0 -1 64 1545 0 0 0 29 1 0 0 16 0 9 0 2003272385 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11956] ppid=11948 vsize=868524 CPUtime=0
/proc/11949/task/11956/stat : 11956 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003272385 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11949/tid=11957] ppid=11948 vsize=868524 CPUtime=0
/proc/11949/task/11957/stat : 11957 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003272385 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 467.69
Current children cumulated vsize (KiB) 887480

[startup+486.303 s]
/proc/loadavg: 2.07 2.12 2.08 3/94 12000
/proc/meminfo: memFree=15760/2055920 swapFree=4180436/4192956
[pid=11935] ppid=11933 vsize=13600 CPUtime=2.58
/proc/11935/stat : 11935 (sugar) S 11933 11935 11703 0 -1 4194304 974 21995 0 1 3 1 240 14 16 0 1 0 2003272113 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11935/statm: 3400 797 370 3 0 500 0
[pid=11948] ppid=11935 vsize=5356 CPUtime=0
/proc/11948/stat : 11948 (sh) S 11935 11935 11703 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003272380 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11948/statm: 1339 233 193 169 0 50 0
[pid=11949] ppid=11948 vsize=868524 CPUtime=477.82
/proc/11949/stat : 11949 (java) S 11948 11935 11703 0 -1 0 91459 0 1 0 46571 1211 0 0 18 0 9 0 2003272380 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11949/statm: 217131 69810 2566 9 0 211678 0
[pid=11949/tid=11950] ppid=11948 vsize=868524 CPUtime=466.79
/proc/11949/task/11950/stat : 11950 (java) R 11948 11935 11703 0 -1 64 8916 0 1 0 45523 1156 0 0 25 0 9 0 2003272381 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11951] ppid=11948 vsize=868524 CPUtime=10.7
/proc/11949/task/11951/stat : 11951 (java) S 11948 11935 11703 0 -1 64 80301 0 0 0 1017 53 0 0 16 0 9 0 2003272382 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11952] ppid=11948 vsize=868524 CPUtime=0
/proc/11949/task/11952/stat : 11952 (java) S 11948 11935 11703 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003272383 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11953] ppid=11948 vsize=868524 CPUtime=0
/proc/11949/task/11953/stat : 11953 (java) S 11948 11935 11703 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003272383 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11954] ppid=11948 vsize=868524 CPUtime=0
/proc/11949/task/11954/stat : 11954 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003272385 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11949/tid=11955] ppid=11948 vsize=868524 CPUtime=0.3
/proc/11949/task/11955/stat : 11955 (java) S 11948 11935 11703 0 -1 64 1545 0 0 0 29 1 0 0 16 0 9 0 2003272385 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11956] ppid=11948 vsize=868524 CPUtime=0
/proc/11949/task/11956/stat : 11956 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003272385 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11949/tid=11957] ppid=11948 vsize=868524 CPUtime=0
/proc/11949/task/11957/stat : 11957 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003272385 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 480.4
Current children cumulated vsize (KiB) 887480

[startup+492.702 s]
/proc/loadavg: 2.07 2.12 2.08 3/94 12000
/proc/meminfo: memFree=15312/2055920 swapFree=4180436/4192956
[pid=11935] ppid=11933 vsize=13600 CPUtime=2.58
/proc/11935/stat : 11935 (sugar) S 11933 11935 11703 0 -1 4194304 974 21995 0 1 3 1 240 14 16 0 1 0 2003272113 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11935/statm: 3400 797 370 3 0 500 0
[pid=11948] ppid=11935 vsize=5356 CPUtime=0
/proc/11948/stat : 11948 (sh) S 11935 11935 11703 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003272380 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11948/statm: 1339 233 193 169 0 50 0
[pid=11949] ppid=11948 vsize=868524 CPUtime=484.17
/proc/11949/stat : 11949 (java) S 11948 11935 11703 0 -1 0 91488 0 1 0 47193 1224 0 0 18 0 9 0 2003272380 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11949/statm: 217131 69810 2566 9 0 211678 0
[pid=11949/tid=11950] ppid=11948 vsize=868524 CPUtime=473.11
/proc/11949/task/11950/stat : 11950 (java) R 11948 11935 11703 0 -1 64 8945 0 1 0 46142 1169 0 0 25 0 9 0 2003272381 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4127030992 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11951] ppid=11948 vsize=868524 CPUtime=10.73
/proc/11949/task/11951/stat : 11951 (java) S 11948 11935 11703 0 -1 64 80301 0 0 0 1020 53 0 0 16 0 9 0 2003272382 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11952] ppid=11948 vsize=868524 CPUtime=0
/proc/11949/task/11952/stat : 11952 (java) S 11948 11935 11703 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003272383 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11953] ppid=11948 vsize=868524 CPUtime=0
/proc/11949/task/11953/stat : 11953 (java) S 11948 11935 11703 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003272383 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11954] ppid=11948 vsize=868524 CPUtime=0
/proc/11949/task/11954/stat : 11954 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003272385 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11949/tid=11955] ppid=11948 vsize=868524 CPUtime=0.3
/proc/11949/task/11955/stat : 11955 (java) S 11948 11935 11703 0 -1 64 1545 0 0 0 29 1 0 0 16 0 9 0 2003272385 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11956] ppid=11948 vsize=868524 CPUtime=0
/proc/11949/task/11956/stat : 11956 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003272385 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11949/tid=11957] ppid=11948 vsize=868524 CPUtime=0
/proc/11949/task/11957/stat : 11957 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003272385 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 486.75
Current children cumulated vsize (KiB) 887480

[startup+494.303 s]
/proc/loadavg: 2.07 2.12 2.08 3/94 12000
/proc/meminfo: memFree=15824/2055920 swapFree=4180436/4192956
[pid=11935] ppid=11933 vsize=13600 CPUtime=2.58
/proc/11935/stat : 11935 (sugar) S 11933 11935 11703 0 -1 4194304 974 21995 0 1 3 1 240 14 16 0 1 0 2003272113 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11935/statm: 3400 797 370 3 0 500 0
[pid=11948] ppid=11935 vsize=5356 CPUtime=0
/proc/11948/stat : 11948 (sh) S 11935 11935 11703 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003272380 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11948/statm: 1339 233 193 169 0 50 0
[pid=11949] ppid=11948 vsize=868524 CPUtime=485.75
/proc/11949/stat : 11949 (java) S 11948 11935 11703 0 -1 0 91495 0 1 0 47347 1228 0 0 18 0 9 0 2003272380 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11949/statm: 217131 69810 2566 9 0 211678 0
[pid=11949/tid=11950] ppid=11948 vsize=868524 CPUtime=474.68
/proc/11949/task/11950/stat : 11950 (java) R 11948 11935 11703 0 -1 64 8952 0 1 0 46295 1173 0 0 25 0 9 0 2003272381 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4126895831 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11951] ppid=11948 vsize=868524 CPUtime=10.74
/proc/11949/task/11951/stat : 11951 (java) S 11948 11935 11703 0 -1 64 80301 0 0 0 1021 53 0 0 16 0 9 0 2003272382 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11952] ppid=11948 vsize=868524 CPUtime=0
/proc/11949/task/11952/stat : 11952 (java) S 11948 11935 11703 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003272383 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11953] ppid=11948 vsize=868524 CPUtime=0
/proc/11949/task/11953/stat : 11953 (java) S 11948 11935 11703 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003272383 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11954] ppid=11948 vsize=868524 CPUtime=0
/proc/11949/task/11954/stat : 11954 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003272385 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11949/tid=11955] ppid=11948 vsize=868524 CPUtime=0.3
/proc/11949/task/11955/stat : 11955 (java) S 11948 11935 11703 0 -1 64 1545 0 0 0 29 1 0 0 16 0 9 0 2003272385 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11949/tid=11956] ppid=11948 vsize=868524 CPUtime=0
/proc/11949/task/11956/stat : 11956 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003272385 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11949/tid=11957] ppid=11948 vsize=868524 CPUtime=0
/proc/11949/task/11957/stat : 11957 (java) S 11948 11935 11703 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003272385 889368576 69810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 488.33
Current children cumulated vsize (KiB) 887480

[startup+495.138 s]
/proc/loadavg: 2.07 2.12 2.08 3/84 12000
/proc/meminfo: memFree=1062624/2055920 swapFree=4180436/4192956
[pid=11935] ppid=11933 vsize=13600 CPUtime=489.11
/proc/11935/stat : 11935 (sugar) D 11933 11935 11703 0 -1 4194304 996 113789 0 2 3 57 47604 1247 18 0 1 0 2003272113 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/11935/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 489.11
Current children cumulated vsize (KiB) 13600

[startup+495.503 s]
/proc/loadavg: 2.07 2.12 2.08 3/84 12000
/proc/meminfo: memFree=1062624/2055920 swapFree=4180436/4192956
[pid=11935] ppid=11933 vsize=13600 CPUtime=489.14
/proc/11935/stat : 11935 (sugar) D 11933 11935 11703 0 -1 4194304 996 113789 0 2 3 60 47604 1247 18 0 1 0 2003272113 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/11935/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 489.14
Current children cumulated vsize (KiB) 13600

[startup+495.902 s]
/proc/loadavg: 2.07 2.12 2.08 3/84 12000
/proc/meminfo: memFree=1062624/2055920 swapFree=4180436/4192956
[pid=11935] ppid=11933 vsize=13600 CPUtime=489.19
/proc/11935/stat : 11935 (sugar) D 11933 11935 11703 0 -1 4194304 996 113789 0 2 3 65 47604 1247 18 0 1 0 2003272113 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/11935/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 489.19
Current children cumulated vsize (KiB) 13600

[startup+496.002 s]
/proc/loadavg: 2.06 2.11 2.08 2/84 12000
/proc/meminfo: memFree=1407904/2055920 swapFree=4180436/4192956
[pid=11935] ppid=11933 vsize=13600 CPUtime=489.2
/proc/11935/stat : 11935 (sugar) R 11933 11935 11703 0 -1 4194304 996 113789 0 2 3 66 47604 1247 18 0 1 0 2003272113 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 0 0 0 17 1 0 0
/proc/11935/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 489.2
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 496.067
CPU time (s): 489.221
CPU user time (s): 476.079
CPU system time (s): 13.142
CPU usage (%): 98.62
Max. virtual memory (cumulated for all children) (KiB): 897616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 476.079
system time used= 13.142
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114815
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= 34224
involuntary context switches= 41004

runsolver used 0.636903 second user time and 1.66275 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-05 09:29:59
IDJOB=1087199
IDBENCH=57947
IDSOLVER=345
FILE ID=node48/1087199-1215242999
PBS_JOBID= 7882012
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp14/normalized-fapp14-2500-2.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087199-1215242999/watcher-1087199-1215242999 -o /tmp/evaluation-result-1087199-1215242999/solver-1087199-1215242999 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1087199-1215242999.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3ec556ad251960bf7980f3107ef7856e
RANDOM SEED=150172273

node48.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.231
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.231
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:       1364456 kB
Buffers:         79160 kB
Cached:         226660 kB
SwapCached:       6436 kB
Active:         525136 kB
Inactive:       106184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1364456 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            6988 kB
Writeback:           0 kB
Mapped:         339112 kB
Slab:            44700 kB
Committed_AS:  5021636 kB
PageTables:       2360 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= 66528 MiB
End job on node48 at 2008-07-05 09:38:15