Trace number 2068145

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? 215.124 224.236

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-pp08a.xml
MD5SUMa9d40c25866097106cb033e6904f8f0b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1046.26
Satisfiable
(Un)Satisfiability was proved
Number of variables5344
Number of constraints200
Maximum constraint arity240
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension200
Global constraints used (with number of constraints)

Solver Data

0.03/0.27	c 0	Sugar v1-14-6 + HOME/minisat
0.07/0.30	c 0	BEGIN Sat Jul 11 23:04:25 2009
0.07/0.30	c 0	PID 15456
0.07/0.32	c 0	HOST node41.alineos.net
0.07/0.32	c 0	CONVERTING HOME/instance-2068145-1247346264.xml TO HOME/temp.csp
0.07/0.32	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068145-1247346264.xml' 'HOME/temp.csp'
0.48/1.09	c 1	2 domains, 5344 variables, 6 predicates, 0 relations, 200 constraints
0.58/1.12	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.58/1.12	c 1	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'
0.58/1.20	c 1	Parsing HOME/temp.csp
0.59/1.37	c 1	parsed 5552 expressions
0.59/1.38	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.59/1.38	c 1	Converting to clausal form CSP
0.59/1.41	c 1	converted 556 (10%) expressions
0.59/1.41	c 1	converted 1111 (20%) expressions
0.59/1.43	c 1	converted 1666 (30%) expressions
0.59/1.43	c 1	converted 2221 (40%) expressions
0.59/1.43	c 1	converted 2776 (50%) expressions
0.59/1.43	c 1	converted 3332 (60%) expressions
0.59/1.43	c 1	converted 3887 (70%) expressions
0.59/1.47	c 1	converted 4442 (80%) expressions
0.59/1.47	c 1	converted 4997 (90%) expressions
2.24/2.81	c 2	converted 5552 (100%) expressions
2.24/2.82	c 2	CSP : 10888 integers, 0 booleans, 11288 clauses, largest domain size 164809
2.24/2.82	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.24/2.82	c 2	Propagation in CSP
2.44/3.00	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.44/3.01	c 3	CSP : 10888 integers, 0 booleans, 11288 clauses, largest domain size 164809
2.44/3.01	c 3	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.44/3.02	c 3	Simplifing CSP by introducing new Boolean variables
2.44/3.03	c 3	CSP : 10888 integers, 0 booleans, 11288 clauses, largest domain size 164809
2.44/3.03	c 3	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.54/3.12	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.54/3.13	c 3	1089 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.54/3.14	c 3	2178 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.54/3.16	c 3	3267 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.54/3.16	c 3	4356 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.54/3.18	c 3	5444 (50%) CSP integer variables are encoded (13465 clauses, 191360 bytes)
66.72/69.10	c 69	6533 (60%) CSP integer variables are encoded (45659838 clauses, 936675296 bytes)
123.83/128.06	c 128	7622 (70%) CSP integer variables are encoded (86262796 clauses, 1789337414 bytes)
180.28/186.57	c 186	8711 (80%) CSP integer variables are encoded (126891054 clauses, 2696327475 bytes)
214.11/221.66	c 221	ERROR Exception Too large HOME/temp.cnf
214.11/221.66	c 221	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:208)
214.11/221.66	c 221	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
214.11/221.66	c 221	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
214.11/221.66	s UNKNOWN
214.18/221.71	c 221	CPU 214.18 (0.05 0.02 190.97 23.14)
214.18/221.71	c 221	END Sat Jul 11 23:08:06 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-2068145-1247346264/watcher-2068145-1247346264 -o /tmp/evaluation-result-2068145-1247346264/solver-2068145-1247346264 -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-2068145-1247346264.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: 3.16 2.98 2.41 4/84 15456
/proc/meminfo: memFree=1602128/2055920 swapFree=4192812/4192956
[pid=15456] ppid=15454 vsize=18576 CPUtime=0
/proc/15456/stat : 15456 (runsolver) R 15454 15456 14335 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21318161 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 209135922471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15456/statm: 4644 284 249 26 0 2626 0

[startup+0.00973895 s]
/proc/loadavg: 3.16 2.98 2.41 4/84 15456
/proc/meminfo: memFree=1602128/2055920 swapFree=4192812/4192956
[pid=15456] ppid=15454 vsize=18576 CPUtime=0
/proc/15456/stat : 15456 (runsolver) D 15454 15456 14335 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21318161 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 209135922471 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/15456/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101748 s]
/proc/loadavg: 3.16 2.98 2.41 4/84 15456
/proc/meminfo: memFree=1602128/2055920 swapFree=4192812/4192956
[pid=15456] ppid=15454 vsize=12268 CPUtime=0
/proc/15456/stat : 15456 (sugar) D 15454 15456 14335 0 -1 4194304 348 0 4 0 0 0 0 0 18 0 1 0 21318161 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/15456/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301765 s]
/proc/loadavg: 3.16 2.98 2.41 4/84 15456
/proc/meminfo: memFree=1602128/2055920 swapFree=4192812/4192956
[pid=15456] ppid=15454 vsize=16744 CPUtime=0.07
/proc/15456/stat : 15456 (sugar) D 15454 15456 14335 0 -1 4194304 1131 0 6 0 5 2 0 0 18 0 1 0 21318161 17145856 1105 996147200 4194304 4206940 548682068608 18446744073709551615 209136091218 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15456/statm: 4186 1105 403 3 0 765 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16744

[startup+0.701806 s]
/proc/loadavg: 3.16 2.98 2.41 4/84 15456
/proc/meminfo: memFree=1602128/2055920 swapFree=4192812/4192956
[pid=15456] ppid=15454 vsize=16868 CPUtime=0.07
/proc/15456/stat : 15456 (sugar) S 15454 15456 14335 0 -1 4194304 1221 128 6 0 5 2 0 0 18 0 1 0 21318161 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15456/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50288 s]
/proc/loadavg: 3.16 2.98 2.41 4/95 15468
/proc/meminfo: memFree=1578808/2055920 swapFree=4192812/4192956
[pid=15456] ppid=15454 vsize=16868 CPUtime=0.59
/proc/15456/stat : 15456 (sugar) S 15454 15456 14335 0 -1 4194304 1303 5442 6 62 5 2 45 7 15 0 1 0 21318161 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15456/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 16868

[startup+3.10203 s]
/proc/loadavg: 3.16 2.98 2.41 3/95 15478
/proc/meminfo: memFree=1569592/2055920 swapFree=4192812/4192956
[pid=15456] ppid=15454 vsize=16868 CPUtime=0.59
/proc/15456/stat : 15456 (sugar) S 15454 15456 14335 0 -1 4194304 1304 5442 6 62 5 2 45 7 15 0 1 0 21318161 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15456/statm: 4217 1111 409 3 0 796 0
[pid=15469] ppid=15456 vsize=5356 CPUtime=0
/proc/15469/stat : 15469 (sh) S 15456 15456 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21318273 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15469/statm: 1339 233 193 169 0 50 0
[pid=15470] ppid=15469 vsize=868816 CPUtime=1.95
/proc/15470/stat : 15470 (java) S 15469 15456 14335 0 -1 0 9470 0 4 0 189 6 0 0 18 0 9 0 21318273 889667584 8587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15470/statm: 217204 8587 2566 9 0 211709 0
[pid=15470/tid=15471] ppid=15469 vsize=868816 CPUtime=1.3
/proc/15470/task/15471/stat : 15471 (java) R 15469 15456 14335 0 -1 64 2858 0 4 0 128 2 0 0 25 0 9 0 21318274 889667584 8587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15472] ppid=15469 vsize=868816 CPUtime=0.42
/proc/15470/task/15472/stat : 15472 (java) R 15469 15456 14335 0 -1 64 4413 0 0 0 40 2 0 0 16 0 9 0 21318276 889667584 8587 996147200 134512640 134550932 4294955936 18446744073709551615 104190886 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15473] ppid=15469 vsize=868816 CPUtime=0
/proc/15470/task/15473/stat : 15473 (java) S 15469 15456 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21318276 889667584 8587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15474] ppid=15469 vsize=868816 CPUtime=0
/proc/15470/task/15474/stat : 15474 (java) S 15469 15456 14335 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21318276 889667584 8587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15475] ppid=15469 vsize=868816 CPUtime=0
/proc/15470/task/15475/stat : 15475 (java) S 15469 15456 14335 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21318278 889667584 8587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15476] ppid=15469 vsize=868816 CPUtime=0.2
/proc/15470/task/15476/stat : 15476 (java) S 15469 15456 14335 0 -1 64 1501 0 0 0 20 0 0 0 16 0 9 0 21318278 889667584 8587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15477] ppid=15469 vsize=868816 CPUtime=0
/proc/15470/task/15477/stat : 15477 (java) S 15469 15456 14335 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21318278 889667584 8587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15478] ppid=15469 vsize=868816 CPUtime=0
/proc/15470/task/15478/stat : 15478 (java) S 15469 15456 14335 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21318278 889667584 8587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 891040

[startup+6.3023 s]
/proc/loadavg: 3.06 2.96 2.41 3/95 15478
/proc/meminfo: memFree=1532984/2055920 swapFree=4192812/4192956
[pid=15456] ppid=15454 vsize=16868 CPUtime=0.59
/proc/15456/stat : 15456 (sugar) S 15454 15456 14335 0 -1 4194304 1304 5442 6 62 5 2 45 7 16 0 1 0 21318161 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15456/statm: 4217 1111 409 3 0 796 0
[pid=15469] ppid=15456 vsize=5356 CPUtime=0
/proc/15469/stat : 15469 (sh) S 15456 15456 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21318273 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15469/statm: 1339 233 193 169 0 50 0
[pid=15470] ppid=15469 vsize=868708 CPUtime=5.12
/proc/15470/stat : 15470 (java) S 15469 15456 14335 0 -1 0 10206 0 5 0 478 34 0 0 18 0 9 0 21318273 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15470/statm: 217177 8627 2590 9 0 211654 0
[pid=15470/tid=15471] ppid=15469 vsize=868708 CPUtime=4.21
/proc/15470/task/15471/stat : 15471 (java) R 15469 15456 14335 0 -1 64 3569 0 5 0 395 26 0 0 25 0 9 0 21318274 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 102094027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15472] ppid=15469 vsize=868708 CPUtime=0.65
/proc/15470/task/15472/stat : 15472 (java) S 15469 15456 14335 0 -1 64 4413 0 0 0 59 6 0 0 16 0 9 0 21318276 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15473] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15473/stat : 15473 (java) S 15469 15456 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21318276 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15474] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15474/stat : 15474 (java) S 15469 15456 14335 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21318276 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15475] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15475/stat : 15475 (java) S 15469 15456 14335 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15476] ppid=15469 vsize=868708 CPUtime=0.24
/proc/15470/task/15476/stat : 15476 (java) S 15469 15456 14335 0 -1 64 1526 0 0 0 23 1 0 0 16 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15477] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15477/stat : 15477 (java) S 15469 15456 14335 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15478] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15478/stat : 15478 (java) S 15469 15456 14335 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 890932

[startup+12.7029 s]
/proc/loadavg: 2.98 2.94 2.41 3/95 15478
/proc/meminfo: memFree=1438520/2055920 swapFree=4192812/4192956
[pid=15456] ppid=15454 vsize=16868 CPUtime=0.59
/proc/15456/stat : 15456 (sugar) S 15454 15456 14335 0 -1 4194304 1304 5442 6 62 5 2 45 7 16 0 1 0 21318161 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15456/statm: 4217 1111 409 3 0 796 0
[pid=15469] ppid=15456 vsize=5356 CPUtime=0
/proc/15469/stat : 15469 (sh) S 15456 15456 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21318273 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15469/statm: 1339 233 193 169 0 50 0
[pid=15470] ppid=15469 vsize=868708 CPUtime=11.46
/proc/15470/stat : 15470 (java) S 15469 15456 14335 0 -1 0 11545 0 5 0 1050 96 0 0 18 0 9 0 21318273 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15470/statm: 217177 8627 2590 9 0 211654 0
[pid=15470/tid=15471] ppid=15469 vsize=868708 CPUtime=10.13
/proc/15470/task/15471/stat : 15471 (java) R 15469 15456 14335 0 -1 64 4908 0 5 0 933 80 0 0 25 0 9 0 21318274 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4126570135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15472] ppid=15469 vsize=868708 CPUtime=1.07
/proc/15470/task/15472/stat : 15472 (java) S 15469 15456 14335 0 -1 64 4413 0 0 0 93 14 0 0 16 0 9 0 21318276 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15473] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15473/stat : 15473 (java) S 15469 15456 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21318276 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15474] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15474/stat : 15474 (java) S 15469 15456 14335 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21318276 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15475] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15475/stat : 15475 (java) S 15469 15456 14335 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15476] ppid=15469 vsize=868708 CPUtime=0.24
/proc/15470/task/15476/stat : 15476 (java) S 15469 15456 14335 0 -1 64 1526 0 0 0 23 1 0 0 16 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15477] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15477/stat : 15477 (java) S 15469 15456 14335 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15478] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15478/stat : 15478 (java) S 15469 15456 14335 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 890932

[startup+25.503 s]
/proc/loadavg: 2.76 2.90 2.40 3/95 15478
/proc/meminfo: memFree=1255032/2055920 swapFree=4192812/4192956
[pid=15456] ppid=15454 vsize=16868 CPUtime=0.59
/proc/15456/stat : 15456 (sugar) S 15454 15456 14335 0 -1 4194304 1304 5442 6 62 5 2 45 7 16 0 1 0 21318161 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15456/statm: 4217 1111 409 3 0 796 0
[pid=15469] ppid=15456 vsize=5356 CPUtime=0
/proc/15469/stat : 15469 (sh) S 15456 15456 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21318273 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15469/statm: 1339 233 193 169 0 50 0
[pid=15470] ppid=15469 vsize=868708 CPUtime=23.84
/proc/15470/stat : 15470 (java) S 15469 15456 14335 0 -1 0 13992 0 5 0 2152 232 0 0 18 0 9 0 21318273 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15470/statm: 217177 8627 2590 9 0 211654 0
[pid=15470/tid=15471] ppid=15469 vsize=868708 CPUtime=21.68
/proc/15470/task/15471/stat : 15471 (java) R 15469 15456 14335 0 -1 64 7355 0 5 0 1971 197 0 0 25 0 9 0 21318274 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4126431539 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15472] ppid=15469 vsize=868708 CPUtime=1.92
/proc/15470/task/15472/stat : 15472 (java) S 15469 15456 14335 0 -1 64 4413 0 0 0 158 34 0 0 16 0 9 0 21318276 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15473] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15473/stat : 15473 (java) S 15469 15456 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21318276 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15474] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15474/stat : 15474 (java) S 15469 15456 14335 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21318276 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15475] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15475/stat : 15475 (java) S 15469 15456 14335 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15476] ppid=15469 vsize=868708 CPUtime=0.24
/proc/15470/task/15476/stat : 15476 (java) S 15469 15456 14335 0 -1 64 1526 0 0 0 23 1 0 0 16 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15477] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15477/stat : 15477 (java) S 15469 15456 14335 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15478] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15478/stat : 15478 (java) S 15469 15456 14335 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.43
Current children cumulated vsize (KiB) 890932

[startup+51.1023 s]
/proc/loadavg: 2.72 2.87 2.41 3/95 15478
/proc/meminfo: memFree=891512/2055920 swapFree=4192812/4192956
[pid=15456] ppid=15454 vsize=16868 CPUtime=0.59
/proc/15456/stat : 15456 (sugar) S 15454 15456 14335 0 -1 4194304 1304 5442 6 62 5 2 45 7 16 0 1 0 21318161 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15456/statm: 4217 1111 409 3 0 796 0
[pid=15469] ppid=15456 vsize=5356 CPUtime=0
/proc/15469/stat : 15469 (sh) S 15456 15456 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21318273 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15469/statm: 1339 233 193 169 0 50 0
[pid=15470] ppid=15469 vsize=868708 CPUtime=48.83
/proc/15470/stat : 15470 (java) S 15469 15456 14335 0 -1 0 18887 0 5 0 4395 488 0 0 18 0 9 0 21318273 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15470/statm: 217177 8627 2590 9 0 211654 0
[pid=15470/tid=15471] ppid=15469 vsize=868708 CPUtime=45.13
/proc/15470/task/15471/stat : 15471 (java) R 15469 15456 14335 0 -1 64 12250 0 5 0 4090 423 0 0 25 0 9 0 21318274 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4126983353 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15472] ppid=15469 vsize=868708 CPUtime=3.44
/proc/15470/task/15472/stat : 15472 (java) S 15469 15456 14335 0 -1 64 4413 0 0 0 281 63 0 0 16 0 9 0 21318276 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15473] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15473/stat : 15473 (java) S 15469 15456 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21318276 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15474] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15474/stat : 15474 (java) S 15469 15456 14335 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21318276 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15475] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15475/stat : 15475 (java) S 15469 15456 14335 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15476] ppid=15469 vsize=868708 CPUtime=0.24
/proc/15470/task/15476/stat : 15476 (java) S 15469 15456 14335 0 -1 64 1526 0 0 0 23 1 0 0 16 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15477] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15477/stat : 15477 (java) S 15469 15456 14335 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15478] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15478/stat : 15478 (java) S 15469 15456 14335 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.42
Current children cumulated vsize (KiB) 890932

[startup+102.308 s]
/proc/loadavg: 2.59 2.81 2.41 3/93 15527
/proc/meminfo: memFree=435144/2055920 swapFree=4192812/4192956
[pid=15456] ppid=15454 vsize=16868 CPUtime=0.59
/proc/15456/stat : 15456 (sugar) S 15454 15456 14335 0 -1 4194304 1304 5442 6 62 5 2 45 7 16 0 1 0 21318161 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15456/statm: 4217 1111 409 3 0 796 0
[pid=15469] ppid=15456 vsize=5356 CPUtime=0
/proc/15469/stat : 15469 (sh) S 15456 15456 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21318273 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15469/statm: 1339 233 193 169 0 50 0
[pid=15470] ppid=15469 vsize=868708 CPUtime=98.43
/proc/15470/stat : 15470 (java) S 15469 15456 14335 0 -1 0 28701 0 5 0 8829 1014 0 0 18 0 9 0 21318273 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15470/statm: 217177 8627 2590 9 0 211654 0
[pid=15470/tid=15471] ppid=15469 vsize=868708 CPUtime=91.71
/proc/15470/task/15471/stat : 15471 (java) R 15469 15456 14335 0 -1 64 22064 0 5 0 8287 884 0 0 25 0 9 0 21318274 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4126430014 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15472] ppid=15469 vsize=868708 CPUtime=6.45
/proc/15470/task/15472/stat : 15472 (java) S 15469 15456 14335 0 -1 64 4413 0 0 0 518 127 0 0 16 0 9 0 21318276 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15473] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15473/stat : 15473 (java) S 15469 15456 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21318276 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15474] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15474/stat : 15474 (java) S 15469 15456 14335 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21318276 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15475] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15475/stat : 15475 (java) S 15469 15456 14335 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15476] ppid=15469 vsize=868708 CPUtime=0.24
/proc/15470/task/15476/stat : 15476 (java) S 15469 15456 14335 0 -1 64 1526 0 0 0 23 1 0 0 16 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15477] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15477/stat : 15477 (java) S 15469 15456 14335 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15478] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15478/stat : 15478 (java) S 15469 15456 14335 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.02
Current children cumulated vsize (KiB) 890932

[startup+162.302 s]
/proc/loadavg: 2.71 2.80 2.43 4/92 15537
/proc/meminfo: memFree=15496/2055920 swapFree=4192812/4192956
[pid=15456] ppid=15454 vsize=16868 CPUtime=0.59
/proc/15456/stat : 15456 (sugar) S 15454 15456 14335 0 -1 4194304 1304 5442 6 62 5 2 45 7 16 0 1 0 21318161 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15456/statm: 4217 1111 409 3 0 796 0
[pid=15469] ppid=15456 vsize=5356 CPUtime=0
/proc/15469/stat : 15469 (sh) S 15456 15456 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21318273 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15469/statm: 1339 233 193 169 0 50 0
[pid=15470] ppid=15469 vsize=868708 CPUtime=156.34
/proc/15470/stat : 15470 (java) S 15469 15456 14335 0 -1 0 40426 0 5 0 13980 1654 0 0 18 0 9 0 21318273 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15470/statm: 217177 8627 2590 9 0 211654 0
[pid=15470/tid=15471] ppid=15469 vsize=868708 CPUtime=145.78
/proc/15470/task/15471/stat : 15471 (java) R 15469 15456 14335 0 -1 64 33789 0 5 0 13131 1447 0 0 25 0 9 0 21318274 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15470/tid=15472] ppid=15469 vsize=868708 CPUtime=10.3
/proc/15470/task/15472/stat : 15472 (java) S 15469 15456 14335 0 -1 64 4413 0 0 0 825 205 0 0 16 0 9 0 21318276 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15470/tid=15473] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15473/stat : 15473 (java) S 15469 15456 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21318276 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15474] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15474/stat : 15474 (java) S 15469 15456 14335 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21318276 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15475] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15475/stat : 15475 (java) S 15469 15456 14335 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15476] ppid=15469 vsize=868708 CPUtime=0.24
/proc/15470/task/15476/stat : 15476 (java) S 15469 15456 14335 0 -1 64 1526 0 0 0 23 1 0 0 16 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15477] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15477/stat : 15477 (java) S 15469 15456 14335 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15470/tid=15478] ppid=15469 vsize=868708 CPUtime=0
/proc/15470/task/15478/stat : 15478 (java) S 15469 15456 14335 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21318278 889556992 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 156.93
Current children cumulated vsize (KiB) 890932

[startup+222.301 s]
/proc/loadavg: 2.88 2.83 2.46 3/82 15547
/proc/meminfo: memFree=824984/2055920 swapFree=4192812/4192956
[pid=15456] ppid=15454 vsize=16868 CPUtime=214.74
/proc/15456/stat : 15456 (sugar) R 15454 15456 14335 0 -1 4194304 1329 57391 6 68 5 58 19097 2314 21 0 1 0 21318161 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15456/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 214.74
Current children cumulated vsize (KiB) 16868

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

[startup+223.101 s]
/proc/loadavg: 2.88 2.83 2.46 3/82 15547
/proc/meminfo: memFree=824984/2055920 swapFree=4192812/4192956
[pid=15456] ppid=15454 vsize=16868 CPUtime=215.01
/proc/15456/stat : 15456 (sugar) D 15454 15456 14335 0 -1 4194304 1329 57391 6 68 5 85 19097 2314 18 0 1 0 21318161 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15456/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 215.01
Current children cumulated vsize (KiB) 16868

[startup+223.902 s]
/proc/loadavg: 2.81 2.82 2.46 2/82 15547
/proc/meminfo: memFree=1517848/2055920 swapFree=4192812/4192956
[pid=15456] ppid=15454 vsize=16868 CPUtime=215.07
/proc/15456/stat : 15456 (sugar) D 15454 15456 14335 0 -1 4194304 1329 57391 6 68 5 91 19097 2314 18 0 1 0 21318161 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15456/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 215.07
Current children cumulated vsize (KiB) 16868

[startup+224.103 s]
/proc/loadavg: 2.81 2.82 2.46 2/82 15547
/proc/meminfo: memFree=1517848/2055920 swapFree=4192812/4192956
[pid=15456] ppid=15454 vsize=16868 CPUtime=215.08
/proc/15456/stat : 15456 (sugar) D 15454 15456 14335 0 -1 4194304 1329 57391 6 68 5 92 19097 2314 18 0 1 0 21318161 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15456/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 215.08
Current children cumulated vsize (KiB) 16868

[startup+224.203 s]
/proc/loadavg: 2.81 2.82 2.46 2/82 15547
/proc/meminfo: memFree=1517848/2055920 swapFree=4192812/4192956
[pid=15456] ppid=15454 vsize=16868 CPUtime=215.09
/proc/15456/stat : 15456 (sugar) D 15454 15456 14335 0 -1 4194304 1329 57391 6 68 5 93 19097 2314 18 0 1 0 21318161 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15456/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 215.09
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 224.236
CPU time (s): 215.124
CPU user time (s): 191.036
CPU system time (s): 24.0883
CPU usage (%): 95.9365
Max. virtual memory (cumulated for all children) (KiB): 891040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 191.036
system time used= 24.0883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58781
page faults= 74
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 382697
involuntary context switches= 383958

runsolver used 0.297954 second user time and 0.834873 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-11 23:04:25
IDJOB=2068145
IDBENCH=54813
IDSOLVER=739
FILE ID=node41/2068145-1247346264
PBS_JOBID= 9506637
Free space on /tmp= 65876 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-pp08a.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-2068145-1247346264/watcher-2068145-1247346264 -o /tmp/evaluation-result-2068145-1247346264/solver-2068145-1247346264 -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-2068145-1247346264.xml

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

MD5SUM BENCH= a9d40c25866097106cb033e6904f8f0b
RANDOM SEED=1436084994

node41.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.212
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	: 5931.00
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.212
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:       1602736 kB
Buffers:          3660 kB
Cached:          33400 kB
SwapCached:          0 kB
Active:         400852 kB
Inactive:         5964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1602736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1972 kB
Writeback:           0 kB
Mapped:         385480 kB
Slab:            31016 kB
Committed_AS:   860420 kB
PageTables:       2428 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= 65876 MiB
End job on node41 at 2009-07-11 23:08:09