Trace number 2083974

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) 155.856 161.955

General information on the benchmark

Namecsp/fapp/fapp27/
normalized-fapp27-2550-6.xml
MD5SUMef7d7c637f2d266a95f48fc11eb03b09
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 benchmark31.9491
Satisfiable
(Un)Satisfiability was proved
Number of variables2550
Number of constraints10886
Maximum constraint arity2
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10886
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 08:02:42 2009
0.00/0.08	c 0	PID 25158
0.07/0.08	c 0	HOST node32.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2083974-1247378561.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083974-1247378561.xml' 'HOME/temp.csp'
1.26/1.30	c 1	8 domains, 2550 variables, 8 predicates, 0 relations, 10886 constraints
1.26/1.34	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.34	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.26/1.42	c 1	Parsing HOME/temp.csp
1.26/1.60	c 1	parsed 10000 expressions
1.26/1.68	c 1	parsed 13452 expressions
1.26/1.69	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.26/1.69	c 1	Converting to clausal form CSP
1.26/1.74	c 1	converted 1346 (10%) expressions
1.26/2.09	c 2	converted 2691 (20%) expressions
3.67/3.85	c 3	converted 4036 (30%) expressions
5.25/5.44	c 5	converted 5381 (40%) expressions
6.64/6.88	c 7	converted 6726 (50%) expressions
8.32/8.56	c 8	converted 8072 (60%) expressions
9.90/10.14	c 10	converted 9417 (70%) expressions
11.59/11.86	c 11	converted 10762 (80%) expressions
12.97/13.21	c 13	converted 12107 (90%) expressions
14.16/14.41	c 14	converted 13452 (100%) expressions
14.16/14.41	c 14	CSP : 7024 integers, 27901 booleans, 73365 clauses, largest domain size 2721
14.16/14.41	c 14	Heap : 49 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.16/14.41	c 14	Propagation in CSP
15.94/16.21	c 16	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
15.94/16.22	c 16	CSP : 7024 integers, 27901 booleans, 73365 clauses, largest domain size 2721
15.94/16.22	c 16	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
15.94/16.25	c 16	Simplifing CSP by introducing new Boolean variables
16.13/16.42	c 16	CSP : 7024 integers, 58219 booleans, 103683 clauses, largest domain size 2721
16.13/16.42	c 16	Heap : 57 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.53/16.82	c 16	Encoding CSP to SAT : HOME/temp.cnf
19.70/20.01	c 20	703 (10%) CSP integer variables are encoded (161665 clauses, 2527116 bytes)
22.67/23.10	c 23	1405 (20%) CSP integer variables are encoded (321009 clauses, 5235964 bytes)
25.84/26.21	c 26	2108 (30%) CSP integer variables are encoded (481711 clauses, 7967898 bytes)
28.60/29.00	c 29	2810 (40%) CSP integer variables are encoded (1251166 clauses, 21556384 bytes)
30.88/31.32	c 31	3512 (50%) CSP integer variables are encoded (3078694 clauses, 56279416 bytes)
33.13/33.66	c 33	4215 (60%) CSP integer variables are encoded (4887593 clauses, 90648497 bytes)
35.41/35.91	c 36	4917 (70%) CSP integer variables are encoded (6668853 clauses, 124492437 bytes)
37.76/38.32	c 38	5620 (80%) CSP integer variables are encoded (8460536 clauses, 158534414 bytes)
40.02/40.70	c 40	6322 (90%) CSP integer variables are encoded (10235166 clauses, 192735175 bytes)
42.51/43.39	c 43	7024 (100%) CSP integer variables are encoded (12049132 clauses, 230828461 bytes)
53.38/54.47	c 54	10369 (10%) CSP clauses are encoded (15629862 clauses, 324794242 bytes)
64.26/65.53	c 65	20737 (20%) CSP clauses are encoded (19340855 clauses, 424179729 bytes)
75.24/76.74	c 76	31105 (30%) CSP clauses are encoded (23165832 clauses, 527335278 bytes)
85.78/87.59	c 87	41474 (40%) CSP clauses are encoded (26791905 clauses, 624530887 bytes)
96.27/98.26	c 98	51842 (50%) CSP clauses are encoded (30360256 clauses, 720838994 bytes)
106.94/109.13	c 109	62210 (60%) CSP clauses are encoded (33964772 clauses, 817445376 bytes)
117.31/119.80	c 119	72579 (70%) CSP clauses are encoded (37501523 clauses, 912630838 bytes)
127.80/130.45	c 130	82947 (80%) CSP clauses are encoded (41081097 clauses, 1009630710 bytes)
138.46/141.37	c 141	93315 (90%) CSP clauses are encoded (44808210 clauses, 1114640166 bytes)
149.51/152.64	c 152	103683 (100%) CSP clauses are encoded (48759582 clauses, 1227334826 bytes)
149.51/152.64	c 152	103683 CSP clauses encoded
149.51/152.64	c 152	Writing map file : HOME/temp.map
149.71/152.82	c 152	Heap : 48 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
149.71/152.82	c 152	SAT : 12114375 SAT variables, 48759582 SAT clauses, 1227334826 bytes
149.71/152.82	c 152	Heap : 48 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
149.71/152.86	c 152	SOLVING HOME/temp.cnf
149.71/152.86	c 152	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
149.71/152.86	c 152	This is MiniSat 2.0 beta
149.71/152.86	c 152	WARNING: for repeatability, setting FPU to use double precision
149.71/152.86	c 152	============================[ Problem Statistics ]=============================
149.71/152.86	c 152	|                                                                             |
149.71/152.87	c 152	|  Number of variables:  12114375                                             |
149.71/152.87	c 152	|  Number of clauses:    48759582                                             |
155.55/159.92	c ERROR INTERRUPTED

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083974-1247378561/watcher-2083974-1247378561 -o /tmp/evaluation-result-2083974-1247378561/solver-2083974-1247378561 -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-2083974-1247378561.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.11 2.16 2.10 4/81 25158
/proc/meminfo: memFree=1486160/2055920 swapFree=4192812/4192956
[pid=25158] ppid=25156 vsize=12000 CPUtime=0
/proc/25158/stat : 25158 (sugar) R 25156 25158 23106 0 -1 4194304 211 0 0 0 0 0 0 0 20 0 1 0 24922652 12288000 179 996147200 4194304 4206940 548682068608 18446744073709551615 268213586528 0 0 4224 0 0 0 0 17 1 0 0
/proc/25158/statm: 3000 179 140 3 0 100 0

[startup+0.083037 s]
/proc/loadavg: 2.11 2.16 2.10 4/81 25158
/proc/meminfo: memFree=1486160/2055920 swapFree=4192812/4192956
[pid=25158] ppid=25156 vsize=16740 CPUtime=0.07
/proc/25158/stat : 25158 (sugar) S 25156 25158 23106 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 24922652 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25158/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101661 s]
/proc/loadavg: 2.11 2.16 2.10 4/81 25158
/proc/meminfo: memFree=1486160/2055920 swapFree=4192812/4192956
[pid=25158] ppid=25156 vsize=16868 CPUtime=0.07
/proc/25158/stat : 25158 (sugar) S 25156 25158 23106 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24922652 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25158/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302673 s]
/proc/loadavg: 2.11 2.16 2.10 4/81 25158
/proc/meminfo: memFree=1486160/2055920 swapFree=4192812/4192956
[pid=25158] ppid=25156 vsize=16868 CPUtime=0.07
/proc/25158/stat : 25158 (sugar) S 25156 25158 23106 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24922652 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25158/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702726 s]
/proc/loadavg: 2.11 2.16 2.10 4/81 25158
/proc/meminfo: memFree=1486160/2055920 swapFree=4192812/4192956
[pid=25158] ppid=25156 vsize=16868 CPUtime=0.07
/proc/25158/stat : 25158 (sugar) S 25156 25158 23106 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24922652 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25158/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50181 s]
/proc/loadavg: 2.11 2.16 2.10 4/92 25170
/proc/meminfo: memFree=1460664/2055920 swapFree=4192812/4192956
[pid=25158] ppid=25156 vsize=16868 CPUtime=1.26
/proc/25158/stat : 25158 (sugar) S 25156 25158 23106 0 -1 4194304 1309 10167 0 1 5 2 112 7 16 0 1 0 24922652 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25158/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 16868

[startup+3.10255 s]
/proc/loadavg: 2.11 2.16 2.10 4/92 25180
/proc/meminfo: memFree=1465272/2055920 swapFree=4192812/4192956
[pid=25158] ppid=25156 vsize=16868 CPUtime=1.26
/proc/25158/stat : 25158 (sugar) S 25156 25158 23106 0 -1 4194304 1309 10167 0 1 5 2 112 7 16 0 1 0 24922652 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25158/statm: 4217 1111 409 3 0 796 0
[pid=25171] ppid=25158 vsize=5356 CPUtime=0
/proc/25171/stat : 25171 (sh) S 25158 25158 23106 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24922787 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25171/statm: 1339 233 193 169 0 50 0
[pid=25172] ppid=25171 vsize=868580 CPUtime=1.72
/proc/25172/stat : 25172 (java) S 25171 25158 23106 0 -1 0 8464 0 1 0 167 5 0 0 19 0 9 0 24922787 889425920 7547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25172/statm: 217145 7547 2567 9 0 211650 0
[pid=25172/tid=25173] ppid=25171 vsize=868580 CPUtime=1.28
/proc/25172/task/25173/stat : 25173 (java) R 25171 25158 23106 0 -1 64 2693 0 1 0 127 1 0 0 25 0 9 0 24922788 889425920 7547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25174] ppid=25171 vsize=868580 CPUtime=0.23
/proc/25172/task/25174/stat : 25174 (java) S 25171 25158 23106 0 -1 64 3590 0 0 0 21 2 0 0 15 0 9 0 24922789 889425920 7547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25175] ppid=25171 vsize=868580 CPUtime=0
/proc/25172/task/25175/stat : 25175 (java) S 25171 25158 23106 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24922789 889425920 7547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25176] ppid=25171 vsize=868580 CPUtime=0
/proc/25172/task/25176/stat : 25176 (java) S 25171 25158 23106 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24922790 889425920 7547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25177] ppid=25171 vsize=868580 CPUtime=0
/proc/25172/task/25177/stat : 25177 (java) S 25171 25158 23106 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24922792 889425920 7547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25178] ppid=25171 vsize=868580 CPUtime=0.17
/proc/25172/task/25178/stat : 25178 (java) S 25171 25158 23106 0 -1 64 1479 0 0 0 17 0 0 0 15 0 9 0 24922792 889425920 7547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25179] ppid=25171 vsize=868580 CPUtime=0
/proc/25172/task/25179/stat : 25179 (java) S 25171 25158 23106 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24922792 889425920 7547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25180] ppid=25171 vsize=868580 CPUtime=0
/proc/25172/task/25180/stat : 25180 (java) S 25171 25158 23106 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24922792 889425920 7547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890804

[startup+6.30236 s]
/proc/loadavg: 2.10 2.16 2.10 3/92 25180
/proc/meminfo: memFree=1453624/2055920 swapFree=4192812/4192956
[pid=25158] ppid=25156 vsize=16868 CPUtime=1.26
/proc/25158/stat : 25158 (sugar) S 25156 25158 23106 0 -1 4194304 1309 10167 0 1 5 2 112 7 16 0 1 0 24922652 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25158/statm: 4217 1111 409 3 0 796 0
[pid=25171] ppid=25158 vsize=5356 CPUtime=0
/proc/25171/stat : 25171 (sh) S 25158 25158 23106 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24922787 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25171/statm: 1339 233 193 169 0 50 0
[pid=25172] ppid=25171 vsize=868580 CPUtime=4.88
/proc/25172/stat : 25172 (java) S 25171 25158 23106 0 -1 0 11565 0 1 0 480 8 0 0 19 0 9 0 24922787 889425920 10360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25172/statm: 217145 10360 2567 9 0 211650 0
[pid=25172/tid=25173] ppid=25171 vsize=868580 CPUtime=4.07
/proc/25172/task/25173/stat : 25173 (java) R 25171 25158 23106 0 -1 64 3094 0 1 0 405 2 0 0 25 0 9 0 24922788 889425920 10360 996147200 134512640 134550932 4294955936 18446744073709551615 4126507060 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25174] ppid=25171 vsize=868580 CPUtime=0.6
/proc/25172/task/25174/stat : 25174 (java) S 25171 25158 23106 0 -1 64 6266 0 0 0 55 5 0 0 16 0 9 0 24922789 889425920 10360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25175] ppid=25171 vsize=868580 CPUtime=0
/proc/25172/task/25175/stat : 25175 (java) S 25171 25158 23106 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24922789 889425920 10360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25176] ppid=25171 vsize=868580 CPUtime=0
/proc/25172/task/25176/stat : 25176 (java) S 25171 25158 23106 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24922790 889425920 10360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25177] ppid=25171 vsize=868580 CPUtime=0
/proc/25172/task/25177/stat : 25177 (java) S 25171 25158 23106 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24922792 889425920 10360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25178] ppid=25171 vsize=868580 CPUtime=0.18
/proc/25172/task/25178/stat : 25178 (java) S 25171 25158 23106 0 -1 64 1503 0 0 0 18 0 0 0 15 0 9 0 24922792 889425920 10360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25179] ppid=25171 vsize=868580 CPUtime=0
/proc/25172/task/25179/stat : 25179 (java) S 25171 25158 23106 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24922792 889425920 10360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25180] ppid=25171 vsize=868580 CPUtime=0
/proc/25172/task/25180/stat : 25180 (java) S 25171 25158 23106 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24922792 889425920 10360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890804

[startup+12.7021 s]
/proc/loadavg: 2.09 2.16 2.10 4/92 25180
/proc/meminfo: memFree=1429496/2055920 swapFree=4192812/4192956
[pid=25158] ppid=25156 vsize=16868 CPUtime=1.26
/proc/25158/stat : 25158 (sugar) S 25156 25158 23106 0 -1 4194304 1309 10167 0 1 5 2 112 7 16 0 1 0 24922652 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25158/statm: 4217 1111 409 3 0 796 0
[pid=25171] ppid=25158 vsize=5356 CPUtime=0
/proc/25171/stat : 25171 (sh) S 25158 25158 23106 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24922787 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25171/statm: 1339 233 193 169 0 50 0
[pid=25172] ppid=25171 vsize=868580 CPUtime=11.21
/proc/25172/stat : 25172 (java) S 25171 25158 23106 0 -1 0 20993 0 1 0 1107 14 0 0 19 0 9 0 24922787 889425920 16317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25172/statm: 217145 16317 2568 9 0 211650 0
[pid=25172/tid=25173] ppid=25171 vsize=868580 CPUtime=9.41
/proc/25172/task/25173/stat : 25173 (java) R 25171 25158 23106 0 -1 64 3759 0 1 0 938 3 0 0 25 0 9 0 24922788 889425920 16317 996147200 134512640 134550932 4294955936 18446744073709551615 4126507079 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25174] ppid=25171 vsize=868580 CPUtime=1.58
/proc/25172/task/25174/stat : 25174 (java) S 25171 25158 23106 0 -1 64 15028 0 0 0 148 10 0 0 16 0 9 0 24922789 889425920 16317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25175] ppid=25171 vsize=868580 CPUtime=0
/proc/25172/task/25175/stat : 25175 (java) S 25171 25158 23106 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24922789 889425920 16317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25176] ppid=25171 vsize=868580 CPUtime=0
/proc/25172/task/25176/stat : 25176 (java) S 25171 25158 23106 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24922790 889425920 16317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25177] ppid=25171 vsize=868580 CPUtime=0
/proc/25172/task/25177/stat : 25177 (java) S 25171 25158 23106 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24922792 889425920 16317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25178] ppid=25171 vsize=868580 CPUtime=0.19
/proc/25172/task/25178/stat : 25178 (java) S 25171 25158 23106 0 -1 64 1504 0 0 0 19 0 0 0 15 0 9 0 24922792 889425920 16317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25179] ppid=25171 vsize=868580 CPUtime=0
/proc/25172/task/25179/stat : 25179 (java) S 25171 25158 23106 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24922792 889425920 16317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25180] ppid=25171 vsize=868580 CPUtime=0
/proc/25172/task/25180/stat : 25180 (java) S 25171 25158 23106 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24922792 889425920 16317 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) 890804

[startup+25.5025 s]
/proc/loadavg: 2.07 2.15 2.09 3/92 25180
/proc/meminfo: memFree=1403576/2055920 swapFree=4192812/4192956
[pid=25158] ppid=25156 vsize=16868 CPUtime=1.26
/proc/25158/stat : 25158 (sugar) S 25156 25158 23106 0 -1 4194304 1310 10167 0 1 5 2 112 7 16 0 1 0 24922652 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25158/statm: 4217 1111 409 3 0 796 0
[pid=25171] ppid=25158 vsize=5356 CPUtime=0
/proc/25171/stat : 25171 (sh) S 25158 25158 23106 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24922787 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25171/statm: 1339 233 193 169 0 50 0
[pid=25172] ppid=25171 vsize=868692 CPUtime=23.88
/proc/25172/stat : 25172 (java) S 25171 25158 23106 0 -1 0 25556 0 1 0 2364 24 0 0 19 0 9 0 24922787 889540608 20343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25172/statm: 217173 20343 2592 9 0 211650 0
[pid=25172/tid=25173] ppid=25171 vsize=868692 CPUtime=21.29
/proc/25172/task/25173/stat : 25173 (java) R 25171 25158 23106 0 -1 64 4131 0 1 0 2120 9 0 0 25 0 9 0 24922788 889540608 20343 996147200 134512640 134550932 4294955936 18446744073709551615 4127040346 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25174] ppid=25171 vsize=868692 CPUtime=2.31
/proc/25172/task/25174/stat : 25174 (java) S 25171 25158 23106 0 -1 64 19185 0 0 0 218 13 0 0 16 0 9 0 24922789 889540608 20343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25175] ppid=25171 vsize=868692 CPUtime=0
/proc/25172/task/25175/stat : 25175 (java) S 25171 25158 23106 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24922789 889540608 20343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25176] ppid=25171 vsize=868692 CPUtime=0
/proc/25172/task/25176/stat : 25176 (java) S 25171 25158 23106 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24922790 889540608 20343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25177] ppid=25171 vsize=868692 CPUtime=0
/proc/25172/task/25177/stat : 25177 (java) S 25171 25158 23106 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24922792 889540608 20343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25178] ppid=25171 vsize=868692 CPUtime=0.25
/proc/25172/task/25178/stat : 25178 (java) S 25171 25158 23106 0 -1 64 1538 0 0 0 24 1 0 0 16 0 9 0 24922792 889540608 20343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25179] ppid=25171 vsize=868692 CPUtime=0
/proc/25172/task/25179/stat : 25179 (java) S 25171 25158 23106 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24922792 889540608 20343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25180] ppid=25171 vsize=868692 CPUtime=0
/proc/25172/task/25180/stat : 25180 (java) S 25171 25158 23106 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24922792 889540608 20343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 890916

[startup+51.1025 s]
/proc/loadavg: 2.48 2.23 2.12 3/92 25180
/proc/meminfo: memFree=1121656/2055920 swapFree=4192812/4192956
[pid=25158] ppid=25156 vsize=16868 CPUtime=1.27
/proc/25158/stat : 25158 (sugar) S 25156 25158 23106 0 -1 4194304 1310 10167 0 1 6 2 112 7 16 0 1 0 24922652 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25158/statm: 4217 1111 409 3 0 796 0
[pid=25171] ppid=25158 vsize=5356 CPUtime=0
/proc/25171/stat : 25171 (sh) S 25158 25158 23106 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24922787 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25171/statm: 1339 233 193 169 0 50 0
[pid=25172] ppid=25171 vsize=868692 CPUtime=48.89
/proc/25172/stat : 25172 (java) S 25171 25158 23106 0 -1 0 26670 0 1 0 4687 202 0 0 19 0 9 0 24922787 889540608 20360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25172/statm: 217173 20360 2593 9 0 211650 0

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

/proc/25172/task/25173/stat : 25173 (java) R 25171 25158 23106 0 -1 64 5231 0 1 0 4392 179 0 0 25 0 9 0 24922788 889540608 20360 996147200 134512640 134550932 4294955936 18446744073709551615 4127054216 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25174] ppid=25171 vsize=868692 CPUtime=2.88
/proc/25172/task/25174/stat : 25174 (java) S 25171 25158 23106 0 -1 64 19185 0 0 0 267 21 0 0 16 0 9 0 24922789 889540608 20360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25175] ppid=25171 vsize=868692 CPUtime=0
/proc/25172/task/25175/stat : 25175 (java) S 25171 25158 23106 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24922789 889540608 20360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25176] ppid=25171 vsize=868692 CPUtime=0
/proc/25172/task/25176/stat : 25176 (java) S 25171 25158 23106 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24922790 889540608 20360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25177] ppid=25171 vsize=868692 CPUtime=0
/proc/25172/task/25177/stat : 25177 (java) S 25171 25158 23106 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24922792 889540608 20360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25178] ppid=25171 vsize=868692 CPUtime=0.28
/proc/25172/task/25178/stat : 25178 (java) S 25171 25158 23106 0 -1 64 1552 0 0 0 27 1 0 0 15 0 9 0 24922792 889540608 20360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25179] ppid=25171 vsize=868692 CPUtime=0
/proc/25172/task/25179/stat : 25179 (java) S 25171 25158 23106 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24922792 889540608 20360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25180] ppid=25171 vsize=868692 CPUtime=0
/proc/25172/task/25180/stat : 25180 (java) S 25171 25158 23106 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24922792 889540608 20360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.16
Current children cumulated vsize (KiB) 890916

[startup+102.307 s]
/proc/loadavg: 2.81 2.36 2.17 3/92 25180
/proc/meminfo: memFree=653944/2055920 swapFree=4192812/4192956
[pid=25158] ppid=25156 vsize=16868 CPUtime=1.27
/proc/25158/stat : 25158 (sugar) S 25156 25158 23106 0 -1 4194304 1310 10167 0 1 6 2 112 7 16 0 1 0 24922652 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25158/statm: 4217 1111 409 3 0 796 0
[pid=25171] ppid=25158 vsize=5356 CPUtime=0
/proc/25171/stat : 25171 (sh) S 25158 25158 23106 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24922787 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25171/statm: 1339 233 193 169 0 50 0
[pid=25172] ppid=25171 vsize=868692 CPUtime=98.99
/proc/25172/stat : 25172 (java) S 25171 25158 23106 0 -1 0 28502 0 1 0 9412 487 0 0 19 0 9 0 24922787 889540608 20360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25172/statm: 217173 20360 2593 9 0 211650 0
[pid=25172/tid=25173] ppid=25171 vsize=868692 CPUtime=94.82
/proc/25172/task/25173/stat : 25173 (java) R 25171 25158 23106 0 -1 64 7063 0 1 0 9031 451 0 0 25 0 9 0 24922788 889540608 20360 996147200 134512640 134550932 4294955936 18446744073709551615 4127041918 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25174] ppid=25171 vsize=868692 CPUtime=3.87
/proc/25172/task/25174/stat : 25174 (java) S 25171 25158 23106 0 -1 64 19185 0 0 0 353 34 0 0 16 0 9 0 24922789 889540608 20360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25175] ppid=25171 vsize=868692 CPUtime=0
/proc/25172/task/25175/stat : 25175 (java) S 25171 25158 23106 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24922789 889540608 20360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25176] ppid=25171 vsize=868692 CPUtime=0
/proc/25172/task/25176/stat : 25176 (java) S 25171 25158 23106 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24922790 889540608 20360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25177] ppid=25171 vsize=868692 CPUtime=0
/proc/25172/task/25177/stat : 25177 (java) S 25171 25158 23106 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24922792 889540608 20360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25178] ppid=25171 vsize=868692 CPUtime=0.28
/proc/25172/task/25178/stat : 25178 (java) S 25171 25158 23106 0 -1 64 1552 0 0 0 27 1 0 0 15 0 9 0 24922792 889540608 20360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25179] ppid=25171 vsize=868692 CPUtime=0
/proc/25172/task/25179/stat : 25179 (java) S 25171 25158 23106 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24922792 889540608 20360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25172/tid=25180] ppid=25171 vsize=868692 CPUtime=0
/proc/25172/task/25180/stat : 25180 (java) S 25171 25158 23106 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24922792 889540608 20360 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.26
Current children cumulated vsize (KiB) 890916



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+159.902 s]
/proc/loadavg: 2.71 2.43 2.20 3/84 25182
/proc/meminfo: memFree=15800/2055920 swapFree=4192812/4192956
[pid=25158] ppid=25156 vsize=16868 CPUtime=149.77
/proc/25158/stat : 25158 (sugar) S 25156 25158 23106 0 -1 4194304 1377 40809 0 2 7 2 14164 804 16 0 1 0 24922652 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25158/statm: 4217 1114 409 3 0 796 0
[pid=25181] ppid=25158 vsize=5356 CPUtime=0
/proc/25181/stat : 25181 (sh) S 25158 25158 23106 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24937938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25181/statm: 1339 232 193 169 0 50 0
[pid=25182] ppid=25181 vsize=970800 CPUtime=5.78
/proc/25182/stat : 25182 (minisat) R 25181 25158 23106 0 -1 4195840 218274 0 0 0 455 123 0 0 19 0 1 0 24937939 994099200 218256 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 1 0 0
/proc/25182/statm: 242700 218256 62 150 0 242547 0
Current children cumulated CPU time (s) 155.55
Current children cumulated vsize (KiB) 993024

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

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

[startup+160.402 s]
/proc/loadavg: 2.71 2.43 2.20 3/84 25182
/proc/meminfo: memFree=15800/2055920 swapFree=4192812/4192956
[pid=25158] ppid=25156 vsize=16868 CPUtime=149.77
/proc/25158/stat : 25158 (sugar) S 25156 25158 23106 0 -1 4194304 1399 40809 0 2 7 2 14164 804 16 0 1 0 24922652 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25158/statm: 4217 1114 409 3 0 796 0
[pid=25181] ppid=25158 vsize=0 CPUtime=0
/proc/25181/stat : 25181 (sh) Z 25158 25158 23106 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24937938 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25181/statm: 0 0 0 0 0 0 0
[pid=25182] ppid=1 vsize=970800 CPUtime=6.06
/proc/25182/stat : 25182 (minisat) R 1 25158 23106 0 -1 4195840 218274 0 0 0 455 151 0 0 21 0 1 0 24937939 994099200 218256 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 1 0 0
/proc/25182/statm: 242700 218256 62 150 0 242547 0
Current children cumulated CPU time (s) 155.83
Current children cumulated vsize (KiB) 987668

[startup+160.502 s]
/proc/loadavg: 2.71 2.43 2.20 3/85 25183
/proc/meminfo: memFree=14960/2055920 swapFree=4192812/4192956
[pid=25158] ppid=25156 vsize=16868 CPUtime=149.77
/proc/25158/stat : 25158 (sugar) S 25156 25158 23106 0 -1 4194304 1399 40809 0 2 7 2 14164 804 16 0 1 0 24922652 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25158/statm: 4217 1114 409 3 0 796 0
[pid=25181] ppid=25158 vsize=0 CPUtime=0
/proc/25181/stat : 25181 (sh) Z 25158 25158 23106 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24937938 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25181/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 149.77
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -25158

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

[startup+160.608 s]
/proc/loadavg: 2.71 2.43 2.20 3/85 25183
/proc/meminfo: memFree=14960/2055920 swapFree=4192812/4192956
[pid=25158] ppid=25156 vsize=16868 CPUtime=149.77
/proc/25158/stat : 25158 (sugar) S 25156 25158 23106 0 -1 4194304 1399 40809 0 2 7 2 14164 804 16 0 1 0 24922652 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25158/statm: 4217 1114 409 3 0 796 0
[pid=25181] ppid=25158 vsize=0 CPUtime=0
/proc/25181/stat : 25181 (sh) Z 25158 25158 23106 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24937938 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25181/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 149.77
Current children cumulated vsize (KiB) 16868

[startup+161.402 s]
/proc/loadavg: 2.71 2.43 2.20 3/85 25183
/proc/meminfo: memFree=14960/2055920 swapFree=4192812/4192956
[pid=25158] ppid=25156 vsize=16868 CPUtime=149.77
/proc/25158/stat : 25158 (sugar) S 25156 25158 23106 0 -1 4194304 1399 40809 0 2 7 2 14164 804 16 0 1 0 24922652 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25158/statm: 4217 1114 409 3 0 796 0
[pid=25181] ppid=25158 vsize=0 CPUtime=0
/proc/25181/stat : 25181 (sh) Z 25158 25158 23106 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24937938 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25181/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 149.77
Current children cumulated vsize (KiB) 16868

[startup+161.803 s]
/proc/loadavg: 2.71 2.43 2.20 3/85 25183
/proc/meminfo: memFree=15344/2055920 swapFree=4192812/4192956
[pid=25158] ppid=25156 vsize=16868 CPUtime=149.77
/proc/25158/stat : 25158 (sugar) S 25156 25158 23106 0 -1 4194304 1399 40809 0 2 7 2 14164 804 16 0 1 0 24922652 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25158/statm: 4217 1114 409 3 0 796 0
[pid=25181] ppid=25158 vsize=0 CPUtime=0
/proc/25181/stat : 25181 (sh) Z 25158 25158 23106 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24937938 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25181/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 149.77
Current children cumulated vsize (KiB) 16868

[startup+161.902 s]
/proc/loadavg: 2.71 2.43 2.20 3/85 25183
/proc/meminfo: memFree=15344/2055920 swapFree=4192812/4192956
[pid=25158] ppid=25156 vsize=16868 CPUtime=149.77
/proc/25158/stat : 25158 (sugar) S 25156 25158 23106 0 -1 4194304 1399 40809 0 2 7 2 14164 804 16 0 1 0 24922652 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25158/statm: 4217 1114 409 3 0 796 0
[pid=25181] ppid=25158 vsize=0 CPUtime=0
/proc/25181/stat : 25181 (sh) Z 25158 25158 23106 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24937938 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25181/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 149.77
Current children cumulated vsize (KiB) 16868

Child ended because it received signal 9 (SIGKILL)

# 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): 6.06001
#  lost CPU user time (s): 4.55
#  lost CPU system time (s): 1.51

Real time (s): 161.955
CPU time (s): 155.856
CPU user time (s): 146.272
CPU system time (s): 9.58377
CPU usage (%): 96.2344
Max. virtual memory (cumulated for all children) (KiB): 993024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 141.722
system time used= 8.07377
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42208
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= 55502
involuntary context switches= 59308

runsolver used 0.186971 second user time and 0.611906 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-12 08:02:42
IDJOB=2083974
IDBENCH=57993
IDSOLVER=739
FILE ID=node32/2083974-1247378561
PBS_JOBID= 9507126
Free space on /tmp= 66368 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp27/normalized-fapp27-2550-6.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-2083974-1247378561/watcher-2083974-1247378561 -o /tmp/evaluation-result-2083974-1247378561/solver-2083974-1247378561 -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-2083974-1247378561.xml

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

MD5SUM BENCH= ef7d7c637f2d266a95f48fc11eb03b09
RANDOM SEED=407309033

node32.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.236
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.236
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:       1486640 kB
Buffers:         49408 kB
Cached:         172544 kB
SwapCached:          0 kB
Active:         417572 kB
Inactive:        84376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1486640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2992 kB
Writeback:           0 kB
Mapped:         297880 kB
Slab:            51740 kB
Committed_AS:   945812 kB
PageTables:       2432 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= 64832 MiB
End job on node32 at 2009-07-12 08:05:24