Trace number 2084007

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? 966.651 986.52

General information on the benchmark

Namecsp/fapp/fapp29/
normalized-fapp29-2900-8.xml
MD5SUM35a8bf7f59906fff224d03925643a0f8
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 benchmark45.933
Satisfiable
(Un)Satisfiability was proved
Number of variables2900
Number of constraints67898
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67898
Global constraints used (with number of constraints)

Solver Data

0.04/1.94	c 0	Sugar v1-14-6 + HOME/minisat
0.04/1.94	c 0	BEGIN Sun Jul 12 08:03:17 2009
0.04/1.94	c 0	PID 27369
0.04/1.96	c 0	HOST node78.alineos.net
0.04/1.96	c 0	CONVERTING HOME/instance-2084007-1247378594.xml TO HOME/temp.csp
0.04/1.96	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084007-1247378594.xml' 'HOME/temp.csp'
3.37/5.32	c 3	39 domains, 2900 variables, 8 predicates, 0 relations, 67898 constraints
3.37/5.36	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.37/5.36	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.42/5.44	c 3	Parsing HOME/temp.csp
3.64/5.63	c 3	parsed 10000 expressions
3.83/5.84	c 4	parsed 20000 expressions
3.93/5.95	c 4	parsed 30000 expressions
4.13/6.14	c 4	parsed 40000 expressions
4.22/6.26	c 4	parsed 50000 expressions
4.52/6.53	c 4	parsed 60000 expressions
4.62/6.65	c 4	parsed 70000 expressions
4.62/6.65	c 4	parsed 70845 expressions
4.62/6.66	c 4	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.62/6.66	c 4	Converting to clausal form CSP
15.55/17.60	c 15	converted 7085 (10%) expressions
32.23/34.43	c 32	converted 14169 (20%) expressions
49.23/51.54	c 49	converted 21254 (30%) expressions
65.51/67.98	c 66	converted 28338 (40%) expressions
81.78/84.32	c 82	converted 35423 (50%) expressions
97.49/100.11	c 98	converted 42507 (60%) expressions
112.80/115.51	c 113	converted 49592 (70%) expressions
128.55/131.30	c 129	converted 56676 (80%) expressions
141.02/143.85	c 142	converted 63761 (90%) expressions
151.60/154.43	c 152	converted 70845 (100%) expressions
151.60/154.44	c 152	CSP : 19753 integers, 193479 booleans, 455041 clauses, largest domain size 2217
151.60/154.44	c 152	Heap : 408 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
151.60/154.44	c 152	Propagation in CSP
166.63/169.69	c 167	120 values, 0 unsatisfiable literals, and 0 valid clauses are removed
166.63/169.70	c 167	CSP : 19753 integers, 193479 booleans, 455041 clauses, largest domain size 2217
166.63/169.70	c 167	Heap : 411 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
166.83/169.85	c 168	Simplifing CSP by introducing new Boolean variables
167.60/170.64	c 168	CSP : 19753 integers, 339073 booleans, 600635 clauses, largest domain size 2217
167.60/170.64	c 168	Heap : 443 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
170.25/173.38	c 171	Encoding CSP to SAT : HOME/temp.cnf
208.50/212.02	c 210	1976 (10%) CSP integer variables are encoded (1003671 clauses, 16851975 bytes)
229.07/232.75	c 231	3951 (20%) CSP integer variables are encoded (3373327 clauses, 61875439 bytes)
233.51/237.21	c 235	5926 (30%) CSP integer variables are encoded (6865696 clauses, 128230450 bytes)
238.15/241.95	c 240	7902 (40%) CSP integer variables are encoded (10383752 clauses, 195856385 bytes)
242.95/246.81	c 245	9877 (50%) CSP integer variables are encoded (13868119 clauses, 269028092 bytes)
247.72/251.74	c 250	11852 (60%) CSP integer variables are encoded (17366628 clauses, 342496781 bytes)
252.50/256.68	c 254	13828 (70%) CSP integer variables are encoded (20868368 clauses, 416033321 bytes)
257.14/261.82	c 260	15803 (80%) CSP integer variables are encoded (24373193 clauses, 489634646 bytes)
261.64/266.44	c 264	17778 (90%) CSP integer variables are encoded (27881430 clauses, 563307623 bytes)
266.14/271.83	c 270	19753 (100%) CSP integer variables are encoded (31360109 clauses, 636359882 bytes)
387.44/395.26	c 393	60064 (10%) CSP clauses are encoded (46290243 clauses, 1045603494 bytes)
499.61/509.36	c 507	120127 (20%) CSP clauses are encoded (60844728 clauses, 1447961841 bytes)
610.22/621.63	c 619	180191 (30%) CSP clauses are encoded (74995576 clauses, 1854882881 bytes)
729.51/742.26	c 740	240254 (40%) CSP clauses are encoded (89795113 clauses, 2288487815 bytes)
838.50/852.55	c 850	300318 (50%) CSP clauses are encoded (104798313 clauses, 2730137274 bytes)
952.29/968.87	c 967	360381 (60%) CSP clauses are encoded (119642620 clauses, 3166345900 bytes)
965.67/982.44	c 980	ERROR Exception Too large HOME/temp.cnf
965.67/982.44	c 980	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
965.67/982.44	c 980	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
965.67/982.44	c 980	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
965.67/982.44	s UNKNOWN
965.78/982.71	c 981	CPU 965.79 (0.06 0.02 946.02 19.69)
965.78/982.71	c 981	END Sun Jul 12 08:19:38 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-2084007-1247378594/watcher-2084007-1247378594 -o /tmp/evaluation-result-2084007-1247378594/solver-2084007-1247378594 -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-2084007-1247378594.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.44 2.32 2.18 4/83 27369
/proc/meminfo: memFree=994512/2055912 swapFree=4192812/4192956
[pid=27369] ppid=27367 vsize=18576 CPUtime=0
/proc/27369/stat : 27369 (runsolver) D 27367 27369 27042 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24924037 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255372881191 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/27369/statm: 4644 284 249 26 0 2626 0

[startup+0.105877 s]
/proc/loadavg: 2.44 2.32 2.18 4/83 27369
/proc/meminfo: memFree=994512/2055912 swapFree=4192812/4192956
[pid=27369] ppid=27367 vsize=124 CPUtime=0
/proc/27369/stat : 27369 (sugar) D 27367 27369 27042 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 24924037 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 255370261993 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/27369/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.202888 s]
/proc/loadavg: 2.44 2.32 2.18 4/83 27369
/proc/meminfo: memFree=994512/2055912 swapFree=4192812/4192956
[pid=27369] ppid=27367 vsize=7504 CPUtime=0
/proc/27369/stat : 27369 (sugar) D 27367 27369 27042 0 -1 4194304 63 0 0 0 0 0 0 0 18 0 1 0 24924037 7684096 48 996147200 4194304 4206940 548682068608 18446744073709551615 255370265296 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/27369/statm: 1876 48 36 3 0 9 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7504

[startup+0.302896 s]
/proc/loadavg: 2.44 2.32 2.18 4/83 27369
/proc/meminfo: memFree=994512/2055912 swapFree=4192812/4192956
[pid=27369] ppid=27367 vsize=12272 CPUtime=0
/proc/27369/stat : 27369 (sugar) D 27367 27369 27042 0 -1 4194304 361 0 1 0 0 0 0 0 18 0 1 0 24924037 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/27369/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.702937 s]
/proc/loadavg: 2.44 2.32 2.18 4/83 27369
/proc/meminfo: memFree=994512/2055912 swapFree=4192812/4192956
[pid=27369] ppid=27367 vsize=12412 CPUtime=0
/proc/27369/stat : 27369 (sugar) D 27367 27369 27042 0 -1 4194304 413 0 1 0 0 0 0 0 18 0 1 0 24924037 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/27369/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+1.50303 s]
/proc/loadavg: 2.44 2.32 2.18 3/84 27370
/proc/meminfo: memFree=986056/2055912 swapFree=4192812/4192956
[pid=27369] ppid=27367 vsize=13336 CPUtime=0.03
/proc/27369/stat : 27369 (sugar) D 27367 27369 27042 0 -1 4194304 738 0 1 0 2 1 0 0 18 0 1 0 24924037 13656064 707 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/27369/statm: 3334 707 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+3.1012 s]
/proc/loadavg: 2.56 2.35 2.19 4/94 27381
/proc/meminfo: memFree=970488/2055912 swapFree=4192812/4192956
[pid=27369] ppid=27367 vsize=16868 CPUtime=0.07
/proc/27369/stat : 27369 (sugar) S 27367 27369 27042 0 -1 4194304 1226 128 1 0 5 2 0 0 18 0 1 0 24924037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27369/statm: 4217 1111 409 3 0 796 0
[pid=27372] ppid=27369 vsize=5356 CPUtime=0
/proc/27372/stat : 27372 (sh) S 27369 27369 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24924233 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27372/statm: 1339 233 193 169 0 50 0
[pid=27373] ppid=27372 vsize=864760 CPUtime=1.11
/proc/27373/stat : 27373 (java) S 27372 27369 27042 0 -1 0 15119 0 1 0 103 8 0 0 20 0 9 0 24924233 885514240 13157 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27373/statm: 216190 13157 2557 9 0 210702 0
[pid=27373/tid=27374] ppid=27372 vsize=864760 CPUtime=0.6
/proc/27373/task/27374/stat : 27374 (java) R 27372 27369 27042 0 -1 64 3021 0 1 0 58 2 0 0 25 0 9 0 24924234 885514240 13157 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27373/tid=27375] ppid=27372 vsize=864760 CPUtime=0.4
/proc/27373/task/27375/stat : 27375 (java) R 27372 27369 27042 0 -1 64 10895 0 0 0 35 5 0 0 16 0 9 0 24924235 885514240 13157 996147200 134512640 134550932 4294955984 18446744073709551615 104516260 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27373/tid=27376] ppid=27372 vsize=864760 CPUtime=0
/proc/27373/task/27376/stat : 27376 (java) S 27372 27369 27042 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24924235 885514240 13157 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27373/tid=27377] ppid=27372 vsize=864760 CPUtime=0
/proc/27373/task/27377/stat : 27377 (java) S 27372 27369 27042 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24924235 885514240 13157 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27373/tid=27378] ppid=27372 vsize=864760 CPUtime=0
/proc/27373/task/27378/stat : 27378 (java) S 27372 27369 27042 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24924237 885514240 13157 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27373/tid=27379] ppid=27372 vsize=864760 CPUtime=0.08
/proc/27373/task/27379/stat : 27379 (java) S 27372 27369 27042 0 -1 64 498 0 0 0 8 0 0 0 16 0 9 0 24924237 885514240 13157 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27373/tid=27380] ppid=27372 vsize=864760 CPUtime=0
/proc/27373/task/27380/stat : 27380 (java) S 27372 27369 27042 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24924237 885514240 13157 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27373/tid=27381] ppid=27372 vsize=864760 CPUtime=0
/proc/27373/task/27381/stat : 27381 (java) S 27372 27369 27042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24924237 885514240 13157 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 886984
heavy processes:

[startup+6.30252 s]
/proc/loadavg: 2.56 2.35 2.19 4/94 27391
/proc/meminfo: memFree=946616/2055912 swapFree=4192812/4192956
[pid=27369] ppid=27367 vsize=16868 CPUtime=3.42
/proc/27369/stat : 27369 (sugar) S 27367 27369 27042 0 -1 4194304 1308 33411 1 1 5 2 315 20 16 0 1 0 24924037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27369/statm: 4217 1111 409 3 0 796 0
[pid=27382] ppid=27369 vsize=5356 CPUtime=0
/proc/27382/stat : 27382 (sh) S 27369 27369 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24924573 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27382/statm: 1339 233 193 169 0 50 0
[pid=27383] ppid=27382 vsize=862284 CPUtime=0.91
/proc/27383/stat : 27383 (java) S 27382 27369 27042 0 -1 0 10043 0 1 0 86 5 0 0 19 0 9 0 24924574 882978816 8988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27383/statm: 215571 8988 2158 9 0 210484 0
[pid=27383/tid=27384] ppid=27382 vsize=862284 CPUtime=0.51
/proc/27383/task/27384/stat : 27384 (java) R 27382 27369 27042 0 -1 64 2124 0 1 0 50 1 0 0 23 0 9 0 24924575 882978816 8988 996147200 134512640 134550932 4294955936 18446744073709551615 4126413273 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27385] ppid=27382 vsize=862284 CPUtime=0.34
/proc/27383/task/27385/stat : 27385 (java) S 27382 27369 27042 0 -1 64 6912 0 0 0 31 3 0 0 16 0 9 0 24924576 882978816 8988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27386] ppid=27382 vsize=862284 CPUtime=0
/proc/27383/task/27386/stat : 27386 (java) S 27382 27369 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24924576 882978816 8988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27387] ppid=27382 vsize=862284 CPUtime=0
/proc/27383/task/27387/stat : 27387 (java) S 27382 27369 27042 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24924576 882978816 8988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27388] ppid=27382 vsize=862284 CPUtime=0
/proc/27383/task/27388/stat : 27388 (java) S 27382 27369 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24924578 882978816 8988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27389] ppid=27382 vsize=862284 CPUtime=0.03
/proc/27383/task/27389/stat : 27389 (java) S 27382 27369 27042 0 -1 64 305 0 0 0 3 0 0 0 16 0 9 0 24924578 882978816 8988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27390] ppid=27382 vsize=862284 CPUtime=0
/proc/27383/task/27390/stat : 27390 (java) S 27382 27369 27042 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24924578 882978816 8988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27391] ppid=27382 vsize=862284 CPUtime=0
/proc/27383/task/27391/stat : 27391 (java) S 27382 27369 27042 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24924578 882978816 8988 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 884508
heavy processes:

[startup+12.7022 s]
/proc/loadavg: 2.48 2.34 2.19 3/94 27391
/proc/meminfo: memFree=850424/2055912 swapFree=4192812/4192956
[pid=27369] ppid=27367 vsize=16868 CPUtime=3.42
/proc/27369/stat : 27369 (sugar) S 27367 27369 27042 0 -1 4194304 1308 33411 1 1 5 2 315 20 16 0 1 0 24924037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27369/statm: 4217 1111 409 3 0 796 0
[pid=27382] ppid=27369 vsize=5356 CPUtime=0
/proc/27382/stat : 27382 (sh) S 27369 27369 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24924573 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27382/statm: 1339 233 193 169 0 50 0
[pid=27383] ppid=27382 vsize=868528 CPUtime=7.25
/proc/27383/stat : 27383 (java) S 27382 27369 27042 0 -1 0 21897 0 1 0 711 14 0 0 19 0 9 0 24924574 889372672 16207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27383/statm: 217132 16207 2568 9 0 211637 0
[pid=27383/tid=27384] ppid=27382 vsize=868528 CPUtime=5.77
/proc/27383/task/27384/stat : 27384 (java) R 27382 27369 27042 0 -1 64 3315 0 1 0 573 4 0 0 25 0 9 0 24924575 889372672 16207 996147200 134512640 134550932 4294955936 18446744073709551615 4126500688 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27385] ppid=27382 vsize=868528 CPUtime=1.26
/proc/27383/task/27385/stat : 27385 (java) S 27382 27369 27042 0 -1 64 16394 0 0 0 117 9 0 0 16 0 9 0 24924576 889372672 16207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27386] ppid=27382 vsize=868528 CPUtime=0
/proc/27383/task/27386/stat : 27386 (java) S 27382 27369 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24924576 889372672 16207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27387] ppid=27382 vsize=868528 CPUtime=0
/proc/27383/task/27387/stat : 27387 (java) S 27382 27369 27042 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24924576 889372672 16207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27388] ppid=27382 vsize=868528 CPUtime=0
/proc/27383/task/27388/stat : 27388 (java) S 27382 27369 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24924578 889372672 16207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27389] ppid=27382 vsize=868528 CPUtime=0.19
/proc/27383/task/27389/stat : 27389 (java) S 27382 27369 27042 0 -1 64 1486 0 0 0 19 0 0 0 15 0 9 0 24924578 889372672 16207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27390] ppid=27382 vsize=868528 CPUtime=0
/proc/27383/task/27390/stat : 27390 (java) S 27382 27369 27042 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24924578 889372672 16207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27391] ppid=27382 vsize=868528 CPUtime=0
/proc/27383/task/27391/stat : 27391 (java) S 27382 27369 27042 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24924578 889372672 16207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.67
Current children cumulated vsize (KiB) 890752

[startup+25.5025 s]
/proc/loadavg: 2.48 2.34 2.19 3/94 27391
/proc/meminfo: memFree=718008/2055912 swapFree=4192812/4192956
[pid=27369] ppid=27367 vsize=16868 CPUtime=3.42
/proc/27369/stat : 27369 (sugar) S 27367 27369 27042 0 -1 4194304 1308 33411 1 1 5 2 315 20 16 0 1 0 24924037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27369/statm: 4217 1111 409 3 0 796 0
[pid=27382] ppid=27369 vsize=5356 CPUtime=0
/proc/27382/stat : 27382 (sh) S 27369 27369 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24924573 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27382/statm: 1339 233 193 169 0 50 0
[pid=27383] ppid=27382 vsize=868528 CPUtime=19.97
/proc/27383/stat : 27383 (java) S 27382 27369 27042 0 -1 0 34597 0 1 0 1973 24 0 0 19 0 9 0 24924574 889372672 24136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27383/statm: 217132 24136 2568 9 0 211637 0
[pid=27383/tid=27384] ppid=27382 vsize=868528 CPUtime=17.19
/proc/27383/task/27384/stat : 27384 (java) R 27382 27369 27042 0 -1 64 4064 0 1 0 1714 5 0 0 25 0 9 0 24924575 889372672 24136 996147200 134512640 134550932 4294955936 18446744073709551615 4126499376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27385] ppid=27382 vsize=868528 CPUtime=2.53
/proc/27383/task/27385/stat : 27385 (java) S 27382 27369 27042 0 -1 64 28337 0 0 0 237 16 0 0 16 0 9 0 24924576 889372672 24136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27386] ppid=27382 vsize=868528 CPUtime=0
/proc/27383/task/27386/stat : 27386 (java) S 27382 27369 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24924576 889372672 24136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27387] ppid=27382 vsize=868528 CPUtime=0
/proc/27383/task/27387/stat : 27387 (java) S 27382 27369 27042 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24924576 889372672 24136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27388] ppid=27382 vsize=868528 CPUtime=0
/proc/27383/task/27388/stat : 27388 (java) S 27382 27369 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24924578 889372672 24136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27389] ppid=27382 vsize=868528 CPUtime=0.2
/proc/27383/task/27389/stat : 27389 (java) S 27382 27369 27042 0 -1 64 1494 0 0 0 20 0 0 0 15 0 9 0 24924578 889372672 24136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27390] ppid=27382 vsize=868528 CPUtime=0
/proc/27383/task/27390/stat : 27390 (java) S 27382 27369 27042 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24924578 889372672 24136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27391] ppid=27382 vsize=868528 CPUtime=0
/proc/27383/task/27391/stat : 27391 (java) S 27382 27369 27042 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24924578 889372672 24136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.39
Current children cumulated vsize (KiB) 890752

[startup+51.1022 s]
/proc/loadavg: 2.45 2.35 2.19 3/94 27391
/proc/meminfo: memFree=460984/2055912 swapFree=4192812/4192956
[pid=27369] ppid=27367 vsize=16868 CPUtime=3.42
/proc/27369/stat : 27369 (sugar) S 27367 27369 27042 0 -1 4194304 1308 33411 1 1 5 2 315 20 16 0 1 0 24924037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27369/statm: 4217 1111 409 3 0 796 0
[pid=27382] ppid=27369 vsize=5356 CPUtime=0
/proc/27382/stat : 27382 (sh) S 27369 27369 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24924573 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27382/statm: 1339 233 193 169 0 50 0
[pid=27383] ppid=27382 vsize=868528 CPUtime=45.4

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

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

[startup+947.207 s]
/proc/loadavg: 2.20 2.27 2.28 3/93 27507
/proc/meminfo: memFree=15600/2055912 swapFree=4192812/4192956
[pid=27369] ppid=27367 vsize=16868 CPUtime=3.43
/proc/27369/stat : 27369 (sugar) S 27367 27369 27042 0 -1 4194304 1309 33411 1 1 6 2 315 20 16 0 1 0 24924037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27369/statm: 4217 1111 409 3 0 796 0
[pid=27382] ppid=27369 vsize=5356 CPUtime=0
/proc/27382/stat : 27382 (sh) S 27369 27369 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24924573 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27382/statm: 1339 233 193 169 0 50 0
[pid=27383] ppid=27382 vsize=868640 CPUtime=927.6
/proc/27383/stat : 27383 (java) S 27382 27369 27042 0 -1 0 151650 0 3 0 90890 1870 0 0 19 0 9 0 24924574 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27383/statm: 217160 123729 2593 9 0 211637 0
[pid=27383/tid=27384] ppid=27382 vsize=868640 CPUtime=906.89
/proc/27383/task/27384/stat : 27384 (java) R 27382 27369 27042 0 -1 64 11236 0 3 0 88909 1780 0 0 25 0 9 0 24924575 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4126977152 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27383/tid=27385] ppid=27382 vsize=868640 CPUtime=20.36
/proc/27383/task/27385/stat : 27385 (java) S 27382 27369 27042 0 -1 64 138163 0 0 0 1949 87 0 0 16 0 9 0 24924576 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27383/tid=27386] ppid=27382 vsize=868640 CPUtime=0
/proc/27383/task/27386/stat : 27386 (java) S 27382 27369 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24924576 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27383/tid=27387] ppid=27382 vsize=868640 CPUtime=0
/proc/27383/task/27387/stat : 27387 (java) S 27382 27369 27042 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24924576 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27383/tid=27388] ppid=27382 vsize=868640 CPUtime=0
/proc/27383/task/27388/stat : 27388 (java) S 27382 27369 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24924578 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27389] ppid=27382 vsize=868640 CPUtime=0.3
/proc/27383/task/27389/stat : 27389 (java) S 27382 27369 27042 0 -1 64 1549 0 0 0 30 0 0 0 16 0 9 0 24924578 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27383/tid=27390] ppid=27382 vsize=868640 CPUtime=0
/proc/27383/task/27390/stat : 27390 (java) S 27382 27369 27042 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24924578 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27391] ppid=27382 vsize=868640 CPUtime=0
/proc/27383/task/27391/stat : 27391 (java) S 27382 27369 27042 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24924578 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 931.03
Current children cumulated vsize (KiB) 890864

[startup+972.802 s]
/proc/loadavg: 2.13 2.24 2.27 3/93 27507
/proc/meminfo: memFree=15472/2055912 swapFree=4192812/4192956
[pid=27369] ppid=27367 vsize=16868 CPUtime=3.43
/proc/27369/stat : 27369 (sugar) S 27367 27369 27042 0 -1 4194304 1309 33411 1 1 6 2 315 20 16 0 1 0 24924037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27369/statm: 4217 1111 409 3 0 796 0
[pid=27382] ppid=27369 vsize=5356 CPUtime=0
/proc/27382/stat : 27382 (sh) S 27369 27369 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24924573 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27382/statm: 1339 233 193 169 0 50 0
[pid=27383] ppid=27382 vsize=868640 CPUtime=952.78
/proc/27383/stat : 27383 (java) S 27382 27369 27042 0 -1 0 151696 0 3 0 93357 1921 0 0 19 0 9 0 24924574 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27383/statm: 217160 123729 2593 9 0 211637 0
[pid=27383/tid=27384] ppid=27382 vsize=868640 CPUtime=931.98
/proc/27383/task/27384/stat : 27384 (java) R 27382 27369 27042 0 -1 64 11282 0 3 0 91367 1831 0 0 25 0 9 0 24924575 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4126448576 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27383/tid=27385] ppid=27382 vsize=868640 CPUtime=20.46
/proc/27383/task/27385/stat : 27385 (java) S 27382 27369 27042 0 -1 64 138163 0 0 0 1958 88 0 0 16 0 9 0 24924576 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27383/tid=27386] ppid=27382 vsize=868640 CPUtime=0
/proc/27383/task/27386/stat : 27386 (java) S 27382 27369 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24924576 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27383/tid=27387] ppid=27382 vsize=868640 CPUtime=0
/proc/27383/task/27387/stat : 27387 (java) S 27382 27369 27042 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24924576 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27383/tid=27388] ppid=27382 vsize=868640 CPUtime=0
/proc/27383/task/27388/stat : 27388 (java) S 27382 27369 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24924578 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27389] ppid=27382 vsize=868640 CPUtime=0.3
/proc/27383/task/27389/stat : 27389 (java) S 27382 27369 27042 0 -1 64 1549 0 0 0 30 0 0 0 16 0 9 0 24924578 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27383/tid=27390] ppid=27382 vsize=868640 CPUtime=0
/proc/27383/task/27390/stat : 27390 (java) S 27382 27369 27042 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24924578 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27391] ppid=27382 vsize=868640 CPUtime=0
/proc/27383/task/27391/stat : 27391 (java) S 27382 27369 27042 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24924578 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 956.21
Current children cumulated vsize (KiB) 890864

[startup+979.201 s]
/proc/loadavg: 2.12 2.24 2.27 3/93 27507
/proc/meminfo: memFree=14960/2055912 swapFree=4192812/4192956
[pid=27369] ppid=27367 vsize=16868 CPUtime=3.43
/proc/27369/stat : 27369 (sugar) S 27367 27369 27042 0 -1 4194304 1309 33411 1 1 6 2 315 20 16 0 1 0 24924037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27369/statm: 4217 1111 409 3 0 796 0
[pid=27382] ppid=27369 vsize=5356 CPUtime=0
/proc/27382/stat : 27382 (sh) S 27369 27369 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24924573 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27382/statm: 1339 233 193 169 0 50 0
[pid=27383] ppid=27382 vsize=868640 CPUtime=959.07
/proc/27383/stat : 27383 (java) S 27382 27369 27042 0 -1 0 151708 0 3 0 93972 1935 0 0 19 0 9 0 24924574 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27383/statm: 217160 123729 2593 9 0 211637 0
[pid=27383/tid=27384] ppid=27382 vsize=868640 CPUtime=938.24
/proc/27383/task/27384/stat : 27384 (java) R 27382 27369 27042 0 -1 64 11294 0 3 0 91979 1845 0 0 25 0 9 0 24924575 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4126575504 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27383/tid=27385] ppid=27382 vsize=868640 CPUtime=20.49
/proc/27383/task/27385/stat : 27385 (java) S 27382 27369 27042 0 -1 64 138163 0 0 0 1961 88 0 0 16 0 9 0 24924576 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27383/tid=27386] ppid=27382 vsize=868640 CPUtime=0
/proc/27383/task/27386/stat : 27386 (java) S 27382 27369 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24924576 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27383/tid=27387] ppid=27382 vsize=868640 CPUtime=0
/proc/27383/task/27387/stat : 27387 (java) S 27382 27369 27042 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24924576 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27383/tid=27388] ppid=27382 vsize=868640 CPUtime=0
/proc/27383/task/27388/stat : 27388 (java) S 27382 27369 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24924578 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27389] ppid=27382 vsize=868640 CPUtime=0.3
/proc/27383/task/27389/stat : 27389 (java) S 27382 27369 27042 0 -1 64 1549 0 0 0 30 0 0 0 16 0 9 0 24924578 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27383/tid=27390] ppid=27382 vsize=868640 CPUtime=0
/proc/27383/task/27390/stat : 27390 (java) S 27382 27369 27042 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24924578 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27391] ppid=27382 vsize=868640 CPUtime=0
/proc/27383/task/27391/stat : 27391 (java) S 27382 27369 27042 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24924578 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 962.5
Current children cumulated vsize (KiB) 890864

[startup+982.406 s]
/proc/loadavg: 2.11 2.23 2.27 3/93 27507
/proc/meminfo: memFree=15728/2055912 swapFree=4192812/4192956
[pid=27369] ppid=27367 vsize=16868 CPUtime=3.43
/proc/27369/stat : 27369 (sugar) S 27367 27369 27042 0 -1 4194304 1309 33411 1 1 6 2 315 20 16 0 1 0 24924037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27369/statm: 4217 1111 409 3 0 796 0
[pid=27382] ppid=27369 vsize=5356 CPUtime=0
/proc/27382/stat : 27382 (sh) S 27369 27369 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24924573 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27382/statm: 1339 233 193 169 0 50 0
[pid=27383] ppid=27382 vsize=868640 CPUtime=962.24
/proc/27383/stat : 27383 (java) S 27382 27369 27042 0 -1 0 151713 0 3 0 94283 1941 0 0 19 0 9 0 24924574 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27383/statm: 217160 123729 2593 9 0 211637 0
[pid=27383/tid=27384] ppid=27382 vsize=868640 CPUtime=941.39
/proc/27383/task/27384/stat : 27384 (java) R 27382 27369 27042 0 -1 64 11299 0 3 0 92289 1850 0 0 25 0 9 0 24924575 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4126571987 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27383/tid=27385] ppid=27382 vsize=868640 CPUtime=20.49
/proc/27383/task/27385/stat : 27385 (java) S 27382 27369 27042 0 -1 64 138163 0 0 0 1961 88 0 0 16 0 9 0 24924576 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27383/tid=27386] ppid=27382 vsize=868640 CPUtime=0
/proc/27383/task/27386/stat : 27386 (java) S 27382 27369 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24924576 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27383/tid=27387] ppid=27382 vsize=868640 CPUtime=0
/proc/27383/task/27387/stat : 27387 (java) S 27382 27369 27042 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24924576 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27383/tid=27388] ppid=27382 vsize=868640 CPUtime=0
/proc/27383/task/27388/stat : 27388 (java) S 27382 27369 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24924578 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27389] ppid=27382 vsize=868640 CPUtime=0.3
/proc/27383/task/27389/stat : 27389 (java) S 27382 27369 27042 0 -1 64 1549 0 0 0 30 0 0 0 16 0 9 0 24924578 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27383/tid=27390] ppid=27382 vsize=868640 CPUtime=0
/proc/27383/task/27390/stat : 27390 (java) S 27382 27369 27042 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24924578 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27383/tid=27391] ppid=27382 vsize=868640 CPUtime=0
/proc/27383/task/27391/stat : 27391 (java) S 27382 27369 27042 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24924578 889487360 123729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 965.67
Current children cumulated vsize (KiB) 890864

[startup+984.002 s]
/proc/loadavg: 2.11 2.23 2.27 3/83 27507
/proc/meminfo: memFree=1302400/2055912 swapFree=4192812/4192956
[pid=27369] ppid=27367 vsize=16868 CPUtime=966.51
/proc/27369/stat : 27369 (sugar) D 27367 27369 27042 0 -1 4194304 1334 185421 1 4 6 74 94602 1969 18 0 1 0 24924037 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/27369/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 966.51
Current children cumulated vsize (KiB) 16868

[startup+985.602 s]
/proc/loadavg: 2.11 2.23 2.27 2/83 27507
/proc/meminfo: memFree=1934016/2055912 swapFree=4192812/4192956
[pid=27369] ppid=27367 vsize=16868 CPUtime=966.58
/proc/27369/stat : 27369 (sugar) D 27367 27369 27042 0 -1 4194304 1334 185421 1 4 6 81 94602 1969 18 0 1 0 24924037 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27369/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 966.58
Current children cumulated vsize (KiB) 16868

[startup+986.002 s]
/proc/loadavg: 2.11 2.23 2.27 2/83 27507
/proc/meminfo: memFree=1934016/2055912 swapFree=4192812/4192956
[pid=27369] ppid=27367 vsize=16868 CPUtime=966.6
/proc/27369/stat : 27369 (sugar) D 27367 27369 27042 0 -1 4194304 1334 185421 1 4 6 83 94602 1969 18 0 1 0 24924037 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27369/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 966.6
Current children cumulated vsize (KiB) 16868

[startup+986.402 s]
/proc/loadavg: 2.11 2.23 2.27 2/83 27507
/proc/meminfo: memFree=1934016/2055912 swapFree=4192812/4192956
[pid=27369] ppid=27367 vsize=16868 CPUtime=966.62
/proc/27369/stat : 27369 (sugar) D 27367 27369 27042 0 -1 4194304 1334 185421 1 4 6 85 94602 1969 18 0 1 0 24924037 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/27369/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 966.62
Current children cumulated vsize (KiB) 16868

[startup+986.503 s]
/proc/loadavg: 2.11 2.23 2.27 2/83 27507
/proc/meminfo: memFree=1934016/2055912 swapFree=4192812/4192956
[pid=27369] ppid=27367 vsize=16868 CPUtime=966.63
/proc/27369/stat : 27369 (sugar) D 27367 27369 27042 0 -1 4194304 1334 185421 1 4 6 86 94602 1969 18 0 1 0 24924037 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/27369/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 966.63
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 986.52
CPU time (s): 966.651
CPU user time (s): 946.088
CPU system time (s): 20.5629
CPU usage (%): 97.986
Max. virtual memory (cumulated for all children) (KiB): 905004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 946.088
system time used= 20.5629
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186816
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48683
involuntary context switches= 56896

runsolver used 1.20282 second user time and 3.53246 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 08:03:15
IDJOB=2084007
IDBENCH=58005
IDSOLVER=739
FILE ID=node78/2084007-1247378594
PBS_JOBID= 9507167
Free space on /tmp= 125196 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp29/normalized-fapp29-2900-8.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-2084007-1247378594/watcher-2084007-1247378594 -o /tmp/evaluation-result-2084007-1247378594/solver-2084007-1247378594 -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-2084007-1247378594.xml

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

MD5SUM BENCH= 35a8bf7f59906fff224d03925643a0f8
RANDOM SEED=647415528

node78.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.232
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.232
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:      2055912 kB
MemFree:        995504 kB
Buffers:          1648 kB
Cached:         691816 kB
SwapCached:          0 kB
Active:         797336 kB
Inactive:       189852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:        995504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          209740 kB
Writeback:           0 kB
Mapped:         314972 kB
Slab:            57696 kB
Committed_AS:   611504 kB
PageTables:       2524 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126800 MiB
End job on node78 at 2009-07-12 08:19:41