Trace number 2083874

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.14.6+picosat? 422.064 941.327

General information on the benchmark

Namecsp/fapp/fapp23/
normalized-fapp23-1800-10.xml
MD5SUM5e00df4470fb1641364528d5964a8e44
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.2512
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

0.04/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.07	c 0	BEGIN Sun Jul 12 07:59:46 2009
0.04/0.07	c 0	PID 24200
0.04/0.07	c 0	HOST node88.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2083874-1247378385.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083874-1247378385.xml' 'HOME/temp.csp'
3.25/3.37	c 3	24 domains, 1800 variables, 8 predicates, 0 relations, 63962 constraints
3.33/3.42	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.33/3.42	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.33/3.50	c 3	Parsing HOME/temp.csp
3.35/3.72	c 3	parsed 10000 expressions
3.35/3.93	c 4	parsed 20000 expressions
3.35/4.04	c 4	parsed 30000 expressions
3.35/4.23	c 4	parsed 40000 expressions
4.21/4.34	c 4	parsed 50000 expressions
4.49/4.64	c 4	parsed 60000 expressions
4.60/4.70	c 4	parsed 65794 expressions
4.60/4.71	c 4	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.60/4.71	c 4	Converting to clausal form CSP
11.53/11.77	c 12	converted 6580 (10%) expressions
19.64/19.90	c 20	converted 13159 (20%) expressions
27.86/28.26	c 28	converted 19739 (30%) expressions
35.27/35.70	c 35	converted 26318 (40%) expressions
43.49/44.06	c 44	converted 32897 (50%) expressions
50.33/50.95	c 51	converted 39477 (60%) expressions
56.46/57.20	c 57	converted 46056 (70%) expressions
64.09/64.89	c 65	converted 52636 (80%) expressions
69.54/70.36	c 70	converted 59215 (90%) expressions
74.69/75.50	c 75	converted 65794 (100%) expressions
74.69/75.51	c 75	CSP : 9184 integers, 185021 booleans, 396586 clauses, largest domain size 2821
74.69/75.51	c 75	Heap : 414 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
74.69/75.51	c 75	Propagation in CSP
78.88/79.75	c 79	4658 values, 0 unsatisfiable literals, and 0 valid clauses are removed
78.88/79.75	c 80	CSP : 9184 integers, 185021 booleans, 396586 clauses, largest domain size 2821
78.88/79.75	c 80	Heap : 416 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
78.98/79.89	c 80	Simplifing CSP by introducing new Boolean variables
79.68/80.52	c 80	CSP : 9184 integers, 320825 booleans, 532390 clauses, largest domain size 2821
79.68/80.52	c 80	Heap : 464 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
82.48/83.36	c 83	Encoding CSP to SAT : HOME/temp.cnf
87.18/88.05	c 88	919 (10%) CSP integer variables are encoded (231092 clauses, 3707287 bytes)
91.67/92.58	c 92	1837 (20%) CSP integer variables are encoded (525354 clauses, 8709741 bytes)
94.07/94.93	c 95	2756 (30%) CSP integer variables are encoded (2582405 clauses, 46848509 bytes)
96.53/98.04	c 98	3674 (40%) CSP integer variables are encoded (4709911 clauses, 87271123 bytes)
98.90/100.50	c 100	4592 (50%) CSP integer variables are encoded (6792309 clauses, 126836685 bytes)
101.48/103.02	c 103	5511 (60%) CSP integer variables are encoded (8866210 clauses, 166240804 bytes)
103.99/106.53	c 106	6429 (70%) CSP integer variables are encoded (10913292 clauses, 206973963 bytes)
106.58/109.12	c 109	7348 (80%) CSP integer variables are encoded (13002913 clauses, 250856004 bytes)
109.08/111.68	c 111	8266 (90%) CSP integer variables are encoded (15053431 clauses, 293916882 bytes)
111.74/115.24	c 115	9184 (100%) CSP integer variables are encoded (17152407 clauses, 337995378 bytes)
152.32/158.38	c 158	53239 (10%) CSP clauses are encoded (29398542 clauses, 676541361 bytes)
194.35/203.06	c 203	106478 (20%) CSP clauses are encoded (42786079 clauses, 1052718143 bytes)
233.63/313.06	c 313	159717 (30%) CSP clauses are encoded (55006992 clauses, 1396377717 bytes)
271.74/492.07	c 492	212956 (40%) CSP clauses are encoded (66837740 clauses, 1740426373 bytes)
310.64/684.31	c 684	266195 (50%) CSP clauses are encoded (79234622 clauses, 2111370085 bytes)
348.65/849.10	c 849	319434 (60%) CSP clauses are encoded (91540074 clauses, 2481379443 bytes)
383.77/884.90	c 885	372673 (70%) CSP clauses are encoded (103120534 clauses, 2830405353 bytes)
420.95/926.86	c 927	ERROR Exception Too large HOME/temp.cnf
420.95/926.86	c 927	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
420.95/926.86	c 927	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
420.95/926.86	c 927	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
420.95/926.86	s UNKNOWN
421.05/926.94	c 927	CPU 421.1 (0.05 0.02 401.19 19.84)
421.05/926.94	c 927	END Sun Jul 12 08:15:13 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083874-1247378385/watcher-2083874-1247378385 -o /tmp/evaluation-result-2083874-1247378385/solver-2083874-1247378385 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083874-1247378385.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.23 2.16 4/83 24200
/proc/meminfo: memFree=1435432/2055920 swapFree=4192812/4192956
[pid=24200] ppid=24198 vsize=12272 CPUtime=0
/proc/24200/stat : 24200 (sugar) R 24198 24200 22794 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 24903764 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 270196063230 0 0 4224 0 0 0 0 17 1 0 0
/proc/24200/statm: 3068 327 246 3 0 168 0

[startup+0.0506469 s]
/proc/loadavg: 2.07 2.23 2.16 4/83 24200
/proc/meminfo: memFree=1435432/2055920 swapFree=4192812/4192956
[pid=24200] ppid=24198 vsize=15948 CPUtime=0.04
/proc/24200/stat : 24200 (sugar) R 24198 24200 22794 0 -1 4194304 909 0 0 0 3 1 0 0 18 0 1 0 24903764 16330752 877 996147200 4194304 4206940 548682068608 18446744073709551615 270200418256 0 0 4224 0 0 0 0 17 1 0 0
/proc/24200/statm: 3987 878 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.101602 s]
/proc/loadavg: 2.07 2.23 2.16 4/83 24200
/proc/meminfo: memFree=1435432/2055920 swapFree=4192812/4192956
[pid=24200] ppid=24198 vsize=16868 CPUtime=0.07
/proc/24200/stat : 24200 (sugar) S 24198 24200 22794 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 24903764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24200/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301624 s]
/proc/loadavg: 2.07 2.23 2.16 4/83 24200
/proc/meminfo: memFree=1435432/2055920 swapFree=4192812/4192956
[pid=24200] ppid=24198 vsize=16868 CPUtime=0.07
/proc/24200/stat : 24200 (sugar) S 24198 24200 22794 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 24903764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24200/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701669 s]
/proc/loadavg: 2.07 2.23 2.16 4/83 24200
/proc/meminfo: memFree=1435432/2055920 swapFree=4192812/4192956
[pid=24200] ppid=24198 vsize=16868 CPUtime=0.07
/proc/24200/stat : 24200 (sugar) S 24198 24200 22794 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 24903764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24200/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50277 s]
/proc/loadavg: 2.07 2.23 2.16 4/94 24212
/proc/meminfo: memFree=1399696/2055920 swapFree=4192812/4192956
[pid=24200] ppid=24198 vsize=16868 CPUtime=0.07
/proc/24200/stat : 24200 (sugar) S 24198 24200 22794 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 24903764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24200/statm: 4217 1111 409 3 0 796 0
[pid=24203] ppid=24200 vsize=5356 CPUtime=0
/proc/24203/stat : 24203 (sh) S 24200 24200 22794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24903771 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24203/statm: 1339 233 193 169 0 50 0
[pid=24204] ppid=24203 vsize=866764 CPUtime=1.4
/proc/24204/stat : 24204 (java) S 24203 24200 22794 0 -1 0 18006 0 1 0 129 11 0 0 20 0 9 0 24903772 887566336 15574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24204/statm: 216691 15574 2557 9 0 211203 0
[pid=24204/tid=24205] ppid=24203 vsize=866764 CPUtime=0.68
/proc/24204/task/24205/stat : 24205 (java) R 24203 24200 22794 0 -1 64 3026 0 1 0 65 3 0 0 25 0 9 0 24903773 887566336 15574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24204/tid=24206] ppid=24203 vsize=866764 CPUtime=0.6
/proc/24204/task/24206/stat : 24206 (java) R 24203 24200 22794 0 -1 64 13780 0 0 0 54 6 0 0 17 0 9 0 24903774 887566336 15574 996147200 134512640 134550932 4294955984 18446744073709551615 103651921 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24204/tid=24207] ppid=24203 vsize=866764 CPUtime=0
/proc/24204/task/24207/stat : 24207 (java) S 24203 24200 22794 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24903774 887566336 15574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24204/tid=24208] ppid=24203 vsize=866764 CPUtime=0
/proc/24204/task/24208/stat : 24208 (java) S 24203 24200 22794 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24903774 887566336 15574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24204/tid=24209] ppid=24203 vsize=866764 CPUtime=0
/proc/24204/task/24209/stat : 24209 (java) S 24203 24200 22794 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24903776 887566336 15574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24204/tid=24210] ppid=24203 vsize=866764 CPUtime=0.09
/proc/24204/task/24210/stat : 24210 (java) S 24203 24200 22794 0 -1 64 496 0 0 0 9 0 0 0 16 0 9 0 24903776 887566336 15574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24204/tid=24211] ppid=24203 vsize=866764 CPUtime=0
/proc/24204/task/24211/stat : 24211 (java) S 24203 24200 22794 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24903776 887566336 15574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24204/tid=24212] ppid=24203 vsize=866764 CPUtime=0
/proc/24204/task/24212/stat : 24212 (java) S 24203 24200 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24903776 887566336 15574 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 888988

[startup+3.10294 s]
/proc/loadavg: 2.14 2.25 2.16 4/94 24212
/proc/meminfo: memFree=1348112/2055920 swapFree=4192812/4192956
[pid=24200] ppid=24198 vsize=16868 CPUtime=0.07
/proc/24200/stat : 24200 (sugar) S 24198 24200 22794 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 24903764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24200/statm: 4217 1111 409 3 0 796 0
[pid=24203] ppid=24200 vsize=5356 CPUtime=0
/proc/24203/stat : 24203 (sh) S 24200 24200 22794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24903771 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24203/statm: 1339 233 193 169 0 50 0
[pid=24204] ppid=24203 vsize=864776 CPUtime=2.99
/proc/24204/stat : 24204 (java) S 24203 24200 22794 0 -1 0 31614 0 1 0 279 20 0 0 20 0 9 0 24903772 885530624 26699 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24204/statm: 216194 26699 2557 9 0 210706 0
[pid=24204/tid=24205] ppid=24203 vsize=864776 CPUtime=1.54
/proc/24204/task/24205/stat : 24205 (java) R 24203 24200 22794 0 -1 64 3919 0 1 0 149 5 0 0 25 0 9 0 24903773 885530624 26699 996147200 134512640 134550932 4294955984 18446744073709551615 4126758391 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24204/tid=24206] ppid=24203 vsize=864776 CPUtime=1.27
/proc/24204/task/24206/stat : 24206 (java) S 24203 24200 22794 0 -1 64 26453 0 0 0 114 13 0 0 16 0 9 0 24903774 885530624 26699 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24204/tid=24207] ppid=24203 vsize=864776 CPUtime=0
/proc/24204/task/24207/stat : 24207 (java) S 24203 24200 22794 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24903774 885530624 26699 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24204/tid=24208] ppid=24203 vsize=864776 CPUtime=0
/proc/24204/task/24208/stat : 24208 (java) S 24203 24200 22794 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24903774 885530624 26699 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24204/tid=24209] ppid=24203 vsize=864776 CPUtime=0
/proc/24204/task/24209/stat : 24209 (java) S 24203 24200 22794 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24903776 885530624 26699 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24204/tid=24210] ppid=24203 vsize=864776 CPUtime=0.15
/proc/24204/task/24210/stat : 24210 (java) S 24203 24200 22794 0 -1 64 538 0 0 0 15 0 0 0 16 0 9 0 24903776 885530624 26699 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24204/tid=24211] ppid=24203 vsize=864776 CPUtime=0
/proc/24204/task/24211/stat : 24211 (java) S 24203 24200 22794 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24903776 885530624 26699 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24204/tid=24212] ppid=24203 vsize=864776 CPUtime=0
/proc/24204/task/24212/stat : 24212 (java) S 24203 24200 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24903776 885530624 26699 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 887000

[startup+6.3044 s]
/proc/loadavg: 2.14 2.25 2.16 3/94 24222
/proc/meminfo: memFree=1386192/2055920 swapFree=4192812/4192956
[pid=24200] ppid=24198 vsize=16868 CPUtime=3.35
/proc/24200/stat : 24200 (sugar) S 24198 24200 22794 0 -1 4194304 1309 32042 0 1 5 2 305 23 16 0 1 0 24903764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24200/statm: 4217 1111 409 3 0 796 0
[pid=24213] ppid=24200 vsize=5356 CPUtime=0
/proc/24213/stat : 24213 (sh) S 24200 24200 22794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24904107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24213/statm: 1339 233 193 169 0 50 0
[pid=24214] ppid=24213 vsize=868672 CPUtime=2.84
/proc/24214/stat : 24214 (java) S 24213 24200 22794 0 -1 0 15417 0 1 0 275 9 0 0 20 0 9 0 24904107 889520128 14058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24214/statm: 217168 14058 2570 9 0 211673 0
[pid=24214/tid=24215] ppid=24213 vsize=868672 CPUtime=1.95
/proc/24214/task/24215/stat : 24215 (java) R 24213 24200 22794 0 -1 64 2936 0 1 0 193 2 0 0 25 0 9 0 24904108 889520128 14058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24216] ppid=24213 vsize=868672 CPUtime=0.67
/proc/24214/task/24216/stat : 24216 (java) S 24213 24200 22794 0 -1 64 10298 0 0 0 62 5 0 0 15 0 9 0 24904109 889520128 14058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24217] ppid=24213 vsize=868672 CPUtime=0
/proc/24214/task/24217/stat : 24217 (java) S 24213 24200 22794 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24904109 889520128 14058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24218] ppid=24213 vsize=868672 CPUtime=0
/proc/24214/task/24218/stat : 24218 (java) S 24213 24200 22794 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24904109 889520128 14058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24219] ppid=24213 vsize=868672 CPUtime=0
/proc/24214/task/24219/stat : 24219 (java) S 24213 24200 22794 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24904111 889520128 14058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24220] ppid=24213 vsize=868672 CPUtime=0.18
/proc/24214/task/24220/stat : 24220 (java) S 24213 24200 22794 0 -1 64 1481 0 0 0 18 0 0 0 15 0 9 0 24904111 889520128 14058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24221] ppid=24213 vsize=868672 CPUtime=0
/proc/24214/task/24221/stat : 24221 (java) S 24213 24200 22794 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24904111 889520128 14058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24222] ppid=24213 vsize=868672 CPUtime=0
/proc/24214/task/24222/stat : 24222 (java) S 24213 24200 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24904111 889520128 14058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890896

[startup+12.7021 s]
/proc/loadavg: 2.19 2.25 2.17 3/94 24222
/proc/meminfo: memFree=1353296/2055920 swapFree=4192812/4192956
[pid=24200] ppid=24198 vsize=16868 CPUtime=3.35
/proc/24200/stat : 24200 (sugar) S 24198 24200 22794 0 -1 4194304 1309 32042 0 1 5 2 305 23 16 0 1 0 24903764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24200/statm: 4217 1111 409 3 0 796 0
[pid=24213] ppid=24200 vsize=5356 CPUtime=0
/proc/24213/stat : 24213 (sh) S 24200 24200 22794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24904107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24213/statm: 1339 233 193 169 0 50 0
[pid=24214] ppid=24213 vsize=868672 CPUtime=9.16
/proc/24214/stat : 24214 (java) S 24213 24200 22794 0 -1 0 24098 0 1 0 902 14 0 0 20 0 9 0 24904107 889520128 22135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24214/statm: 217168 22135 2567 9 0 211673 0
[pid=24214/tid=24215] ppid=24213 vsize=868672 CPUtime=7.43
/proc/24214/task/24215/stat : 24215 (java) R 24213 24200 22794 0 -1 64 3385 0 1 0 740 3 0 0 25 0 9 0 24904108 889520128 22135 996147200 134512640 134550932 4294955936 18446744073709551615 4126632663 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24216] ppid=24213 vsize=868672 CPUtime=1.5
/proc/24214/task/24216/stat : 24216 (java) S 24213 24200 22794 0 -1 64 18518 0 0 0 141 9 0 0 16 0 9 0 24904109 889520128 22135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24217] ppid=24213 vsize=868672 CPUtime=0
/proc/24214/task/24217/stat : 24217 (java) S 24213 24200 22794 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24904109 889520128 22135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24218] ppid=24213 vsize=868672 CPUtime=0
/proc/24214/task/24218/stat : 24218 (java) S 24213 24200 22794 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24904109 889520128 22135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24219] ppid=24213 vsize=868672 CPUtime=0
/proc/24214/task/24219/stat : 24219 (java) S 24213 24200 22794 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24904111 889520128 22135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24220] ppid=24213 vsize=868672 CPUtime=0.2
/proc/24214/task/24220/stat : 24220 (java) S 24213 24200 22794 0 -1 64 1493 0 0 0 20 0 0 0 16 0 9 0 24904111 889520128 22135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24221] ppid=24213 vsize=868672 CPUtime=0
/proc/24214/task/24221/stat : 24221 (java) S 24213 24200 22794 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24904111 889520128 22135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24222] ppid=24213 vsize=868672 CPUtime=0
/proc/24214/task/24222/stat : 24222 (java) S 24213 24200 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24904111 889520128 22135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890896

[startup+25.5025 s]
/proc/loadavg: 2.16 2.24 2.16 3/94 24222
/proc/meminfo: memFree=1283088/2055920 swapFree=4192812/4192956
[pid=24200] ppid=24198 vsize=16868 CPUtime=3.35
/proc/24200/stat : 24200 (sugar) S 24198 24200 22794 0 -1 4194304 1309 32042 0 1 5 2 305 23 16 0 1 0 24903764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24200/statm: 4217 1111 409 3 0 796 0
[pid=24213] ppid=24200 vsize=5356 CPUtime=0
/proc/24213/stat : 24213 (sh) S 24200 24200 22794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24904107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24213/statm: 1339 233 193 169 0 50 0
[pid=24214] ppid=24213 vsize=868672 CPUtime=21.83
/proc/24214/stat : 24214 (java) S 24213 24200 22794 0 -1 0 49236 0 1 0 2154 29 0 0 20 0 9 0 24904107 889520128 39174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24214/statm: 217168 39174 2568 9 0 211673 0
[pid=24214/tid=24215] ppid=24213 vsize=868672 CPUtime=17.64
/proc/24214/task/24215/stat : 24215 (java) R 24213 24200 22794 0 -1 64 4808 0 1 0 1760 4 0 0 25 0 9 0 24904108 889520128 39174 996147200 134512640 134550932 4294955936 18446744073709551615 4126647621 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24216] ppid=24213 vsize=868672 CPUtime=3.96
/proc/24214/task/24216/stat : 24216 (java) S 24213 24200 22794 0 -1 64 42229 0 0 0 373 23 0 0 16 0 9 0 24904109 889520128 39174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24217] ppid=24213 vsize=868672 CPUtime=0
/proc/24214/task/24217/stat : 24217 (java) S 24213 24200 22794 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24904109 889520128 39174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24218] ppid=24213 vsize=868672 CPUtime=0
/proc/24214/task/24218/stat : 24218 (java) S 24213 24200 22794 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24904109 889520128 39174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24219] ppid=24213 vsize=868672 CPUtime=0

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

[pid=24214/tid=24219] ppid=24213 vsize=868784 CPUtime=0
/proc/24214/task/24219/stat : 24219 (java) S 24213 24200 22794 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24904111 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24220] ppid=24213 vsize=868784 CPUtime=0.3
/proc/24214/task/24220/stat : 24220 (java) S 24213 24200 22794 0 -1 64 1546 0 0 0 30 0 0 0 15 0 9 0 24904111 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24214/tid=24221] ppid=24213 vsize=868784 CPUtime=0
/proc/24214/task/24221/stat : 24221 (java) S 24213 24200 22794 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24904111 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24222] ppid=24213 vsize=868784 CPUtime=0
/proc/24214/task/24222/stat : 24222 (java) S 24213 24200 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24904111 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.38
Current children cumulated vsize (KiB) 891008
heavy processes:

[startup+882.308 s]
/proc/loadavg: 4.98 4.64 3.72 2/94 24394
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=24200] ppid=24198 vsize=16868 CPUtime=3.35
/proc/24200/stat : 24200 (sugar) S 24198 24200 22794 0 -1 4194304 1310 32042 0 1 5 2 305 23 16 0 1 0 24903764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24200/statm: 4217 1111 409 3 0 796 0
[pid=24213] ppid=24200 vsize=5356 CPUtime=0
/proc/24213/stat : 24213 (sh) S 24200 24200 22794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24904107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24213/statm: 1339 233 193 169 0 50 0
[pid=24214] ppid=24213 vsize=868784 CPUtime=377.84
/proc/24214/stat : 24214 (java) S 24213 24200 22794 0 -1 0 148528 0 1 0 36064 1720 0 0 20 0 9 0 24904107 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24214/statm: 217196 127341 2593 9 0 211673 0
[pid=24214/tid=24215] ppid=24213 vsize=868784 CPUtime=359.9
/proc/24214/task/24215/stat : 24215 (java) R 24213 24200 22794 0 -1 64 10323 0 1 0 34356 1634 0 0 21 0 9 0 24904108 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4126581249 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24216] ppid=24213 vsize=868784 CPUtime=17.6
/proc/24214/task/24216/stat : 24216 (java) S 24213 24200 22794 0 -1 64 135957 0 0 0 1677 83 0 0 16 0 9 0 24904109 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24217] ppid=24213 vsize=868784 CPUtime=0
/proc/24214/task/24217/stat : 24217 (java) S 24213 24200 22794 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24904109 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24214/tid=24218] ppid=24213 vsize=868784 CPUtime=0
/proc/24214/task/24218/stat : 24218 (java) S 24213 24200 22794 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24904109 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24214/tid=24219] ppid=24213 vsize=868784 CPUtime=0
/proc/24214/task/24219/stat : 24219 (java) S 24213 24200 22794 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24904111 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24220] ppid=24213 vsize=868784 CPUtime=0.3
/proc/24214/task/24220/stat : 24220 (java) S 24213 24200 22794 0 -1 64 1546 0 0 0 30 0 0 0 15 0 9 0 24904111 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24214/tid=24221] ppid=24213 vsize=868784 CPUtime=0
/proc/24214/task/24221/stat : 24221 (java) S 24213 24200 22794 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24904111 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24222] ppid=24213 vsize=868784 CPUtime=0
/proc/24214/task/24222/stat : 24222 (java) S 24213 24200 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24904111 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 381.19
Current children cumulated vsize (KiB) 891008
heavy processes:

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

[startup+898.203 s]
/proc/loadavg: 5.85 4.85 3.80 2/96 24400
/proc/meminfo: memFree=15296/2055920 swapFree=4192812/4192956
[pid=24200] ppid=24198 vsize=16868 CPUtime=3.35
/proc/24200/stat : 24200 (sugar) S 24198 24200 22794 0 -1 4194304 1310 32042 0 1 5 2 305 23 16 0 1 0 24903764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24200/statm: 4217 1111 409 3 0 796 0
[pid=24213] ppid=24200 vsize=5356 CPUtime=0
/proc/24213/stat : 24213 (sh) S 24200 24200 22794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24904107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24213/statm: 1339 233 193 169 0 50 0
[pid=24214] ppid=24213 vsize=868784 CPUtime=392.23
/proc/24214/stat : 24214 (java) S 24213 24200 22794 0 -1 0 148595 0 1 0 37416 1807 0 0 20 0 9 0 24904107 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24214/statm: 217196 127341 2593 9 0 211673 0
[pid=24214/tid=24215] ppid=24213 vsize=868784 CPUtime=374.19
/proc/24214/task/24215/stat : 24215 (java) R 24213 24200 22794 0 -1 64 10390 0 1 0 35697 1722 0 0 22 0 9 0 24904108 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4126584830 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24216] ppid=24213 vsize=868784 CPUtime=17.71
/proc/24214/task/24216/stat : 24216 (java) S 24213 24200 22794 0 -1 64 135957 0 0 0 1688 83 0 0 16 0 9 0 24904109 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24217] ppid=24213 vsize=868784 CPUtime=0
/proc/24214/task/24217/stat : 24217 (java) S 24213 24200 22794 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24904109 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24214/tid=24218] ppid=24213 vsize=868784 CPUtime=0
/proc/24214/task/24218/stat : 24218 (java) S 24213 24200 22794 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24904109 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24214/tid=24219] ppid=24213 vsize=868784 CPUtime=0
/proc/24214/task/24219/stat : 24219 (java) S 24213 24200 22794 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24904111 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24220] ppid=24213 vsize=868784 CPUtime=0.3
/proc/24214/task/24220/stat : 24220 (java) S 24213 24200 22794 0 -1 64 1546 0 0 0 30 0 0 0 15 0 9 0 24904111 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24214/tid=24221] ppid=24213 vsize=868784 CPUtime=0
/proc/24214/task/24221/stat : 24221 (java) S 24213 24200 22794 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24904111 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24222] ppid=24213 vsize=868784 CPUtime=0
/proc/24214/task/24222/stat : 24222 (java) S 24213 24200 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24904111 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 395.58
Current children cumulated vsize (KiB) 891008

[startup+923.803 s]
/proc/loadavg: 6.31 5.03 3.89 2/92 24403
/proc/meminfo: memFree=15328/2055920 swapFree=4192812/4192956
[pid=24200] ppid=24198 vsize=16868 CPUtime=3.35
/proc/24200/stat : 24200 (sugar) S 24198 24200 22794 0 -1 4194304 1310 32042 0 1 5 2 305 23 16 0 1 0 24903764 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24200/statm: 4217 1111 409 3 0 796 0
[pid=24213] ppid=24200 vsize=5356 CPUtime=0
/proc/24213/stat : 24213 (sh) S 24200 24200 22794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24904107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24213/statm: 1339 233 193 169 0 50 0
[pid=24214] ppid=24213 vsize=868784 CPUtime=414.64
/proc/24214/stat : 24214 (java) S 24213 24200 22794 0 -1 0 148700 0 1 0 39528 1936 0 0 20 0 9 0 24904107 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24214/statm: 217196 127341 2593 9 0 211673 0
[pid=24214/tid=24215] ppid=24213 vsize=868784 CPUtime=396.42
/proc/24214/task/24215/stat : 24215 (java) R 24213 24200 22794 0 -1 64 10495 0 1 0 37792 1850 0 0 18 0 9 0 24904108 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24214/tid=24216] ppid=24213 vsize=868784 CPUtime=17.88
/proc/24214/task/24216/stat : 24216 (java) S 24213 24200 22794 0 -1 64 135957 0 0 0 1705 83 0 0 16 0 9 0 24904109 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24217] ppid=24213 vsize=868784 CPUtime=0
/proc/24214/task/24217/stat : 24217 (java) S 24213 24200 22794 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24904109 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24214/tid=24218] ppid=24213 vsize=868784 CPUtime=0
/proc/24214/task/24218/stat : 24218 (java) S 24213 24200 22794 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24904109 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24214/tid=24219] ppid=24213 vsize=868784 CPUtime=0
/proc/24214/task/24219/stat : 24219 (java) S 24213 24200 22794 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24904111 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24220] ppid=24213 vsize=868784 CPUtime=0.3
/proc/24214/task/24220/stat : 24220 (java) S 24213 24200 22794 0 -1 64 1546 0 0 0 30 0 0 0 15 0 9 0 24904111 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24214/tid=24221] ppid=24213 vsize=868784 CPUtime=0
/proc/24214/task/24221/stat : 24221 (java) S 24213 24200 22794 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24904111 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24214/tid=24222] ppid=24213 vsize=868784 CPUtime=0
/proc/24214/task/24222/stat : 24222 (java) S 24213 24200 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24904111 889634816 127341 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 417.99
Current children cumulated vsize (KiB) 891008

[startup+930.201 s]
/proc/loadavg: 6.12 5.01 3.89 1/81 24403
/proc/meminfo: memFree=515320/2055920 swapFree=4192812/4192956
[pid=24200] ppid=24198 vsize=16868 CPUtime=421.28
/proc/24200/stat : 24200 (sugar) D 24198 24200 22794 0 -1 4194304 1335 181050 0 2 5 20 40119 1984 17 0 1 0 24903764 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/24200/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 421.28
Current children cumulated vsize (KiB) 16868

[startup+936.603 s]
/proc/loadavg: 5.87 4.98 3.88 1/80 24403
/proc/meminfo: memFree=894536/2055920 swapFree=4192812/4192956
[pid=24200] ppid=24198 vsize=16868 CPUtime=421.28
/proc/24200/stat : 24200 (sugar) D 24198 24200 22794 0 -1 4194304 1335 181050 0 2 5 20 40119 1984 18 0 1 0 24903764 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/24200/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 421.28
Current children cumulated vsize (KiB) 16868

[startup+939.801 s]
/proc/loadavg: 5.64 4.94 3.88 1/79 24403
/proc/meminfo: memFree=1799248/2055920 swapFree=4192812/4192956
[pid=24200] ppid=24198 vsize=16868 CPUtime=422.01
/proc/24200/stat : 24200 (sugar) D 24198 24200 22794 0 -1 4194304 1335 181050 0 2 5 93 40119 1984 18 0 1 0 24903764 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24200/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 422.01
Current children cumulated vsize (KiB) 16868

[startup+940.606 s]
/proc/loadavg: 5.64 4.94 3.88 1/79 24403
/proc/meminfo: memFree=1792272/2055920 swapFree=4192812/4192956
[pid=24200] ppid=24198 vsize=16868 CPUtime=422.03
/proc/24200/stat : 24200 (sugar) D 24198 24200 22794 0 -1 4194304 1335 181050 0 2 5 95 40119 1984 18 0 1 0 24903764 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24200/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 422.03
Current children cumulated vsize (KiB) 16868

[startup+941.002 s]
/proc/loadavg: 5.64 4.94 3.88 1/79 24403
/proc/meminfo: memFree=1792272/2055920 swapFree=4192812/4192956
[pid=24200] ppid=24198 vsize=16868 CPUtime=422.03
/proc/24200/stat : 24200 (sugar) D 24198 24200 22794 0 -1 4194304 1335 181050 0 2 5 95 40119 1984 18 0 1 0 24903764 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24200/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 422.03
Current children cumulated vsize (KiB) 16868

[startup+941.202 s]
/proc/loadavg: 5.64 4.94 3.88 1/79 24403
/proc/meminfo: memFree=1792272/2055920 swapFree=4192812/4192956
[pid=24200] ppid=24198 vsize=16868 CPUtime=422.04
/proc/24200/stat : 24200 (sugar) D 24198 24200 22794 0 -1 4194304 1335 181050 0 2 5 96 40119 1984 18 0 1 0 24903764 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24200/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 422.04
Current children cumulated vsize (KiB) 16868

[startup+941.302 s]
/proc/loadavg: 5.64 4.94 3.88 1/79 24403
/proc/meminfo: memFree=1792272/2055920 swapFree=4192812/4192956
[pid=24200] ppid=24198 vsize=16868 CPUtime=422.04
/proc/24200/stat : 24200 (sugar) D 24198 24200 22794 0 -1 4194304 1335 181050 0 2 5 96 40119 1984 18 0 1 0 24903764 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24200/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 422.04
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 941.327
CPU time (s): 422.064
CPU user time (s): 401.256
CPU system time (s): 20.8078
CPU usage (%): 44.8371
Max. virtual memory (cumulated for all children) (KiB): 905148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 401.256
system time used= 20.8078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182446
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= 37694
involuntary context switches= 32232

runsolver used 1.23881 second user time and 3.20251 second system time

The end

Launcher Data

Begin job on node88 at 2009-07-12 07:59:46
IDJOB=2083874
IDBENCH=57962
IDSOLVER=738
FILE ID=node88/2083874-1247378385
PBS_JOBID= 9507103
Free space on /tmp= 66140 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp23/normalized-fapp23-1800-10.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083874-1247378385/watcher-2083874-1247378385 -o /tmp/evaluation-result-2083874-1247378385/solver-2083874-1247378385 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2083874-1247378385.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5e00df4470fb1641364528d5964a8e44
RANDOM SEED=441984962

node88.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.222
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.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1435912 kB
Buffers:          9776 kB
Cached:          85288 kB
SwapCached:          0 kB
Active:         543644 kB
Inactive:        23532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1435912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10124 kB
Writeback:           0 kB
Mapped:         492564 kB
Slab:            37120 kB
Committed_AS:   672128 kB
PageTables:       2808 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= 64968 MiB
End job on node88 at 2009-07-12 08:15:27