Trace number 2083479

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+minisat? 1011.82 1041.03

General information on the benchmark

Namecsp/fapp/fapp38/
normalized-fapp38-2500-9.xml
MD5SUM68fe27f113711ce0fc0a376a1a638b50
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 benchmark76.9953
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints62132
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension62132
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 07:44:04 2009
0.05/0.08	c 0	PID 24439
0.05/0.09	c 0	HOST node11.alineos.net
0.05/0.09	c 0	CONVERTING HOME/instance-2083479-1247377443.xml TO HOME/temp.csp
0.05/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083479-1247377443.xml' 'HOME/temp.csp'
3.53/3.66	c 3	18 domains, 2500 variables, 8 predicates, 0 relations, 62132 constraints
3.60/3.71	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.60/3.71	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.62/3.80	c 4	Parsing HOME/temp.csp
3.62/3.98	c 4	parsed 10000 expressions
3.62/4.21	c 4	parsed 20000 expressions
4.18/4.33	c 4	parsed 30000 expressions
4.38/4.55	c 4	parsed 40000 expressions
4.48/4.67	c 4	parsed 50000 expressions
4.77/4.98	c 5	parsed 60000 expressions
4.87/5.04	c 5	parsed 64658 expressions
4.87/5.05	c 5	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.87/5.05	c 5	Converting to clausal form CSP
15.84/16.14	c 16	converted 6466 (10%) expressions
31.55/32.00	c 32	converted 12932 (20%) expressions
47.36/48.04	c 48	converted 19398 (30%) expressions
62.89/63.75	c 64	converted 25864 (40%) expressions
77.33/78.39	c 78	converted 32329 (50%) expressions
91.47/92.63	c 92	converted 38795 (60%) expressions
104.92/106.23	c 106	converted 45261 (70%) expressions
119.06/120.59	c 120	converted 51727 (80%) expressions
130.93/132.54	c 132	converted 58193 (90%) expressions
141.82/143.50	c 143	converted 64658 (100%) expressions
141.82/143.51	c 143	CSP : 14853 integers, 180878 booleans, 404167 clauses, largest domain size 4043
141.82/143.51	c 143	Heap : 241 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
141.82/143.51	c 143	Propagation in CSP
154.29/156.16	c 156	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
154.29/156.17	c 156	CSP : 14853 integers, 180878 booleans, 404167 clauses, largest domain size 4043
154.29/156.17	c 156	Heap : 249 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
154.39/156.28	c 156	Simplifing CSP by introducing new Boolean variables
155.38/157.24	c 157	CSP : 14853 integers, 325690 booleans, 548979 clauses, largest domain size 4043
155.38/157.24	c 157	Heap : 286 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
157.36/159.21	c 159	Encoding CSP to SAT : HOME/temp.cnf
191.11/193.38	c 193	1486 (10%) CSP integer variables are encoded (871952 clauses, 14601413 bytes)
216.15/218.61	c 218	2971 (20%) CSP integer variables are encoded (3316713 clauses, 60799191 bytes)
223.52/226.13	c 226	4456 (30%) CSP integer variables are encoded (9033166 clauses, 169411798 bytes)
230.66/233.69	c 233	5942 (40%) CSP integer variables are encoded (14747462 clauses, 287487757 bytes)
237.85/241.17	c 241	7427 (50%) CSP integer variables are encoded (20448683 clauses, 407213398 bytes)
244.91/248.59	c 248	8912 (60%) CSP integer variables are encoded (26069588 clauses, 525252403 bytes)
252.54/256.75	c 257	10398 (70%) CSP integer variables are encoded (31743690 clauses, 644408545 bytes)
260.20/264.78	c 265	11883 (80%) CSP integer variables are encoded (37323171 clauses, 761577646 bytes)
267.95/273.06	c 273	13368 (90%) CSP integer variables are encoded (42923444 clauses, 879183379 bytes)
275.69/281.15	c 281	14853 (100%) CSP integer variables are encoded (48491341 clauses, 996109216 bytes)
443.14/452.65	c 452	54898 (10%) CSP clauses are encoded (74997037 clauses, 1734545672 bytes)
738.10/759.15	c 759	109796 (20%) CSP clauses are encoded (101961983 clauses, 2519980335 bytes)
1011.14/1036.17	c 1036	ERROR Exception Too large HOME/temp.cnf
1011.14/1036.19	c 1036	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
1011.14/1036.19	c 1036	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
1011.14/1036.19	c 1036	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
1011.14/1036.19	s UNKNOWN
1011.26/1036.32	c 1036	CPU 1011.28 (0.06 0.02 725.63 285.57)
1011.26/1036.32	c 1036	END Sun Jul 12 08:01:20 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-2083479-1247377443/watcher-2083479-1247377443 -o /tmp/evaluation-result-2083479-1247377443/solver-2083479-1247377443 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083479-1247377443.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.04 2.24 2.15 4/83 24439
/proc/meminfo: memFree=1232648/2055920 swapFree=4192812/4192956
[pid=24439] ppid=24437 vsize=18576 CPUtime=0
/proc/24439/stat : 24439 (runsolver) R 24437 24439 19734 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24811387 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 262910045479 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24439/statm: 4644 284 249 26 0 2626 0

[startup+0.07042 s]
/proc/loadavg: 2.04 2.24 2.15 4/83 24439
/proc/meminfo: memFree=1232648/2055920 swapFree=4192812/4192956
[pid=24439] ppid=24437 vsize=16344 CPUtime=0.05
/proc/24439/stat : 24439 (sugar) R 24437 24439 19734 0 -1 4194304 983 0 0 0 4 1 0 0 18 0 1 0 24811387 16736256 951 996147200 4194304 4206940 548682068608 18446744073709551615 262909891297 0 0 4224 0 0 0 0 17 1 0 0
/proc/24439/statm: 4086 951 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101421 s]
/proc/loadavg: 2.04 2.24 2.15 4/83 24439
/proc/meminfo: memFree=1232648/2055920 swapFree=4192812/4192956
[pid=24439] ppid=24437 vsize=16868 CPUtime=0.07
/proc/24439/stat : 24439 (sugar) S 24437 24439 19734 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24811387 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24439/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30146 s]
/proc/loadavg: 2.04 2.24 2.15 4/83 24439
/proc/meminfo: memFree=1232648/2055920 swapFree=4192812/4192956
[pid=24439] ppid=24437 vsize=16868 CPUtime=0.07
/proc/24439/stat : 24439 (sugar) S 24437 24439 19734 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24811387 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24439/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701535 s]
/proc/loadavg: 2.04 2.24 2.15 4/83 24439
/proc/meminfo: memFree=1232648/2055920 swapFree=4192812/4192956
[pid=24439] ppid=24437 vsize=16868 CPUtime=0.07
/proc/24439/stat : 24439 (sugar) S 24437 24439 19734 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24811387 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24439/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5027 s]
/proc/loadavg: 2.12 2.25 2.16 4/94 24451
/proc/meminfo: memFree=1195056/2055920 swapFree=4192812/4192956
[pid=24439] ppid=24437 vsize=16868 CPUtime=0.07
/proc/24439/stat : 24439 (sugar) S 24437 24439 19734 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24811387 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24439/statm: 4217 1111 409 3 0 796 0
[pid=24442] ppid=24439 vsize=5356 CPUtime=0
/proc/24442/stat : 24442 (sh) S 24439 24439 19734 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 24811396 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24442/statm: 1339 233 193 169 0 50 0
[pid=24443] ppid=24442 vsize=866760 CPUtime=1.39
/proc/24443/stat : 24443 (java) S 24442 24439 19734 0 -1 0 17437 0 1 0 127 12 0 0 18 0 9 0 24811397 887562240 15006 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24443/statm: 216690 15006 2557 9 0 211202 0
[pid=24443/tid=24444] ppid=24442 vsize=866760 CPUtime=0.7
/proc/24443/task/24444/stat : 24444 (java) R 24442 24439 19734 0 -1 64 3041 0 1 0 67 3 0 0 25 0 9 0 24811398 887562240 15006 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24443/tid=24445] ppid=24442 vsize=866760 CPUtime=0.56
/proc/24443/task/24445/stat : 24445 (java) R 24442 24439 19734 0 -1 64 13195 0 0 0 49 7 0 0 16 0 9 0 24811399 887562240 15006 996147200 134512640 134550932 4294955984 18446744073709551615 103731907 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24443/tid=24446] ppid=24442 vsize=866760 CPUtime=0
/proc/24443/task/24446/stat : 24446 (java) S 24442 24439 19734 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24811399 887562240 15006 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24443/tid=24447] ppid=24442 vsize=866760 CPUtime=0
/proc/24443/task/24447/stat : 24447 (java) S 24442 24439 19734 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24811399 887562240 15006 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24443/tid=24448] ppid=24442 vsize=866760 CPUtime=0
/proc/24443/task/24448/stat : 24448 (java) S 24442 24439 19734 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24811401 887562240 15006 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24443/tid=24449] ppid=24442 vsize=866760 CPUtime=0.1
/proc/24443/task/24449/stat : 24449 (java) S 24442 24439 19734 0 -1 64 496 0 0 0 10 0 0 0 16 0 9 0 24811401 887562240 15006 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24443/tid=24450] ppid=24442 vsize=866760 CPUtime=0
/proc/24443/task/24450/stat : 24450 (java) S 24442 24439 19734 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24811401 887562240 15006 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24443/tid=24451] ppid=24442 vsize=866760 CPUtime=0
/proc/24443/task/24451/stat : 24451 (java) R 24442 24439 19734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24811401 887562240 15006 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 888984

[startup+3.10301 s]
/proc/loadavg: 2.12 2.25 2.16 3/94 24451
/proc/meminfo: memFree=1153648/2055920 swapFree=4192812/4192956
[pid=24439] ppid=24437 vsize=16868 CPUtime=0.07
/proc/24439/stat : 24439 (sugar) S 24437 24439 19734 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24811387 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24439/statm: 4217 1111 409 3 0 796 0
[pid=24442] ppid=24439 vsize=5356 CPUtime=0
/proc/24442/stat : 24442 (sh) S 24439 24439 19734 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 24811396 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24442/statm: 1339 233 193 169 0 50 0
[pid=24443] ppid=24442 vsize=864772 CPUtime=2.97
/proc/24443/stat : 24443 (java) S 24442 24439 19734 0 -1 0 28963 0 1 0 277 20 0 0 18 0 9 0 24811397 885526528 25051 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24443/statm: 216193 25051 2557 9 0 210705 0
[pid=24443/tid=24444] ppid=24442 vsize=864772 CPUtime=1.44
/proc/24443/task/24444/stat : 24444 (java) R 24442 24439 19734 0 -1 64 3950 0 1 0 140 4 0 0 25 0 9 0 24811398 885526528 25051 996147200 134512640 134550932 4294955984 18446744073709551615 104514077 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24443/tid=24445] ppid=24442 vsize=864772 CPUtime=1.35
/proc/24443/task/24445/stat : 24445 (java) S 24442 24439 19734 0 -1 64 23781 0 0 0 121 14 0 0 17 0 9 0 24811399 885526528 25051 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24443/tid=24446] ppid=24442 vsize=864772 CPUtime=0
/proc/24443/task/24446/stat : 24446 (java) S 24442 24439 19734 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24811399 885526528 25051 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24443/tid=24447] ppid=24442 vsize=864772 CPUtime=0
/proc/24443/task/24447/stat : 24447 (java) S 24442 24439 19734 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24811399 885526528 25051 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24443/tid=24448] ppid=24442 vsize=864772 CPUtime=0
/proc/24443/task/24448/stat : 24448 (java) S 24442 24439 19734 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24811401 885526528 25051 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24443/tid=24449] ppid=24442 vsize=864772 CPUtime=0.14
/proc/24443/task/24449/stat : 24449 (java) S 24442 24439 19734 0 -1 64 527 0 0 0 14 0 0 0 16 0 9 0 24811401 885526528 25051 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24443/tid=24450] ppid=24442 vsize=864772 CPUtime=0
/proc/24443/task/24450/stat : 24450 (java) S 24442 24439 19734 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24811401 885526528 25051 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24443/tid=24451] ppid=24442 vsize=864772 CPUtime=0
/proc/24443/task/24451/stat : 24451 (java) S 24442 24439 19734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24811401 885526528 25051 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 886996

[startup+6.30264 s]
/proc/loadavg: 2.12 2.25 2.16 4/94 24461
/proc/meminfo: memFree=1188336/2055920 swapFree=4192812/4192956
[pid=24439] ppid=24437 vsize=16868 CPUtime=3.62
/proc/24439/stat : 24439 (sugar) S 24437 24439 19734 0 -1 4194304 1309 30625 0 1 5 2 331 24 16 0 1 0 24811387 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24439/statm: 4217 1111 409 3 0 796 0
[pid=24452] ppid=24439 vsize=5356 CPUtime=0
/proc/24452/stat : 24452 (sh) S 24439 24439 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24811758 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24452/statm: 1339 233 193 169 0 50 0
[pid=24453] ppid=24452 vsize=868552 CPUtime=2.54
/proc/24453/stat : 24453 (java) S 24452 24439 19734 0 -1 0 14275 0 1 0 244 10 0 0 18 0 9 0 24811759 889397248 12930 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24453/statm: 217138 12930 2570 9 0 211643 0
[pid=24453/tid=24454] ppid=24452 vsize=868552 CPUtime=1.66
/proc/24453/task/24454/stat : 24454 (java) R 24452 24439 19734 0 -1 64 2923 0 1 0 164 2 0 0 25 0 9 0 24811760 889397248 12930 996147200 134512640 134550932 4294955936 18446744073709551615 4126508792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24455] ppid=24452 vsize=868552 CPUtime=0.66
/proc/24453/task/24455/stat : 24455 (java) S 24452 24439 19734 0 -1 64 9177 0 0 0 61 5 0 0 16 0 9 0 24811762 889397248 12930 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24456] ppid=24452 vsize=868552 CPUtime=0
/proc/24453/task/24456/stat : 24456 (java) S 24452 24439 19734 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24811762 889397248 12930 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24457] ppid=24452 vsize=868552 CPUtime=0
/proc/24453/task/24457/stat : 24457 (java) S 24452 24439 19734 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24811762 889397248 12930 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24458] ppid=24452 vsize=868552 CPUtime=0
/proc/24453/task/24458/stat : 24458 (java) S 24452 24439 19734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24811764 889397248 12930 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24459] ppid=24452 vsize=868552 CPUtime=0.18
/proc/24453/task/24459/stat : 24459 (java) S 24452 24439 19734 0 -1 64 1472 0 0 0 17 1 0 0 15 0 9 0 24811764 889397248 12930 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24460] ppid=24452 vsize=868552 CPUtime=0
/proc/24453/task/24460/stat : 24460 (java) S 24452 24439 19734 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24811764 889397248 12930 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24461] ppid=24452 vsize=868552 CPUtime=0
/proc/24453/task/24461/stat : 24461 (java) S 24452 24439 19734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24811764 889397248 12930 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890776

[startup+12.7044 s]
/proc/loadavg: 2.10 2.25 2.16 3/94 24461
/proc/meminfo: memFree=1175600/2055920 swapFree=4192812/4192956
[pid=24439] ppid=24437 vsize=16868 CPUtime=3.62
/proc/24439/stat : 24439 (sugar) S 24437 24439 19734 0 -1 4194304 1309 30625 0 1 5 2 331 24 16 0 1 0 24811387 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24439/statm: 4217 1111 409 3 0 796 0
[pid=24452] ppid=24439 vsize=5356 CPUtime=0
/proc/24452/stat : 24452 (sh) S 24439 24439 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24811758 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24452/statm: 1339 233 193 169 0 50 0
[pid=24453] ppid=24452 vsize=868552 CPUtime=8.86
/proc/24453/stat : 24453 (java) S 24452 24439 19734 0 -1 0 16665 0 1 0 871 15 0 0 18 0 9 0 24811759 889397248 15067 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24453/statm: 217138 15067 2570 9 0 211643 0
[pid=24453/tid=24454] ppid=24452 vsize=868552 CPUtime=7.53
/proc/24453/task/24454/stat : 24454 (java) R 24452 24439 19734 0 -1 64 3176 0 1 0 749 4 0 0 25 0 9 0 24811760 889397248 15067 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24455] ppid=24452 vsize=868552 CPUtime=1.09
/proc/24453/task/24455/stat : 24455 (java) S 24452 24439 19734 0 -1 64 11303 0 0 0 100 9 0 0 15 0 9 0 24811762 889397248 15067 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24456] ppid=24452 vsize=868552 CPUtime=0
/proc/24453/task/24456/stat : 24456 (java) S 24452 24439 19734 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24811762 889397248 15067 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24457] ppid=24452 vsize=868552 CPUtime=0
/proc/24453/task/24457/stat : 24457 (java) S 24452 24439 19734 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24811762 889397248 15067 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24458] ppid=24452 vsize=868552 CPUtime=0
/proc/24453/task/24458/stat : 24458 (java) S 24452 24439 19734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24811764 889397248 15067 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24459] ppid=24452 vsize=868552 CPUtime=0.22
/proc/24453/task/24459/stat : 24459 (java) S 24452 24439 19734 0 -1 64 1483 0 0 0 21 1 0 0 16 0 9 0 24811764 889397248 15067 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24460] ppid=24452 vsize=868552 CPUtime=0
/proc/24453/task/24460/stat : 24460 (java) S 24452 24439 19734 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24811764 889397248 15067 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24461] ppid=24452 vsize=868552 CPUtime=0
/proc/24453/task/24461/stat : 24461 (java) S 24452 24439 19734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24811764 889397248 15067 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890776

[startup+25.5024 s]
/proc/loadavg: 2.08 2.24 2.16 3/94 24461
/proc/meminfo: memFree=1154800/2055920 swapFree=4192812/4192956
[pid=24439] ppid=24437 vsize=16868 CPUtime=3.62
/proc/24439/stat : 24439 (sugar) S 24437 24439 19734 0 -1 4194304 1309 30625 0 1 5 2 331 24 16 0 1 0 24811387 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24439/statm: 4217 1111 409 3 0 796 0
[pid=24452] ppid=24439 vsize=5356 CPUtime=0
/proc/24452/stat : 24452 (sh) S 24439 24439 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24811758 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24452/statm: 1339 233 193 169 0 50 0
[pid=24453] ppid=24452 vsize=868552 CPUtime=21.51
/proc/24453/stat : 24453 (java) S 24452 24439 19734 0 -1 0 26141 0 1 0 2126 25 0 0 18 0 9 0 24811759 889397248 20046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24453/statm: 217138 20046 2568 9 0 211643 0
[pid=24453/tid=24454] ppid=24452 vsize=868552 CPUtime=19.04
/proc/24453/task/24454/stat : 24454 (java) R 24452 24439 19734 0 -1 64 3793 0 1 0 1899 5 0 0 25 0 9 0 24811760 889397248 20046 996147200 134512640 134550932 4294955936 18446744073709551615 4126640824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24455] ppid=24452 vsize=868552 CPUtime=2.22
/proc/24453/task/24455/stat : 24455 (java) S 24452 24439 19734 0 -1 64 20154 0 0 0 205 17 0 0 16 0 9 0 24811762 889397248 20046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24456] ppid=24452 vsize=868552 CPUtime=0
/proc/24453/task/24456/stat : 24456 (java) S 24452 24439 19734 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24811762 889397248 20046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24457] ppid=24452 vsize=868552 CPUtime=0
/proc/24453/task/24457/stat : 24457 (java) S 24452 24439 19734 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24811762 889397248 20046 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24458] ppid=24452 vsize=868552 CPUtime=0

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

[startup+942.302 s]
/proc/loadavg: 2.18 2.30 2.29 3/93 24527
/proc/meminfo: memFree=15864/2055920 swapFree=4192812/4192956
[pid=24439] ppid=24437 vsize=16868 CPUtime=3.63
/proc/24439/stat : 24439 (sugar) S 24437 24439 19734 0 -1 4194304 1310 30625 0 1 6 2 331 24 16 0 1 0 24811387 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24439/statm: 4217 1111 409 3 0 796 0
[pid=24452] ppid=24439 vsize=5356 CPUtime=0
/proc/24452/stat : 24452 (sh) S 24439 24439 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24811758 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24452/statm: 1339 233 193 169 0 50 0
[pid=24453] ppid=24452 vsize=868664 CPUtime=914.97
/proc/24453/stat : 24453 (java) S 24452 24439 19734 0 -1 0 106250 0 1 0 67563 23934 0 0 18 0 9 0 24811759 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24453/statm: 217166 81883 2593 9 0 211643 0
[pid=24453/tid=24454] ppid=24452 vsize=868664 CPUtime=897.12
/proc/24453/task/24454/stat : 24454 (java) R 24452 24439 19734 0 -1 64 10211 0 1 0 65867 23845 0 0 25 0 9 0 24811760 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4126860288 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24453/tid=24455] ppid=24452 vsize=868664 CPUtime=17.47
/proc/24453/task/24455/stat : 24455 (java) S 24452 24439 19734 0 -1 64 93796 0 0 0 1662 85 0 0 16 0 9 0 24811762 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24453/tid=24456] ppid=24452 vsize=868664 CPUtime=0
/proc/24453/task/24456/stat : 24456 (java) S 24452 24439 19734 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24811762 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24457] ppid=24452 vsize=868664 CPUtime=0
/proc/24453/task/24457/stat : 24457 (java) S 24452 24439 19734 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24811762 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24458] ppid=24452 vsize=868664 CPUtime=0
/proc/24453/task/24458/stat : 24458 (java) S 24452 24439 19734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24811764 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24459] ppid=24452 vsize=868664 CPUtime=0.32
/proc/24453/task/24459/stat : 24459 (java) S 24452 24439 19734 0 -1 64 1540 0 0 0 31 1 0 0 16 0 9 0 24811764 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24460] ppid=24452 vsize=868664 CPUtime=0
/proc/24453/task/24460/stat : 24460 (java) S 24452 24439 19734 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24811764 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24461] ppid=24452 vsize=868664 CPUtime=0
/proc/24453/task/24461/stat : 24461 (java) S 24452 24439 19734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24811764 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 918.6
Current children cumulated vsize (KiB) 890888

[startup+1002.3 s]
/proc/loadavg: 2.10 2.26 2.27 3/93 24527
/proc/meminfo: memFree=15288/2055920 swapFree=4192812/4192956
[pid=24439] ppid=24437 vsize=16868 CPUtime=3.63
/proc/24439/stat : 24439 (sugar) S 24437 24439 19734 0 -1 4194304 1310 30625 0 1 6 2 331 24 16 0 1 0 24811387 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24439/statm: 4217 1111 409 3 0 796 0
[pid=24452] ppid=24439 vsize=5356 CPUtime=0
/proc/24452/stat : 24452 (sh) S 24439 24439 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24811758 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24452/statm: 1339 233 193 169 0 50 0
[pid=24453] ppid=24452 vsize=868664 CPUtime=974.16
/proc/24453/stat : 24453 (java) S 24452 24439 19734 0 -1 0 106365 0 1 0 70644 26772 0 0 18 0 9 0 24811759 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24453/statm: 217166 81883 2593 9 0 211643 0
[pid=24453/tid=24454] ppid=24452 vsize=868664 CPUtime=956.13
/proc/24453/task/24454/stat : 24454 (java) R 24452 24439 19734 0 -1 64 10326 0 1 0 68931 26682 0 0 25 0 9 0 24811760 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24455] ppid=24452 vsize=868664 CPUtime=17.65
/proc/24453/task/24455/stat : 24455 (java) S 24452 24439 19734 0 -1 64 93796 0 0 0 1679 86 0 0 16 0 9 0 24811762 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24456] ppid=24452 vsize=868664 CPUtime=0
/proc/24453/task/24456/stat : 24456 (java) S 24452 24439 19734 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24811762 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24457] ppid=24452 vsize=868664 CPUtime=0
/proc/24453/task/24457/stat : 24457 (java) S 24452 24439 19734 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24811762 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24458] ppid=24452 vsize=868664 CPUtime=0
/proc/24453/task/24458/stat : 24458 (java) S 24452 24439 19734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24811764 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24459] ppid=24452 vsize=868664 CPUtime=0.32
/proc/24453/task/24459/stat : 24459 (java) S 24452 24439 19734 0 -1 64 1540 0 0 0 31 1 0 0 16 0 9 0 24811764 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24460] ppid=24452 vsize=868664 CPUtime=0
/proc/24453/task/24460/stat : 24460 (java) S 24452 24439 19734 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24811764 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24461] ppid=24452 vsize=868664 CPUtime=0
/proc/24453/task/24461/stat : 24461 (java) S 24452 24439 19734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24811764 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 977.79
Current children cumulated vsize (KiB) 890888

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

[startup+1024 s]
/proc/loadavg: 2.07 2.24 2.27 3/93 24533
/proc/meminfo: memFree=14968/2055920 swapFree=4192812/4192956
[pid=24439] ppid=24437 vsize=16868 CPUtime=3.63
/proc/24439/stat : 24439 (sugar) S 24437 24439 19734 0 -1 4194304 1310 30625 0 1 6 2 331 24 16 0 1 0 24811387 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24439/statm: 4217 1111 409 3 0 796 0
[pid=24452] ppid=24439 vsize=5356 CPUtime=0
/proc/24452/stat : 24452 (sh) S 24439 24439 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24811758 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24452/statm: 1339 233 193 169 0 50 0
[pid=24453] ppid=24452 vsize=868664 CPUtime=995.57
/proc/24453/stat : 24453 (java) S 24452 24439 19734 0 -1 0 106410 0 1 0 71646 27911 0 0 18 0 9 0 24811759 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24453/statm: 217166 81883 2593 9 0 211643 0
[pid=24453/tid=24454] ppid=24452 vsize=868664 CPUtime=977.46
/proc/24453/task/24454/stat : 24454 (java) R 24452 24439 19734 0 -1 64 10371 0 1 0 69926 27820 0 0 25 0 9 0 24811760 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24453/tid=24455] ppid=24452 vsize=868664 CPUtime=17.73
/proc/24453/task/24455/stat : 24455 (java) S 24452 24439 19734 0 -1 64 93796 0 0 0 1686 87 0 0 16 0 9 0 24811762 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24453/tid=24456] ppid=24452 vsize=868664 CPUtime=0
/proc/24453/task/24456/stat : 24456 (java) S 24452 24439 19734 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24811762 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24457] ppid=24452 vsize=868664 CPUtime=0
/proc/24453/task/24457/stat : 24457 (java) S 24452 24439 19734 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24811762 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24458] ppid=24452 vsize=868664 CPUtime=0
/proc/24453/task/24458/stat : 24458 (java) S 24452 24439 19734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24811764 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24459] ppid=24452 vsize=868664 CPUtime=0.32
/proc/24453/task/24459/stat : 24459 (java) S 24452 24439 19734 0 -1 64 1540 0 0 0 31 1 0 0 16 0 9 0 24811764 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24460] ppid=24452 vsize=868664 CPUtime=0
/proc/24453/task/24460/stat : 24460 (java) S 24452 24439 19734 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24811764 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24461] ppid=24452 vsize=868664 CPUtime=0
/proc/24453/task/24461/stat : 24461 (java) S 24452 24439 19734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24811764 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 999.2
Current children cumulated vsize (KiB) 890888

[startup+1030.4 s]
/proc/loadavg: 2.06 2.23 2.26 4/93 24533
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=24439] ppid=24437 vsize=16868 CPUtime=3.63
/proc/24439/stat : 24439 (sugar) S 24437 24439 19734 0 -1 4194304 1310 30625 0 1 6 2 331 24 16 0 1 0 24811387 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24439/statm: 4217 1111 409 3 0 796 0
[pid=24452] ppid=24439 vsize=5356 CPUtime=0
/proc/24452/stat : 24452 (sh) S 24439 24439 19734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24811758 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24452/statm: 1339 233 193 169 0 50 0
[pid=24453] ppid=24452 vsize=868664 CPUtime=1001.88
/proc/24453/stat : 24453 (java) S 24452 24439 19734 0 -1 0 106423 0 1 0 71960 28228 0 0 18 0 9 0 24811759 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24453/statm: 217166 81883 2593 9 0 211643 0
[pid=24453/tid=24454] ppid=24452 vsize=868664 CPUtime=983.76
/proc/24453/task/24454/stat : 24454 (java) R 24452 24439 19734 0 -1 64 10384 0 1 0 70238 28138 0 0 25 0 9 0 24811760 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24455] ppid=24452 vsize=868664 CPUtime=17.75
/proc/24453/task/24455/stat : 24455 (java) S 24452 24439 19734 0 -1 64 93796 0 0 0 1688 87 0 0 16 0 9 0 24811762 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24456] ppid=24452 vsize=868664 CPUtime=0
/proc/24453/task/24456/stat : 24456 (java) S 24452 24439 19734 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24811762 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24457] ppid=24452 vsize=868664 CPUtime=0
/proc/24453/task/24457/stat : 24457 (java) S 24452 24439 19734 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24811762 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24458] ppid=24452 vsize=868664 CPUtime=0
/proc/24453/task/24458/stat : 24458 (java) S 24452 24439 19734 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24811764 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24459] ppid=24452 vsize=868664 CPUtime=0.32
/proc/24453/task/24459/stat : 24459 (java) S 24452 24439 19734 0 -1 64 1540 0 0 0 31 1 0 0 16 0 9 0 24811764 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24460] ppid=24452 vsize=868664 CPUtime=0
/proc/24453/task/24460/stat : 24460 (java) S 24452 24439 19734 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24811764 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24453/tid=24461] ppid=24452 vsize=868664 CPUtime=0
/proc/24453/task/24461/stat : 24461 (java) S 24452 24439 19734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24811764 889511936 81883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1005.51
Current children cumulated vsize (KiB) 890888

[startup+1036.8 s]
/proc/loadavg: 2.13 2.24 2.27 2/93 24533
/proc/meminfo: memFree=15224/2055920 swapFree=4192812/4192956
[pid=24439] ppid=24437 vsize=16868 CPUtime=1011.63
/proc/24439/stat : 24439 (sugar) D 24437 24439 19734 0 -1 4194304 1335 137354 0 4 6 37 72563 28557 18 0 1 0 24811387 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24439/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1011.63
Current children cumulated vsize (KiB) 16868

[startup+1038.4 s]
/proc/loadavg: 2.13 2.24 2.27 2/83 24533
/proc/meminfo: memFree=1003720/2055920 swapFree=4192812/4192956
[pid=24439] ppid=24437 vsize=16868 CPUtime=1011.71
/proc/24439/stat : 24439 (sugar) D 24437 24439 19734 0 -1 4194304 1335 137354 0 4 6 45 72563 28557 18 0 1 0 24811387 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24439/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1011.71
Current children cumulated vsize (KiB) 16868

[startup+1040 s]
/proc/loadavg: 2.13 2.24 2.27 2/83 24533
/proc/meminfo: memFree=1001672/2055920 swapFree=4192812/4192956
[pid=24439] ppid=24437 vsize=16868 CPUtime=1011.75
/proc/24439/stat : 24439 (sugar) D 24437 24439 19734 0 -1 4194304 1335 137354 0 4 6 49 72563 28557 18 0 1 0 24811387 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24439/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1011.75
Current children cumulated vsize (KiB) 16868

[startup+1040.8 s]
/proc/loadavg: 2.13 2.24 2.27 2/83 24533
/proc/meminfo: memFree=999752/2055920 swapFree=4192812/4192956
[pid=24439] ppid=24437 vsize=16868 CPUtime=1011.8
/proc/24439/stat : 24439 (sugar) D 24437 24439 19734 0 -1 4194304 1335 137354 0 4 6 54 72563 28557 18 0 1 0 24811387 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24439/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1011.8
Current children cumulated vsize (KiB) 16868

[startup+1041 s]
/proc/loadavg: 2.13 2.24 2.27 2/83 24533
/proc/meminfo: memFree=999752/2055920 swapFree=4192812/4192956
[pid=24439] ppid=24437 vsize=16868 CPUtime=1011.81
/proc/24439/stat : 24439 (sugar) D 24437 24439 19734 0 -1 4194304 1335 137354 0 4 6 55 72563 28557 18 0 1 0 24811387 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24439/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1011.81
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1041.03
CPU time (s): 1011.82
CPU user time (s): 725.695
CPU system time (s): 286.128
CPU usage (%): 97.1943
Max. virtual memory (cumulated for all children) (KiB): 905028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 725.695
system time used= 286.129
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138750
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63385
involuntary context switches= 78628

runsolver used 1.65275 second user time and 4.33434 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-12 07:44:04
IDJOB=2083479
IDBENCH=57829
IDSOLVER=739
FILE ID=node11/2083479-1247377443
PBS_JOBID= 9507062
Free space on /tmp= 66440 MiB

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

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

MD5SUM BENCH= 68fe27f113711ce0fc0a376a1a638b50
RANDOM SEED=2077397932

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.274
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.274
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:       1233128 kB
Buffers:          4376 kB
Cached:          60156 kB
SwapCached:          0 kB
Active:         754004 kB
Inactive:        16760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1233128 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9980 kB
Writeback:           0 kB
Mapped:         721912 kB
Slab:            35824 kB
Committed_AS:   872088 kB
PageTables:       3216 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= 64776 MiB
End job on node11 at 2009-07-12 08:01:25