Trace number 1087241

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? 477.864 483.983

General information on the benchmark

Namecsp/fapp/fapp23/
normalized-fapp23-1800-2.xml
MD5SUMbb609ab61b1c53ea692a6968186c1670
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 benchmark17.5623
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints63962
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63962
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 09:33:27 2008
0.00/0.05	c 0	PID 17239
0.00/0.05	c 0	HOST node11.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1087241-1215243207.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-1087241-1215243207.xml' 'HOME/temp.csp'
3.52/3.64	c 4	24 domains, 1800 variables, 8 predicates, 0 relations, 63962 constraints
3.57/3.71	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.57/3.71	c 4	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'
3.57/3.79	c 4	Parsing HOME/temp.csp
3.59/4.22	c 4	parsed 10000 expressions
4.35/4.54	c 5	parsed 20000 expressions
4.65/4.87	c 5	parsed 30000 expressions
4.95/5.14	c 5	parsed 40000 expressions
5.34/5.54	c 6	parsed 50000 expressions
5.64/5.80	c 6	parsed 60000 expressions
5.74/5.96	c 6	parsed 65794 expressions
5.74/5.96	c 6	Heap : 28 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.74/5.96	c 6	Converting to clausal form CSP
12.77/13.01	c 13	converted 6580 (10%) expressions
20.48/20.89	c 21	converted 13159 (20%) expressions
27.61/28.01	c 28	converted 19739 (30%) expressions
35.63/36.16	c 36	converted 26318 (40%) expressions
42.30/42.84	c 43	converted 32897 (50%) expressions
48.97/49.55	c 50	converted 39477 (60%) expressions
56.72/57.38	c 58	converted 46056 (70%) expressions
62.20/62.84	c 63	converted 52636 (80%) expressions
67.87/68.57	c 69	converted 59215 (90%) expressions
73.25/73.96	c 74	converted 65794 (100%) expressions
73.25/73.96	c 74	CSP : 9184 integers, 186795 booleans, 398360 clauses, largest domain size 2821
73.25/73.96	c 74	Heap : 403 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
73.25/73.96	c 74	Propagation in CSP
78.91/79.64	c 80	107412 values, 0 unsatisfiable literals, and 0 valid clauses are removed
78.91/79.65	c 80	CSP : 9184 integers, 186795 booleans, 398360 clauses, largest domain size 2821
78.91/79.65	c 80	Heap : 449 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
79.01/79.78	c 80	Simplifing CSP by introducing new Boolean variables
82.59/83.36	c 84	CSP : 9184 integers, 322591 booleans, 534156 clauses, largest domain size 2821
82.59/83.36	c 84	Heap : 478 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
85.38/86.10	c 86	Encoding CSP to SAT : HOME/temp.cnf
90.57/91.32	c 92	919 (10%) CSP integer variables are encoded (231092 clauses, 3707287 bytes)
95.52/96.31	c 97	1837 (20%) CSP integer variables are encoded (525354 clauses, 8709741 bytes)
98.01/98.82	c 99	2756 (30%) CSP integer variables are encoded (2582405 clauses, 46848509 bytes)
100.60/101.66	c 102	3674 (40%) CSP integer variables are encoded (4709911 clauses, 87271123 bytes)
103.18/104.27	c 104	4592 (50%) CSP integer variables are encoded (6792309 clauses, 126836685 bytes)
105.93/107.02	c 107	5511 (60%) CSP integer variables are encoded (8866210 clauses, 166240804 bytes)
108.63/109.78	c 110	6429 (70%) CSP integer variables are encoded (10913292 clauses, 206973963 bytes)
111.55/112.72	c 113	7348 (80%) CSP integer variables are encoded (13002913 clauses, 250856004 bytes)
114.37/115.60	c 116	8266 (90%) CSP integer variables are encoded (15053431 clauses, 293916882 bytes)
117.21/118.54	c 119	9184 (100%) CSP integer variables are encoded (17152407 clauses, 337995378 bytes)
263.50/266.43	c 267	53416 (10%) CSP clauses are encoded (43915713 clauses, 1005889423 bytes)
379.81/384.15	c 384	106832 (20%) CSP clauses are encoded (68191093 clauses, 1631634772 bytes)
476.89/482.30	c 483	ERROR Exception Too large HOME/temp.cnf
477.00/482.30	c 483	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
477.00/482.30	c 483	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
477.00/482.30	c 483	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
477.00/482.30	s UNKNOWN
477.06/482.42	c 483	CPU 464.18 (0.04 0 464.14 12.91)
477.06/482.42	c 483	END Sat Jul  5 09:41:30 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-1087241-1215243207/watcher-1087241-1215243207 -o /tmp/evaluation-result-1087241-1215243207/solver-1087241-1215243207 -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-1087241-1215243207.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: 1.91 1.95 1.85 4/72 17239
/proc/meminfo: memFree=1704168/2055920 swapFree=4179968/4192956
[pid=17239] ppid=17237 vsize=11864 CPUtime=0
/proc/17239/stat : 17239 (sugar) R 17237 17239 14993 0 -1 4194304 152 0 0 0 0 0 0 0 22 0 1 0 2003295567 12148736 120 996147200 4194304 4206940 548682068608 18446744073709551615 262910475588 0 0 4224 0 0 0 0 17 1 0 0
/proc/17239/statm: 2966 120 88 3 0 66 0

[startup+0.0519839 s]
/proc/loadavg: 1.91 1.95 1.85 4/72 17239
/proc/meminfo: memFree=1704168/2055920 swapFree=4179968/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=0.03
/proc/17239/stat : 17239 (sugar) S 17237 17239 14993 0 -1 4194304 884 127 0 0 3 0 0 0 18 0 1 0 2003295567 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17239/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10226 s]
/proc/loadavg: 1.91 1.95 1.85 4/72 17239
/proc/meminfo: memFree=1704168/2055920 swapFree=4179968/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=0.03
/proc/17239/stat : 17239 (sugar) S 17237 17239 14993 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003295567 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17239/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301278 s]
/proc/loadavg: 1.91 1.95 1.85 4/72 17239
/proc/meminfo: memFree=1704168/2055920 swapFree=4179968/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=0.03
/proc/17239/stat : 17239 (sugar) S 17237 17239 14993 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003295567 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17239/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70133 s]
/proc/loadavg: 1.91 1.95 1.85 4/72 17239
/proc/meminfo: memFree=1704168/2055920 swapFree=4179968/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=0.03
/proc/17239/stat : 17239 (sugar) S 17237 17239 14993 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003295567 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17239/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50243 s]
/proc/loadavg: 1.91 1.95 1.85 3/83 17251
/proc/meminfo: memFree=1676944/2055920 swapFree=4179968/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=0.03
/proc/17239/stat : 17239 (sugar) S 17237 17239 14993 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003295567 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17239/statm: 3400 796 370 3 0 500 0
[pid=17242] ppid=17239 vsize=5356 CPUtime=0
/proc/17242/stat : 17242 (sh) S 17239 17239 14993 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003295572 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17242/statm: 1339 233 193 169 0 50 0
[pid=17243] ppid=17242 vsize=864676 CPUtime=1.42
/proc/17243/stat : 17243 (java) S 17242 17239 14993 0 -1 0 15697 0 1 0 134 8 0 0 18 0 9 0 2003295573 885428224 13742 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17243/statm: 216169 13742 2529 9 0 210751 0
[pid=17243/tid=17244] ppid=17242 vsize=864676 CPUtime=0.86
/proc/17243/task/17244/stat : 17244 (java) R 17242 17239 14993 0 -1 64 2972 0 1 0 83 3 0 0 24 0 9 0 2003295574 885428224 13742 996147200 134512640 134550740 4294956000 18446744073709551615 4126644219 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17243/tid=17245] ppid=17242 vsize=864676 CPUtime=0.45
/proc/17243/task/17245/stat : 17245 (java) S 17242 17239 14993 0 -1 64 11536 0 0 0 41 4 0 0 16 0 9 0 2003295575 885428224 13742 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17243/tid=17246] ppid=17242 vsize=864676 CPUtime=0
/proc/17243/task/17246/stat : 17246 (java) S 17242 17239 14993 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003295575 885428224 13742 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17243/tid=17247] ppid=17242 vsize=864676 CPUtime=0
/proc/17243/task/17247/stat : 17247 (java) S 17242 17239 14993 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003295575 885428224 13742 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17243/tid=17248] ppid=17242 vsize=864676 CPUtime=0
/proc/17243/task/17248/stat : 17248 (java) S 17242 17239 14993 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003295577 885428224 13742 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17243/tid=17249] ppid=17242 vsize=864676 CPUtime=0.08
/proc/17243/task/17249/stat : 17249 (java) S 17242 17239 14993 0 -1 64 489 0 0 0 8 0 0 0 16 0 9 0 2003295577 885428224 13742 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17243/tid=17250] ppid=17242 vsize=864676 CPUtime=0
/proc/17243/task/17250/stat : 17250 (java) S 17242 17239 14993 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003295577 885428224 13742 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17243/tid=17251] ppid=17242 vsize=864676 CPUtime=0
/proc/17243/task/17251/stat : 17251 (java) S 17242 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003295577 885428224 13742 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883632

[startup+3.10262 s]
/proc/loadavg: 1.91 1.95 1.85 4/83 17251
/proc/meminfo: memFree=1630480/2055920 swapFree=4179968/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=0.03
/proc/17239/stat : 17239 (sugar) S 17237 17239 14993 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003295567 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17239/statm: 3400 796 370 3 0 500 0
[pid=17242] ppid=17239 vsize=5356 CPUtime=0
/proc/17242/stat : 17242 (sh) S 17239 17239 14993 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003295572 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17242/statm: 1339 233 193 169 0 50 0
[pid=17243] ppid=17242 vsize=864692 CPUtime=2.99
/proc/17243/stat : 17243 (java) S 17242 17239 14993 0 -1 0 30093 0 1 0 283 16 0 0 18 0 9 0 2003295573 885444608 25187 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17243/statm: 216173 25187 2529 9 0 210755 0
[pid=17243/tid=17244] ppid=17242 vsize=864692 CPUtime=1.6
/proc/17243/task/17244/stat : 17244 (java) R 17242 17239 14993 0 -1 64 3869 0 1 0 156 4 0 0 25 0 9 0 2003295574 885444608 25187 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17243/tid=17245] ppid=17242 vsize=864692 CPUtime=1.23
/proc/17243/task/17245/stat : 17245 (java) R 17242 17239 14993 0 -1 64 25000 0 0 0 113 10 0 0 16 0 9 0 2003295575 885444608 25187 996147200 134512640 134550740 4294956000 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17243/tid=17246] ppid=17242 vsize=864692 CPUtime=0
/proc/17243/task/17246/stat : 17246 (java) S 17242 17239 14993 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003295575 885444608 25187 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17243/tid=17247] ppid=17242 vsize=864692 CPUtime=0
/proc/17243/task/17247/stat : 17247 (java) S 17242 17239 14993 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003295575 885444608 25187 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17243/tid=17248] ppid=17242 vsize=864692 CPUtime=0
/proc/17243/task/17248/stat : 17248 (java) S 17242 17239 14993 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003295577 885444608 25187 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17243/tid=17249] ppid=17242 vsize=864692 CPUtime=0.13
/proc/17243/task/17249/stat : 17249 (java) S 17242 17239 14993 0 -1 64 524 0 0 0 13 0 0 0 16 0 9 0 2003295577 885444608 25187 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17243/tid=17250] ppid=17242 vsize=864692 CPUtime=0
/proc/17243/task/17250/stat : 17250 (java) S 17242 17239 14993 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003295577 885444608 25187 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17243/tid=17251] ppid=17242 vsize=864692 CPUtime=0
/proc/17243/task/17251/stat : 17251 (java) S 17242 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003295577 885444608 25187 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883648

[startup+6.30201 s]
/proc/loadavg: 2.00 1.96 1.85 5/83 17261
/proc/meminfo: memFree=1671504/2055920 swapFree=4179968/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=3.59
/proc/17239/stat : 17239 (sugar) S 17237 17239 14993 0 -1 4194304 974 31974 0 1 3 0 335 21 15 0 1 0 2003295567 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17239/statm: 3400 797 370 3 0 500 0
[pid=17252] ppid=17239 vsize=5356 CPUtime=0
/proc/17252/stat : 17252 (sh) S 17239 17239 14993 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003295939 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17252/statm: 1339 233 193 169 0 50 0
[pid=17253] ppid=17252 vsize=868424 CPUtime=2.53
/proc/17253/stat : 17253 (java) S 17252 17239 14993 0 -1 0 14262 0 1 0 243 10 0 0 18 0 9 0 2003295939 889266176 12810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17253/statm: 217106 12810 2543 9 0 211681 0
[pid=17253/tid=17254] ppid=17252 vsize=868424 CPUtime=1.61
/proc/17253/task/17254/stat : 17254 (java) R 17252 17239 14993 0 -1 64 3079 0 1 0 158 3 0 0 24 0 9 0 2003295940 889266176 12810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17255] ppid=17252 vsize=868424 CPUtime=0.72
/proc/17253/task/17255/stat : 17255 (java) S 17252 17239 14993 0 -1 64 9029 0 0 0 67 5 0 0 15 0 9 0 2003295941 889266176 12810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17256] ppid=17252 vsize=868424 CPUtime=0
/proc/17253/task/17256/stat : 17256 (java) S 17252 17239 14993 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003295941 889266176 12810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17257] ppid=17252 vsize=868424 CPUtime=0
/proc/17253/task/17257/stat : 17257 (java) S 17252 17239 14993 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003295941 889266176 12810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17258] ppid=17252 vsize=868424 CPUtime=0
/proc/17253/task/17258/stat : 17258 (java) S 17252 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003295943 889266176 12810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17259] ppid=17252 vsize=868424 CPUtime=0.17
/proc/17253/task/17259/stat : 17259 (java) S 17252 17239 14993 0 -1 64 1457 0 0 0 17 0 0 0 16 0 9 0 2003295943 889266176 12810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17260] ppid=17252 vsize=868424 CPUtime=0
/proc/17253/task/17260/stat : 17260 (java) S 17252 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003295943 889266176 12810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17261] ppid=17252 vsize=868424 CPUtime=0
/proc/17253/task/17261/stat : 17261 (java) S 17252 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003295943 889266176 12810 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 887380

[startup+12.7027 s]
/proc/loadavg: 2.00 1.96 1.85 4/83 17261
/proc/meminfo: memFree=1629648/2055920 swapFree=4179968/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=3.59
/proc/17239/stat : 17239 (sugar) S 17237 17239 14993 0 -1 4194304 974 31974 0 1 3 0 335 21 15 0 1 0 2003295567 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17239/statm: 3400 797 370 3 0 500 0
[pid=17252] ppid=17239 vsize=5356 CPUtime=0
/proc/17252/stat : 17252 (sh) S 17239 17239 14993 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003295939 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17252/statm: 1339 233 193 169 0 50 0
[pid=17253] ppid=17252 vsize=868424 CPUtime=8.87
/proc/17253/stat : 17253 (java) S 17252 17239 14993 0 -1 0 26538 0 1 0 870 17 0 0 18 0 9 0 2003295939 889266176 20624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17253/statm: 217106 20624 2541 9 0 211681 0
[pid=17253/tid=17254] ppid=17252 vsize=868424 CPUtime=6.66
/proc/17253/task/17254/stat : 17254 (java) R 17252 17239 14993 0 -1 64 3863 0 1 0 663 3 0 0 25 0 9 0 2003295940 889266176 20624 996147200 134512640 134550740 4294955952 18446744073709551615 4126639048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17255] ppid=17252 vsize=868424 CPUtime=1.97
/proc/17253/task/17255/stat : 17255 (java) S 17252 17239 14993 0 -1 64 20490 0 0 0 185 12 0 0 16 0 9 0 2003295941 889266176 20624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17256] ppid=17252 vsize=868424 CPUtime=0
/proc/17253/task/17256/stat : 17256 (java) S 17252 17239 14993 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003295941 889266176 20624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17257] ppid=17252 vsize=868424 CPUtime=0
/proc/17253/task/17257/stat : 17257 (java) S 17252 17239 14993 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003295941 889266176 20624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17258] ppid=17252 vsize=868424 CPUtime=0
/proc/17253/task/17258/stat : 17258 (java) S 17252 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003295943 889266176 20624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17259] ppid=17252 vsize=868424 CPUtime=0.21
/proc/17253/task/17259/stat : 17259 (java) S 17252 17239 14993 0 -1 64 1488 0 0 0 21 0 0 0 16 0 9 0 2003295943 889266176 20624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17260] ppid=17252 vsize=868424 CPUtime=0
/proc/17253/task/17260/stat : 17260 (java) S 17252 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003295943 889266176 20624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17261] ppid=17252 vsize=868424 CPUtime=0
/proc/17253/task/17261/stat : 17261 (java) S 17252 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003295943 889266176 20624 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887380

[startup+25.5062 s]
/proc/loadavg: 2.00 1.96 1.85 3/83 17261
/proc/meminfo: memFree=1561616/2055920 swapFree=4179968/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=3.59
/proc/17239/stat : 17239 (sugar) S 17237 17239 14993 0 -1 4194304 974 31974 0 1 3 0 335 21 16 0 1 0 2003295567 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17239/statm: 3400 797 370 3 0 500 0
[pid=17252] ppid=17239 vsize=5356 CPUtime=0
/proc/17252/stat : 17252 (sh) S 17239 17239 14993 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003295939 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17252/statm: 1339 233 193 169 0 50 0
[pid=17253] ppid=17252 vsize=868424 CPUtime=21.55
/proc/17253/stat : 17253 (java) S 17252 17239 14993 0 -1 0 47351 0 1 0 2127 28 0 0 18 0 9 0 2003295939 889266176 37104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17253/statm: 217106 37104 2541 9 0 211681 0
[pid=17253/tid=17254] ppid=17252 vsize=868424 CPUtime=17.47
/proc/17253/task/17254/stat : 17254 (java) R 17252 17239 14993 0 -1 64 4687 0 1 0 1742 5 0 0 25 0 9 0 2003295940 889266176 37104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17255] ppid=17252 vsize=868424 CPUtime=3.83
/proc/17253/task/17255/stat : 17255 (java) R 17252 17239 14993 0 -1 64 40475 0 0 0 362 21 0 0 15 0 9 0 2003295941 889266176 37104 996147200 134512640 134550740 4294955952 18446744073709551615 102516781 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17256] ppid=17252 vsize=868424 CPUtime=0
/proc/17253/task/17256/stat : 17256 (java) S 17252 17239 14993 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003295941 889266176 37104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17257] ppid=17252 vsize=868424 CPUtime=0
/proc/17253/task/17257/stat : 17257 (java) S 17252 17239 14993 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003295941 889266176 37104 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/17253/task/17254/stat : 17254 (java) R 17252 17239 14993 0 -1 64 11014 0 1 0 36488 952 0 0 25 0 9 0 2003295940 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17253/tid=17255] ppid=17252 vsize=868536 CPUtime=19.49
/proc/17253/task/17255/stat : 17255 (java) S 17252 17239 14993 0 -1 64 142343 0 0 0 1875 74 0 0 16 0 9 0 2003295941 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17253/tid=17256] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17256/stat : 17256 (java) S 17252 17239 14993 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003295941 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17257] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17257/stat : 17257 (java) S 17252 17239 14993 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003295941 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17258] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17258/stat : 17258 (java) S 17252 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003295943 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17259] ppid=17252 vsize=868536 CPUtime=0.31
/proc/17253/task/17259/stat : 17259 (java) S 17252 17239 14993 0 -1 64 1542 0 0 0 30 1 0 0 15 0 9 0 2003295943 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17260] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17260/stat : 17260 (java) S 17252 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003295943 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17261] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17261/stat : 17261 (java) S 17252 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003295943 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 397.84
Current children cumulated vsize (KiB) 887492

[startup+462.302 s]
/proc/loadavg: 2.15 2.10 1.94 3/83 17261
/proc/meminfo: memFree=15184/2055920 swapFree=4179968/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=3.6
/proc/17239/stat : 17239 (sugar) S 17237 17239 14993 0 -1 4194304 974 31974 0 1 4 0 335 21 16 0 1 0 2003295567 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17239/statm: 3400 797 370 3 0 500 0
[pid=17252] ppid=17239 vsize=5356 CPUtime=0
/proc/17252/stat : 17252 (sh) S 17239 17239 14993 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003295939 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17252/statm: 1339 233 193 169 0 50 0
[pid=17253] ppid=17252 vsize=868536 CPUtime=453.63
/proc/17253/stat : 17253 (java) S 17252 17239 14993 0 -1 0 155764 0 1 0 44163 1200 0 0 18 0 9 0 2003295939 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17253/statm: 217134 129818 2566 9 0 211681 0
[pid=17253/tid=17254] ppid=17252 vsize=868536 CPUtime=433.52
/proc/17253/task/17254/stat : 17254 (java) R 17252 17239 14993 0 -1 64 11182 0 1 0 42230 1122 0 0 24 0 9 0 2003295940 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4127024963 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17253/tid=17255] ppid=17252 vsize=868536 CPUtime=19.76
/proc/17253/task/17255/stat : 17255 (java) S 17252 17239 14993 0 -1 64 142343 0 0 0 1901 75 0 0 16 0 9 0 2003295941 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17253/tid=17256] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17256/stat : 17256 (java) S 17252 17239 14993 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003295941 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17257] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17257/stat : 17257 (java) S 17252 17239 14993 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003295941 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17258] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17258/stat : 17258 (java) S 17252 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003295943 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17259] ppid=17252 vsize=868536 CPUtime=0.31
/proc/17253/task/17259/stat : 17259 (java) S 17252 17239 14993 0 -1 64 1542 0 0 0 30 1 0 0 15 0 9 0 2003295943 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17260] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17260/stat : 17260 (java) S 17252 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003295943 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17261] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17261/stat : 17261 (java) S 17252 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003295943 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 457.23
Current children cumulated vsize (KiB) 887492

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

[startup+473.503 s]
/proc/loadavg: 2.12 2.09 1.94 3/83 17261
/proc/meminfo: memFree=16144/2055920 swapFree=4179968/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=3.6
/proc/17239/stat : 17239 (sugar) S 17237 17239 14993 0 -1 4194304 974 31974 0 1 4 0 335 21 16 0 1 0 2003295567 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17239/statm: 3400 797 370 3 0 500 0
[pid=17252] ppid=17239 vsize=5356 CPUtime=0
/proc/17252/stat : 17252 (sh) S 17239 17239 14993 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003295939 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17252/statm: 1339 233 193 169 0 50 0
[pid=17253] ppid=17252 vsize=868536 CPUtime=464.71
/proc/17253/stat : 17253 (java) S 17252 17239 14993 0 -1 0 155795 0 1 0 45240 1231 0 0 18 0 9 0 2003295939 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17253/statm: 217134 129818 2566 9 0 211681 0
[pid=17253/tid=17254] ppid=17252 vsize=868536 CPUtime=444.55
/proc/17253/task/17254/stat : 17254 (java) R 17252 17239 14993 0 -1 64 11213 0 1 0 43302 1153 0 0 25 0 9 0 2003295940 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4126639015 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17253/tid=17255] ppid=17252 vsize=868536 CPUtime=19.82
/proc/17253/task/17255/stat : 17255 (java) S 17252 17239 14993 0 -1 64 142343 0 0 0 1906 76 0 0 16 0 9 0 2003295941 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17253/tid=17256] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17256/stat : 17256 (java) S 17252 17239 14993 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003295941 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17257] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17257/stat : 17257 (java) S 17252 17239 14993 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003295941 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17258] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17258/stat : 17258 (java) S 17252 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003295943 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17259] ppid=17252 vsize=868536 CPUtime=0.31
/proc/17253/task/17259/stat : 17259 (java) S 17252 17239 14993 0 -1 64 1542 0 0 0 30 1 0 0 15 0 9 0 2003295943 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17260] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17260/stat : 17260 (java) S 17252 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003295943 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17261] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17261/stat : 17261 (java) S 17252 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003295943 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 468.31
Current children cumulated vsize (KiB) 887492

[startup+479.902 s]
/proc/loadavg: 2.10 2.09 1.94 3/83 17288
/proc/meminfo: memFree=28736/2055920 swapFree=4179968/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=3.6
/proc/17239/stat : 17239 (sugar) S 17237 17239 14993 0 -1 4194304 974 31974 0 1 4 0 335 21 16 0 1 0 2003295567 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17239/statm: 3400 797 370 3 0 500 0
[pid=17252] ppid=17239 vsize=5356 CPUtime=0
/proc/17252/stat : 17252 (sh) S 17239 17239 14993 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003295939 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17252/statm: 1339 233 193 169 0 50 0
[pid=17253] ppid=17252 vsize=868536 CPUtime=471.03
/proc/17253/stat : 17253 (java) S 17252 17239 14993 0 -1 0 155812 0 1 0 45849 1254 0 0 18 0 9 0 2003295939 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17253/statm: 217134 129818 2566 9 0 211681 0
[pid=17253/tid=17254] ppid=17252 vsize=868536 CPUtime=450.84
/proc/17253/task/17254/stat : 17254 (java) R 17252 17239 14993 0 -1 64 11230 0 1 0 43908 1176 0 0 25 0 9 0 2003295940 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4127090051 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17255] ppid=17252 vsize=868536 CPUtime=19.85
/proc/17253/task/17255/stat : 17255 (java) S 17252 17239 14993 0 -1 64 142343 0 0 0 1909 76 0 0 16 0 9 0 2003295941 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17256] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17256/stat : 17256 (java) S 17252 17239 14993 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003295941 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17257] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17257/stat : 17257 (java) S 17252 17239 14993 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003295941 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17258] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17258/stat : 17258 (java) S 17252 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003295943 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17259] ppid=17252 vsize=868536 CPUtime=0.31
/proc/17253/task/17259/stat : 17259 (java) S 17252 17239 14993 0 -1 64 1542 0 0 0 30 1 0 0 15 0 9 0 2003295943 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17260] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17260/stat : 17260 (java) S 17252 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003295943 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17261] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17261/stat : 17261 (java) S 17252 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003295943 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 474.63
Current children cumulated vsize (KiB) 887492

[startup+481.503 s]
/proc/loadavg: 2.10 2.09 1.94 3/83 17288
/proc/meminfo: memFree=20736/2055920 swapFree=4179968/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=3.6
/proc/17239/stat : 17239 (sugar) S 17237 17239 14993 0 -1 4194304 974 31974 0 1 4 0 335 21 16 0 1 0 2003295567 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17239/statm: 3400 797 370 3 0 500 0
[pid=17252] ppid=17239 vsize=5356 CPUtime=0
/proc/17252/stat : 17252 (sh) S 17239 17239 14993 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003295939 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17252/statm: 1339 233 193 169 0 50 0
[pid=17253] ppid=17252 vsize=868536 CPUtime=472.61
/proc/17253/stat : 17253 (java) S 17252 17239 14993 0 -1 0 155817 0 1 0 46002 1259 0 0 18 0 9 0 2003295939 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17253/statm: 217134 129818 2566 9 0 211681 0
[pid=17253/tid=17254] ppid=17252 vsize=868536 CPUtime=452.41
/proc/17253/task/17254/stat : 17254 (java) R 17252 17239 14993 0 -1 64 11235 0 1 0 44060 1181 0 0 25 0 9 0 2003295940 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4126891896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17255] ppid=17252 vsize=868536 CPUtime=19.86
/proc/17253/task/17255/stat : 17255 (java) S 17252 17239 14993 0 -1 64 142343 0 0 0 1910 76 0 0 16 0 9 0 2003295941 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17256] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17256/stat : 17256 (java) S 17252 17239 14993 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003295941 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17257] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17257/stat : 17257 (java) S 17252 17239 14993 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003295941 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17258] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17258/stat : 17258 (java) S 17252 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003295943 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17259] ppid=17252 vsize=868536 CPUtime=0.31
/proc/17253/task/17259/stat : 17259 (java) S 17252 17239 14993 0 -1 64 1542 0 0 0 30 1 0 0 15 0 9 0 2003295943 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17260] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17260/stat : 17260 (java) S 17252 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003295943 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17253/tid=17261] ppid=17252 vsize=868536 CPUtime=0
/proc/17253/task/17261/stat : 17261 (java) S 17252 17239 14993 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003295943 889380864 129818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 476.21
Current children cumulated vsize (KiB) 887492

[startup+483.102 s]
/proc/loadavg: 2.10 2.09 1.94 3/73 17288
/proc/meminfo: memFree=1334800/2055920 swapFree=4179968/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=477.74
/proc/17239/stat : 17239 (sugar) R 17237 17239 14993 0 -1 4194304 996 188090 0 2 4 65 46414 1291 22 0 1 0 2003295567 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17239/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 477.74
Current children cumulated vsize (KiB) 13600

[startup+483.502 s]
/proc/loadavg: 2.10 2.09 1.94 3/73 17288
/proc/meminfo: memFree=1334800/2055920 swapFree=4179968/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=477.8
/proc/17239/stat : 17239 (sugar) D 17237 17239 14993 0 -1 4194304 996 188090 0 2 4 71 46414 1291 18 0 1 0 2003295567 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17239/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 477.8
Current children cumulated vsize (KiB) 13600

[startup+483.901 s]
/proc/loadavg: 2.10 2.09 1.94 3/73 17288
/proc/meminfo: memFree=1923408/2055920 swapFree=4179968/4192956
[pid=17239] ppid=17237 vsize=13600 CPUtime=477.84
/proc/17239/stat : 17239 (sugar) D 17237 17239 14993 0 -1 4194304 996 188090 0 2 4 75 46414 1291 18 0 1 0 2003295567 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17239/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 477.84
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 483.983
CPU time (s): 477.864
CPU user time (s): 464.183
CPU system time (s): 13.6809
CPU usage (%): 98.7358
Max. virtual memory (cumulated for all children) (KiB): 901632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 464.183
system time used= 13.6809
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189116
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= 25871
involuntary context switches= 29435

runsolver used 0.629904 second user time and 1.62775 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-05 09:33:27
IDJOB=1087241
IDBENCH=57957
IDSOLVER=345
FILE ID=node11/1087241-1215243207
PBS_JOBID= 7881826
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp23/normalized-fapp23-1800-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-1087241-1215243207/watcher-1087241-1215243207 -o /tmp/evaluation-result-1087241-1215243207/solver-1087241-1215243207 -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-1087241-1215243207.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bb609ab61b1c53ea692a6968186c1670
RANDOM SEED=2016560273

node11.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.224
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.224
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:       1704648 kB
Buffers:         51896 kB
Cached:         159620 kB
SwapCached:       7036 kB
Active:         210960 kB
Inactive:        81880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704648 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:           10116 kB
Writeback:           0 kB
Mapped:          88936 kB
Slab:            43508 kB
Committed_AS:  3395416 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= 66544 MiB
End job on node11 at 2008-07-05 09:41:31