Trace number 2081103

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? (MO) 122.172 126.05

General information on the benchmark

Namecsp/super-os/super-os-taillard-20/
normalized-super-os-taillard-20-15.xml
MD5SUMe4d8056326b04b00114496ca953a2edb
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 benchmark92.195
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints23200
Maximum constraint arity2
Maximum domain size1366
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23200
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 06:17:24 2009
0.00/0.07	c 0	PID 22333
0.00/0.07	c 0	HOST node53.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2081103-1247372244.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2081103-1247372244.xml' 'HOME/temp.csp'
1.37/1.44	c 1	97 domains, 800 variables, 3 predicates, 0 relations, 23200 constraints
1.37/1.48	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.37/1.48	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'
1.42/1.56	c 2	Parsing HOME/temp.csp
1.42/1.70	c 2	parsed 10000 expressions
1.42/1.83	c 2	parsed 20000 expressions
1.42/1.86	c 2	parsed 24100 expressions
1.42/1.87	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.42/1.87	c 2	Converting to clausal form CSP
2.02/2.19	c 2	converted 2410 (10%) expressions
2.12/2.27	c 2	converted 4820 (20%) expressions
2.21/2.35	c 2	converted 7230 (30%) expressions
2.41/2.52	c 3	converted 9640 (40%) expressions
2.51/2.61	c 3	converted 12050 (50%) expressions
2.51/2.69	c 3	converted 14460 (60%) expressions
2.61/2.77	c 3	converted 16870 (70%) expressions
2.70/2.85	c 3	converted 19280 (80%) expressions
2.91/3.06	c 3	converted 21690 (90%) expressions
3.01/3.14	c 3	converted 24100 (100%) expressions
3.01/3.14	c 3	CSP : 800 integers, 0 booleans, 23200 clauses, largest domain size 1366
3.01/3.14	c 3	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.01/3.14	c 3	Propagation in CSP
3.11/3.25	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.11/3.25	c 3	CSP : 800 integers, 0 booleans, 23200 clauses, largest domain size 1366
3.11/3.25	c 3	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.11/3.26	c 3	Simplifing CSP by introducing new Boolean variables
3.50/3.64	c 4	CSP : 800 integers, 46400 booleans, 69600 clauses, largest domain size 1366
3.50/3.64	c 4	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.69/3.82	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.80/3.97	c 4	80 (10%) CSP integer variables are encoded (104622 clauses, 1556599 bytes)
3.89/4.10	c 4	160 (20%) CSP integer variables are encoded (209688 clauses, 3342721 bytes)
4.09/4.22	c 4	240 (30%) CSP integer variables are encoded (314988 clauses, 5132821 bytes)
4.19/4.35	c 4	320 (40%) CSP integer variables are encoded (420122 clauses, 6920099 bytes)
4.29/4.48	c 4	400 (50%) CSP integer variables are encoded (525438 clauses, 8710471 bytes)
4.48/4.60	c 5	480 (60%) CSP integer variables are encoded (630604 clauses, 10498293 bytes)
4.58/4.72	c 5	560 (70%) CSP integer variables are encoded (735588 clauses, 12283021 bytes)
4.68/4.85	c 5	640 (80%) CSP integer variables are encoded (840668 clauses, 14069381 bytes)
4.78/4.97	c 5	720 (90%) CSP integer variables are encoded (945828 clauses, 15857101 bytes)
4.88/5.09	c 5	800 (100%) CSP integer variables are encoded (1051344 clauses, 17755084 bytes)
15.13/15.44	c 15	6960 (10%) CSP clauses are encoded (6908956 clauses, 160725252 bytes)
25.50/26.00	c 26	13920 (20%) CSP clauses are encoded (12745786 clauses, 309576289 bytes)
36.03/36.81	c 37	20880 (30%) CSP clauses are encoded (18634380 clauses, 462816511 bytes)
46.56/47.65	c 48	27840 (40%) CSP clauses are encoded (24523294 clauses, 616076185 bytes)
57.08/58.48	c 58	34800 (50%) CSP clauses are encoded (30426288 clauses, 769717985 bytes)
67.73/69.31	c 69	41760 (60%) CSP clauses are encoded (36329182 clauses, 923379945 bytes)
78.16/80.08	c 80	48720 (70%) CSP clauses are encoded (42191992 clauses, 1076031223 bytes)
88.77/90.92	c 91	55680 (80%) CSP clauses are encoded (48082412 clauses, 1229440315 bytes)
99.30/101.74	c 102	62640 (90%) CSP clauses are encoded (53979208 clauses, 1383072741 bytes)
109.82/112.60	c 113	69600 (100%) CSP clauses are encoded (59873504 clauses, 1539602465 bytes)
109.82/112.60	c 113	69600 CSP clauses encoded
109.92/112.60	c 113	Writing map file : HOME/temp.map
109.92/112.62	c 113	Heap : 23 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
109.92/112.62	c 113	SAT : 1098544 SAT variables, 59873504 SAT clauses, 1539602465 bytes
109.92/112.62	c 113	Heap : 23 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
109.92/112.66	c 113	SOLVING HOME/temp.cnf
109.92/112.66	c 113	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
109.92/112.66	c 113	This is MiniSat 2.0 beta
109.92/112.67	c 113	WARNING: for repeatability, setting FPU to use double precision
109.92/112.67	c 113	============================[ Problem Statistics ]=============================
109.92/112.67	c 113	|                                                                             |
109.92/112.67	c 113	|  Number of variables:  1098544                                              |
109.92/112.67	c 113	|  Number of clauses:    59873504                                             |
121.53/124.81	c ERROR INTERRUPTED
121.64/124.95	s UNKNOWN
121.64/124.95	c 125	CPU 109.97 (0.05 0.01 100.49 9.42)
121.64/124.95	c 125	END Sun Jul 12 06:19:29 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-2081103-1247372244/watcher-2081103-1247372244 -o /tmp/evaluation-result-2081103-1247372244/solver-2081103-1247372244 -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-2081103-1247372244.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: 1.93 1.96 1.98 4/74 22333
/proc/meminfo: memFree=1604928/2055920 swapFree=4192956/4192956
[pid=22333] ppid=22331 vsize=12272 CPUtime=0
/proc/22333/stat : 22333 (sugar) R 22331 22333 22606 0 -1 4194304 356 0 0 0 0 0 0 0 18 0 1 0 24288412 12566528 324 996147200 4194304 4206940 548682068608 18446744073709551615 269949992944 0 0 4224 0 0 0 0 17 0 0 0
/proc/22333/statm: 3068 325 244 3 0 168 0

[startup+0.0149679 s]
/proc/loadavg: 1.93 1.96 1.98 4/74 22333
/proc/meminfo: memFree=1604928/2055920 swapFree=4192956/4192956
[pid=22333] ppid=22331 vsize=12544 CPUtime=0
/proc/22333/stat : 22333 (sugar) R 22331 22333 22606 0 -1 4194304 497 0 0 0 0 0 0 0 18 0 1 0 24288412 12845056 465 996147200 4194304 4206940 548682068608 18446744073709551615 269950550052 0 0 4224 0 0 0 0 17 0 0 0
/proc/22333/statm: 3136 466 295 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.10198 s]
/proc/loadavg: 1.93 1.96 1.98 4/74 22333
/proc/meminfo: memFree=1604928/2055920 swapFree=4192956/4192956
[pid=22333] ppid=22331 vsize=16868 CPUtime=0.06
/proc/22333/stat : 22333 (sugar) S 22331 22333 22606 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24288412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22333/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302001 s]
/proc/loadavg: 1.93 1.96 1.98 4/74 22333
/proc/meminfo: memFree=1604928/2055920 swapFree=4192956/4192956
[pid=22333] ppid=22331 vsize=16868 CPUtime=0.06
/proc/22333/stat : 22333 (sugar) S 22331 22333 22606 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24288412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22333/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701047 s]
/proc/loadavg: 1.93 1.96 1.98 4/74 22333
/proc/meminfo: memFree=1604928/2055920 swapFree=4192956/4192956
[pid=22333] ppid=22331 vsize=16868 CPUtime=0.06
/proc/22333/stat : 22333 (sugar) S 22331 22333 22606 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24288412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22333/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50215 s]
/proc/loadavg: 1.94 1.96 1.98 3/85 22345
/proc/meminfo: memFree=1569832/2055920 swapFree=4192956/4192956
[pid=22333] ppid=22331 vsize=16868 CPUtime=1.42
/proc/22333/stat : 22333 (sugar) S 22331 22333 22606 0 -1 4194304 1292 14521 0 1 5 1 127 9 17 0 1 0 24288412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22333/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 16868

[startup+3.10134 s]
/proc/loadavg: 1.94 1.96 1.98 4/85 22355
/proc/meminfo: memFree=1582888/2055920 swapFree=4192956/4192956
[pid=22333] ppid=22331 vsize=16868 CPUtime=1.42
/proc/22333/stat : 22333 (sugar) S 22331 22333 22606 0 -1 4194304 1309 14521 0 1 5 1 127 9 16 0 1 0 24288412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22333/statm: 4217 1111 409 3 0 796 0
[pid=22346] ppid=22333 vsize=5356 CPUtime=0
/proc/22346/stat : 22346 (sh) S 22333 22333 22606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24288561 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22346/statm: 1339 233 193 169 0 50 0
[pid=22347] ppid=22346 vsize=868576 CPUtime=1.59
/proc/22347/stat : 22347 (java) S 22346 22333 22606 0 -1 0 12418 0 1 0 152 7 0 0 18 0 9 0 24288561 889421824 11330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22347/statm: 217144 11330 2566 9 0 211649 0
[pid=22347/tid=22348] ppid=22346 vsize=868576 CPUtime=0.9
/proc/22347/task/22348/stat : 22348 (java) R 22346 22333 22606 0 -1 64 2891 0 1 0 88 2 0 0 25 0 9 0 24288562 889421824 11330 996147200 134512640 134550932 4294955936 18446744073709551615 4126455244 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22349] ppid=22346 vsize=868576 CPUtime=0.51
/proc/22347/task/22349/stat : 22349 (java) S 22346 22333 22606 0 -1 64 7353 0 0 0 48 3 0 0 16 0 9 0 24288563 889421824 11330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22350] ppid=22346 vsize=868576 CPUtime=0
/proc/22347/task/22350/stat : 22350 (java) S 22346 22333 22606 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24288563 889421824 11330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22351] ppid=22346 vsize=868576 CPUtime=0
/proc/22347/task/22351/stat : 22351 (java) S 22346 22333 22606 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24288563 889421824 11330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22352] ppid=22346 vsize=868576 CPUtime=0
/proc/22347/task/22352/stat : 22352 (java) S 22346 22333 22606 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24288565 889421824 11330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22353] ppid=22346 vsize=868576 CPUtime=0.14
/proc/22347/task/22353/stat : 22353 (java) S 22346 22333 22606 0 -1 64 1471 0 0 0 14 0 0 0 16 0 9 0 24288565 889421824 11330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22354] ppid=22346 vsize=868576 CPUtime=0
/proc/22347/task/22354/stat : 22354 (java) S 22346 22333 22606 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24288565 889421824 11330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22355] ppid=22346 vsize=868576 CPUtime=0
/proc/22347/task/22355/stat : 22355 (java) S 22346 22333 22606 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24288565 889421824 11330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890800

[startup+6.30271 s]
/proc/loadavg: 1.94 1.96 1.98 3/85 22355
/proc/meminfo: memFree=1527848/2055920 swapFree=4192956/4192956
[pid=22333] ppid=22331 vsize=16868 CPUtime=1.42
/proc/22333/stat : 22333 (sugar) S 22331 22333 22606 0 -1 4194304 1310 14521 0 1 5 1 127 9 16 0 1 0 24288412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22333/statm: 4217 1111 409 3 0 796 0
[pid=22346] ppid=22333 vsize=5356 CPUtime=0
/proc/22346/stat : 22346 (sh) S 22333 22333 22606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24288561 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22346/statm: 1339 233 193 169 0 50 0
[pid=22347] ppid=22346 vsize=868688 CPUtime=4.74
/proc/22347/stat : 22347 (java) S 22346 22333 22606 0 -1 0 16911 0 1 0 446 28 0 0 18 0 9 0 24288561 889536512 15201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22347/statm: 217172 15201 2590 9 0 211649 0
[pid=22347/tid=22348] ppid=22346 vsize=868688 CPUtime=3.44
/proc/22347/task/22348/stat : 22348 (java) R 22346 22333 22606 0 -1 64 3451 0 1 0 324 20 0 0 25 0 9 0 24288562 889536512 15201 996147200 134512640 134550932 4294955936 18446744073709551615 4126959951 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22349] ppid=22346 vsize=868688 CPUtime=1.07
/proc/22347/task/22349/stat : 22349 (java) S 22346 22333 22606 0 -1 64 11240 0 0 0 101 6 0 0 16 0 9 0 24288563 889536512 15201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22350] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22350/stat : 22350 (java) S 22346 22333 22606 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24288563 889536512 15201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22351] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22351/stat : 22351 (java) S 22346 22333 22606 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24288563 889536512 15201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22352] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22352/stat : 22352 (java) S 22346 22333 22606 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24288565 889536512 15201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22353] ppid=22346 vsize=868688 CPUtime=0.21
/proc/22347/task/22353/stat : 22353 (java) S 22346 22333 22606 0 -1 64 1517 0 0 0 20 1 0 0 16 0 9 0 24288565 889536512 15201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22354] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22354/stat : 22354 (java) S 22346 22333 22606 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24288565 889536512 15201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22355] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22355/stat : 22355 (java) S 22346 22333 22606 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24288565 889536512 15201 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) 890912

[startup+12.7015 s]
/proc/loadavg: 2.03 1.98 1.99 3/85 22355
/proc/meminfo: memFree=1436080/2055920 swapFree=4192956/4192956
[pid=22333] ppid=22331 vsize=16868 CPUtime=1.42
/proc/22333/stat : 22333 (sugar) S 22331 22333 22606 0 -1 4194304 1310 14521 0 1 5 1 127 9 16 0 1 0 24288412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22333/statm: 4217 1111 409 3 0 796 0
[pid=22346] ppid=22333 vsize=5356 CPUtime=0
/proc/22346/stat : 22346 (sh) S 22333 22333 22606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24288561 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22346/statm: 1339 233 193 169 0 50 0
[pid=22347] ppid=22346 vsize=868688 CPUtime=11.05
/proc/22347/stat : 22347 (java) S 22346 22333 22606 0 -1 0 17396 0 1 0 1024 81 0 0 18 0 9 0 24288561 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22347/statm: 217172 15204 2590 9 0 211649 0
[pid=22347/tid=22348] ppid=22346 vsize=868688 CPUtime=9.51
/proc/22347/task/22348/stat : 22348 (java) R 22346 22333 22606 0 -1 64 3933 0 1 0 882 69 0 0 25 0 9 0 24288562 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4126955824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22349] ppid=22346 vsize=868688 CPUtime=1.3
/proc/22347/task/22349/stat : 22349 (java) S 22346 22333 22606 0 -1 64 11240 0 0 0 121 9 0 0 16 0 9 0 24288563 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22350] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22350/stat : 22350 (java) S 22346 22333 22606 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24288563 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22351] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22351/stat : 22351 (java) S 22346 22333 22606 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24288563 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22352] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22352/stat : 22352 (java) S 22346 22333 22606 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24288565 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22353] ppid=22346 vsize=868688 CPUtime=0.22
/proc/22347/task/22353/stat : 22353 (java) S 22346 22333 22606 0 -1 64 1520 0 0 0 21 1 0 0 17 0 9 0 24288565 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22354] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22354/stat : 22354 (java) S 22346 22333 22606 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24288565 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22355] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22355/stat : 22355 (java) S 22346 22333 22606 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24288565 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890912

[startup+25.503 s]
/proc/loadavg: 2.26 2.03 2.01 3/85 22355
/proc/meminfo: memFree=1248496/2055920 swapFree=4192956/4192956
[pid=22333] ppid=22331 vsize=16868 CPUtime=1.42
/proc/22333/stat : 22333 (sugar) S 22331 22333 22606 0 -1 4194304 1310 14521 0 1 5 1 127 9 16 0 1 0 24288412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22333/statm: 4217 1111 409 3 0 796 0
[pid=22346] ppid=22333 vsize=5356 CPUtime=0
/proc/22346/stat : 22346 (sh) S 22333 22333 22606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24288561 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22346/statm: 1339 233 193 169 0 50 0
[pid=22347] ppid=22346 vsize=868688 CPUtime=23.59
/proc/22347/stat : 22347 (java) S 22346 22333 22606 0 -1 0 18358 0 1 0 2172 187 0 0 18 0 9 0 24288561 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22347/statm: 217172 15204 2590 9 0 211649 0
[pid=22347/tid=22348] ppid=22346 vsize=868688 CPUtime=21.6
/proc/22347/task/22348/stat : 22348 (java) R 22346 22333 22606 0 -1 64 4895 0 1 0 1992 168 0 0 25 0 9 0 24288562 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4126957320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22349] ppid=22346 vsize=868688 CPUtime=1.74
/proc/22347/task/22349/stat : 22349 (java) S 22346 22333 22606 0 -1 64 11240 0 0 0 158 16 0 0 16 0 9 0 24288563 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22350] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22350/stat : 22350 (java) S 22346 22333 22606 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24288563 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22351] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22351/stat : 22351 (java) S 22346 22333 22606 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24288563 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22352] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22352/stat : 22352 (java) S 22346 22333 22606 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24288565 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22353] ppid=22346 vsize=868688 CPUtime=0.22
/proc/22347/task/22353/stat : 22353 (java) S 22346 22333 22606 0 -1 64 1520 0 0 0 21 1 0 0 17 0 9 0 24288565 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22354] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22354/stat : 22354 (java) S 22346 22333 22606 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24288565 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22355] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22355/stat : 22355 (java) S 22346 22333 22606 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24288565 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 890912

[startup+51.103 s]
/proc/loadavg: 2.96 2.20 2.06 3/85 22355
/proc/meminfo: memFree=889328/2055920 swapFree=4192956/4192956
[pid=22333] ppid=22331 vsize=16868 CPUtime=1.42
/proc/22333/stat : 22333 (sugar) S 22331 22333 22606 0 -1 4194304 1310 14521 0 1 5 1 127 9 16 0 1 0 24288412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22333/statm: 4217 1111 409 3 0 796 0
[pid=22346] ppid=22333 vsize=5356 CPUtime=0
/proc/22346/stat : 22346 (sh) S 22333 22333 22606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24288561 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22346/statm: 1339 233 193 169 0 50 0
[pid=22347] ppid=22346 vsize=868688 CPUtime=48.54
/proc/22347/stat : 22347 (java) S 22346 22333 22606 0 -1 0 20272 0 1 0 4452 402 0 0 18 0 9 0 24288561 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22347/statm: 217172 15204 2590 9 0 211649 0
[pid=22347/tid=22348] ppid=22346 vsize=868688 CPUtime=45.7
/proc/22347/task/22348/stat : 22348 (java) R 22346 22333 22606 0 -1 64 6809 0 1 0 4200 370 0 0 25 0 9 0 24288562 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4126430934 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22349] ppid=22346 vsize=868688 CPUtime=2.59
/proc/22347/task/22349/stat : 22349 (java) S 22346 22333 22606 0 -1 64 11240 0 0 0 230 29 0 0 16 0 9 0 24288563 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22350] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22350/stat : 22350 (java) S 22346 22333 22606 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24288563 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22351] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22351/stat : 22351 (java) S 22346 22333 22606 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24288563 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22352] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22352/stat : 22352 (java) S 22346 22333 22606 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24288565 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22353] ppid=22346 vsize=868688 CPUtime=0.22
/proc/22347/task/22353/stat : 22353 (java) S 22346 22333 22606 0 -1 64 1520 0 0 0 21 1 0 0 17 0 9 0 24288565 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22354] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22354/stat : 22354 (java) S 22346 22333 22606 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24288565 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22355] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22355/stat : 22355 (java) S 22346 22333 22606 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24288565 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.96
Current children cumulated vsize (KiB) 890912

[startup+102.307 s]
/proc/loadavg: 3.95 2.62 2.21 3/85 22355
/proc/meminfo: memFree=155952/2055920 swapFree=4192956/4192956
[pid=22333] ppid=22331 vsize=16868 CPUtime=1.42
/proc/22333/stat : 22333 (sugar) S 22331 22333 22606 0 -1 4194304 1310 14521 0 1 5 1 127 9 16 0 1 0 24288412 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22333/statm: 4217 1111 409 3 0 796 0
[pid=22346] ppid=22333 vsize=5356 CPUtime=0
/proc/22346/stat : 22346 (sh) S 22333 22333 22606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24288561 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22346/statm: 1339 233 193 169 0 50 0
[pid=22347] ppid=22346 vsize=868688 CPUtime=98.47
/proc/22347/stat : 22347 (java) S 22346 22333 22606 0 -1 0 24101 0 1 0 9008 839 0 0 18 0 9 0 24288561 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22347/statm: 217172 15204 2590 9 0 211649 0
[pid=22347/tid=22348] ppid=22346 vsize=868688 CPUtime=93.99
/proc/22347/task/22348/stat : 22348 (java) R 22346 22333 22606 0 -1 64 10638 0 1 0 8619 780 0 0 25 0 9 0 24288562 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 102093925 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22349] ppid=22346 vsize=868688 CPUtime=4.23
/proc/22347/task/22349/stat : 22349 (java) S 22346 22333 22606 0 -1 64 11240 0 0 0 367 56 0 0 16 0 9 0 24288563 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22350] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22350/stat : 22350 (java) S 22346 22333 22606 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24288563 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22351] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22351/stat : 22351 (java) S 22346 22333 22606 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24288563 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22352] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22352/stat : 22352 (java) S 22346 22333 22606 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24288565 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22353] ppid=22346 vsize=868688 CPUtime=0.22
/proc/22347/task/22353/stat : 22353 (java) S 22346 22333 22606 0 -1 64 1520 0 0 0 21 1 0 0 17 0 9 0 24288565 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22354] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22354/stat : 22354 (java) S 22346 22333 22606 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24288565 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22347/tid=22355] ppid=22346 vsize=868688 CPUtime=0
/proc/22347/task/22355/stat : 22355 (java) S 22346 22333 22606 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24288565 889536512 15204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.89
Current children cumulated vsize (KiB) 890912



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+124.802 s]
/proc/loadavg: 3.82 2.68 2.24 3/77 22357
/proc/meminfo: memFree=15024/2055920 swapFree=4192812/4192956
[pid=22333] ppid=22331 vsize=16868 CPUtime=109.97
/proc/22333/stat : 22333 (sugar) S 22331 22333 22606 0 -1 4194304 1376 39706 0 2 5 1 10049 942 16 0 1 0 24288412 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22333/statm: 4217 1113 409 3 0 796 0
[pid=22356] ppid=22333 vsize=5356 CPUtime=0
/proc/22356/stat : 22356 (sh) S 22333 22333 22606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24299678 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22356/statm: 1339 232 193 169 0 50 0
[pid=22357] ppid=22356 vsize=899520 CPUtime=11.56
/proc/22357/stat : 22357 (minisat) R 22356 22333 22606 0 -1 4194304 215102 0 0 0 1014 142 0 0 25 0 1 0 24299679 921108480 215088 996147200 134512640 135127466 4294956256 18446744073709551615 134526039 0 0 4096 3 0 0 0 17 1 0 0
/proc/22357/statm: 224880 215088 62 150 0 224727 0
Current children cumulated CPU time (s) 121.53
Current children cumulated vsize (KiB) 921744

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

############
# WARNING:
# current cumulated CPU time (110.01 s) is less than in the last sample (121.64 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (11.63 s) to the 'lost time'.

[startup+124.919 s]
/proc/loadavg: 3.82 2.68 2.24 3/77 22357
/proc/meminfo: memFree=15024/2055920 swapFree=4192812/4192956
[pid=22333] ppid=22331 vsize=16868 CPUtime=109.97
/proc/22333/stat : 22333 (sugar) S 22331 22333 22606 0 -1 4194304 1398 39706 0 2 5 1 10049 942 16 0 1 0 24288412 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/22333/statm: 4217 1113 409 3 0 796 0
[pid=22356] ppid=22333 vsize=0 CPUtime=0
/proc/22356/stat : 22356 (sh) Z 22333 22333 22606 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24299678 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/22356/statm: 0 0 0 0 0 0 0
[pid=22357] ppid=1 vsize=0 CPUtime=11.67
/proc/22357/stat : 22357 (minisat) R 1 22333 22606 0 -1 4195332 215102 0 0 0 1014 153 0 0 25 0 1 0 24299679 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/22357/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 121.64
Current children cumulated vsize (KiB) 16868

[startup+125.002 s]
/proc/loadavg: 3.82 2.68 2.24 3/77 22357
/proc/meminfo: memFree=15024/2055920 swapFree=4192812/4192956
[pid=22333] ppid=22331 vsize=16868 CPUtime=110.01
/proc/22333/stat : 22333 (sugar) R 22331 22333 22606 0 -1 4194304 1423 39983 0 2 5 5 10049 942 16 0 1 0 24288412 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269930435625 0 0 4224 16386 0 0 0 17 1 0 0
/proc/22333/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+125.407 s]
/proc/loadavg: 3.82 2.68 2.24 3/76 22358
/proc/meminfo: memFree=1663800/2055920 swapFree=4192812/4192956
[pid=22333] ppid=22331 vsize=16868 CPUtime=110.41
/proc/22333/stat : 22333 (sugar) R 22331 22333 22606 0 -1 4194304 1423 39983 0 2 5 45 10049 942 16 0 1 0 24288412 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269930435625 0 0 4224 16386 0 0 0 17 1 0 0
/proc/22333/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 110.41
Current children cumulated vsize (KiB) 16868

[startup+125.802 s]
/proc/loadavg: 3.82 2.68 2.24 3/76 22358
/proc/meminfo: memFree=1663800/2055920 swapFree=4192812/4192956
[pid=22333] ppid=22331 vsize=16868 CPUtime=110.5
/proc/22333/stat : 22333 (sugar) D 22331 22333 22606 0 -1 4194304 1423 39983 0 2 5 54 10049 942 15 0 1 0 24288412 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269930435625 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22333/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 110.5
Current children cumulated vsize (KiB) 16868

[startup+126.002 s]
/proc/loadavg: 3.82 2.68 2.24 3/76 22358
/proc/meminfo: memFree=1663800/2055920 swapFree=4192812/4192956
[pid=22333] ppid=22331 vsize=16868 CPUtime=110.52
/proc/22333/stat : 22333 (sugar) D 22331 22333 22606 0 -1 4194304 1423 39983 0 2 5 56 10049 942 15 0 1 0 24288412 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269930435625 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22333/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 110.52
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 11.63
#  lost CPU user time (s): 10.14
#  lost CPU system time (s): 1.49

Real time (s): 126.05
CPU time (s): 122.172
CPU user time (s): 110.692
CPU system time (s): 11.4805
CPU usage (%): 96.9236
Max. virtual memory (cumulated for all children) (KiB): 921744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 100.552
system time used= 9.99048
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41465
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78379
involuntary context switches= 80882

runsolver used 0.160975 second user time and 0.433934 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-12 06:17:24
IDJOB=2081103
IDBENCH=57303
IDSOLVER=739
FILE ID=node53/2081103-1247372244
PBS_JOBID= 9507102
Free space on /tmp= 65968 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-20/normalized-super-os-taillard-20-15.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-2081103-1247372244/watcher-2081103-1247372244 -o /tmp/evaluation-result-2081103-1247372244/solver-2081103-1247372244 -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-2081103-1247372244.xml

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

MD5SUM BENCH= e4d8056326b04b00114496ca953a2edb
RANDOM SEED=63621078

node53.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1605344 kB
Buffers:         75696 kB
Cached:         256348 kB
SwapCached:          0 kB
Active:         186008 kB
Inactive:       189524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1605344 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4284 kB
Writeback:           0 kB
Mapped:          53060 kB
Slab:            60480 kB
Committed_AS:   273388 kB
PageTables:       1776 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= 65968 MiB
End job on node53 at 2009-07-12 06:19:31