Trace number 2084050

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+picosat? (MO) 341.419 348.833

General information on the benchmark

Namecsp/fapp/fapp36/
normalized-fapp36-2000-3.xml
MD5SUM1d1f1cebdc92b091f3f5ffe18a2e82b4
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.3478
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints18600
Maximum constraint arity2
Maximum domain size454
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18600
Global constraints used (with number of constraints)

Solver Data

0.05/0.23	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.24	c 0	BEGIN Sun Jul 12 08:05:06 2009
0.05/0.24	c 0	PID 23688
0.05/0.25	c 0	HOST node27.alineos.net
0.05/0.25	c 0	CONVERTING HOME/instance-2084050-1247378705.xml TO HOME/temp.csp
0.05/0.25	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084050-1247378705.xml' 'HOME/temp.csp'
1.40/1.72	c 2	26 domains, 2000 variables, 8 predicates, 0 relations, 18600 constraints
1.40/1.75	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.40/1.75	c 2	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.43/1.84	c 2	Parsing HOME/temp.csp
1.43/2.05	c 2	parsed 10000 expressions
1.86/2.26	c 2	parsed 20000 expressions
1.86/2.27	c 2	parsed 20634 expressions
1.86/2.28	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.86/2.28	c 2	Converting to clausal form CSP
2.05/2.47	c 2	converted 2064 (10%) expressions
6.32/6.79	c 7	converted 4127 (20%) expressions
10.00/10.48	c 10	converted 6191 (30%) expressions
13.69/14.15	c 14	converted 8254 (40%) expressions
16.97/17.43	c 17	converted 10317 (50%) expressions
19.86/20.38	c 20	converted 12381 (60%) expressions
23.34/23.86	c 24	converted 14444 (70%) expressions
26.12/26.66	c 26	converted 16508 (80%) expressions
28.71/29.22	c 29	converted 18571 (90%) expressions
30.89/31.49	c 31	converted 20634 (100%) expressions
30.89/31.49	c 31	CSP : 6108 integers, 51092 booleans, 118022 clauses, largest domain size 2895
30.89/31.49	c 31	Heap : 101 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
30.89/31.49	c 31	Propagation in CSP
33.77/34.37	c 34	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
33.77/34.37	c 34	CSP : 6108 integers, 51092 booleans, 118022 clauses, largest domain size 2895
33.77/34.37	c 34	Heap : 99 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
33.88/34.43	c 34	Simplifing CSP by introducing new Boolean variables
34.88/35.45	c 35	CSP : 6108 integers, 94134 booleans, 161064 clauses, largest domain size 2895
34.88/35.45	c 35	Heap : 112 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
35.68/36.21	c 36	Encoding CSP to SAT : HOME/temp.cnf
41.74/42.35	c 42	611 (10%) CSP integer variables are encoded (227176 clauses, 3640439 bytes)
47.71/48.35	c 48	1222 (20%) CSP integer variables are encoded (454769 clauses, 7509520 bytes)
53.68/54.40	c 54	1833 (30%) CSP integer variables are encoded (682814 clauses, 11386285 bytes)
56.76/57.48	c 57	2444 (40%) CSP integer variables are encoded (1842365 clauses, 32787585 bytes)
58.74/59.45	c 59	3054 (50%) CSP integer variables are encoded (3378889 clauses, 61981541 bytes)
60.69/61.53	c 61	3665 (60%) CSP integer variables are encoded (4891616 clauses, 90723354 bytes)
62.58/63.50	c 63	4276 (70%) CSP integer variables are encoded (6445739 clauses, 120251691 bytes)
64.55/65.49	c 65	4887 (80%) CSP integer variables are encoded (7942306 clauses, 148686464 bytes)
66.63/67.53	c 67	5498 (90%) CSP integer variables are encoded (9486705 clauses, 178030045 bytes)
68.68/69.62	c 69	6108 (100%) CSP integer variables are encoded (11002851 clauses, 208853924 bytes)
92.50/93.71	c 94	16107 (10%) CSP clauses are encoded (15841687 clauses, 338419787 bytes)
113.52/115.08	c 115	32213 (20%) CSP clauses are encoded (20476646 clauses, 464858825 bytes)
134.65/136.41	c 136	48320 (30%) CSP clauses are encoded (24921611 clauses, 585831500 bytes)
157.95/160.10	c 160	64426 (40%) CSP clauses are encoded (30101853 clauses, 727545412 bytes)
178.58/180.99	c 181	80532 (50%) CSP clauses are encoded (34545322 clauses, 849396994 bytes)
200.50/203.18	c 203	96639 (60%) CSP clauses are encoded (39614311 clauses, 988723296 bytes)
221.41/224.34	c 224	112745 (70%) CSP clauses are encoded (44487562 clauses, 1122915704 bytes)
241.74/245.30	c 245	128852 (80%) CSP clauses are encoded (49168949 clauses, 1253033190 bytes)
262.33/266.46	c 266	144958 (90%) CSP clauses are encoded (54250038 clauses, 1397273379 bytes)
282.26/286.71	c 287	161064 (100%) CSP clauses are encoded (59552820 clauses, 1548464022 bytes)
282.26/286.71	c 287	161064 CSP clauses encoded
282.26/286.73	c 287	Writing map file : HOME/temp.map
282.39/287.00	c 287	Heap : 99 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
282.39/287.00	c 287	SAT : 11103093 SAT variables, 59552820 SAT clauses, 1548464022 bytes
282.39/287.00	c 287	Heap : 99 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
282.54/287.11	c 287	SOLVING HOME/temp.cnf
282.54/287.11	c 287	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
340.77/346.78	c 347	*** picosat: out of memory in 'realloc'
340.86/346.82	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-2084050-1247378705/watcher-2084050-1247378705 -o /tmp/evaluation-result-2084050-1247378705/solver-2084050-1247378705 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2084050-1247378705.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.09 2.14 2.24 4/80 23688
/proc/meminfo: memFree=1365368/2055920 swapFree=4192812/4192956
[pid=23688] ppid=23686 vsize=18576 CPUtime=0
/proc/23688/stat : 23688 (runsolver) D 23686 23688 22161 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24936836 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 233588714791 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/23688/statm: 4644 284 249 26 0 2626 0

[startup+0.033348 s]
/proc/loadavg: 2.09 2.14 2.24 4/80 23688
/proc/meminfo: memFree=1365368/2055920 swapFree=4192812/4192956
[pid=23688] ppid=23686 vsize=8540 CPUtime=0
/proc/23688/stat : 23688 (sugar) D 23686 23688 22161 0 -1 4194304 65 0 2 0 0 0 0 0 18 0 1 0 24936836 8744960 52 996147200 4194304 4206940 548682068608 18446744073709551615 233586098948 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/23688/statm: 2135 52 39 3 0 55 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8540

[startup+0.102364 s]
/proc/loadavg: 2.09 2.14 2.24 4/80 23688
/proc/meminfo: memFree=1365368/2055920 swapFree=4192812/4192956
[pid=23688] ppid=23686 vsize=12412 CPUtime=0
/proc/23688/stat : 23688 (sugar) R 23686 23688 22161 0 -1 4194304 452 0 3 0 0 0 0 0 18 0 1 0 24936836 12709888 423 996147200 4194304 4206940 548682068608 18446744073709551615 233588560609 0 0 4224 0 0 0 0 17 0 0 0
/proc/23688/statm: 3103 424 286 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.302401 s]
/proc/loadavg: 2.09 2.14 2.24 4/80 23688
/proc/meminfo: memFree=1365368/2055920 swapFree=4192812/4192956
[pid=23688] ppid=23686 vsize=16868 CPUtime=0.07
/proc/23688/stat : 23688 (sugar) S 23686 23688 22161 0 -1 4194304 1222 128 5 0 5 2 0 0 17 0 1 0 24936836 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23688/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701472 s]
/proc/loadavg: 2.09 2.14 2.24 4/80 23688
/proc/meminfo: memFree=1365368/2055920 swapFree=4192812/4192956
[pid=23688] ppid=23686 vsize=16868 CPUtime=0.07
/proc/23688/stat : 23688 (sugar) S 23686 23688 22161 0 -1 4194304 1222 128 5 0 5 2 0 0 17 0 1 0 24936836 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23688/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50162 s]
/proc/loadavg: 2.09 2.14 2.24 3/91 23700
/proc/meminfo: memFree=1338528/2055920 swapFree=4192812/4192956
[pid=23688] ppid=23686 vsize=16868 CPUtime=0.07
/proc/23688/stat : 23688 (sugar) S 23686 23688 22161 0 -1 4194304 1222 128 5 0 5 2 0 0 17 0 1 0 24936836 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23688/statm: 4217 1111 409 3 0 796 0
[pid=23691] ppid=23688 vsize=5356 CPUtime=0
/proc/23691/stat : 23691 (sh) S 23688 23688 22161 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24936861 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23691/statm: 1339 233 193 169 0 50 0
[pid=23692] ppid=23691 vsize=864756 CPUtime=1.13
/proc/23692/stat : 23692 (java) S 23691 23688 22161 0 -1 0 12390 0 10 0 104 9 0 0 18 0 9 0 24936861 885510144 10430 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23692/statm: 216189 10430 2557 9 0 210701 0
[pid=23692/tid=23693] ppid=23691 vsize=864756 CPUtime=0.55
/proc/23692/task/23693/stat : 23693 (java) R 23691 23688 22161 0 -1 64 2924 0 4 0 52 3 0 0 24 0 9 0 24936866 885510144 10430 996147200 134512640 134550932 4294955984 18446744073709551615 4126668058 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23692/tid=23694] ppid=23691 vsize=864756 CPUtime=0.41
/proc/23692/task/23694/stat : 23694 (java) S 23691 23688 22161 0 -1 64 8237 0 1 0 37 4 0 0 17 0 9 0 24936871 885510144 10430 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23692/tid=23695] ppid=23691 vsize=864756 CPUtime=0
/proc/23692/task/23695/stat : 23695 (java) S 23691 23688 22161 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24936871 885510144 10430 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23692/tid=23696] ppid=23691 vsize=864756 CPUtime=0
/proc/23692/task/23696/stat : 23696 (java) S 23691 23688 22161 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24936871 885510144 10430 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23692/tid=23697] ppid=23691 vsize=864756 CPUtime=0
/proc/23692/task/23697/stat : 23697 (java) S 23691 23688 22161 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 24936873 885510144 10430 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23692/tid=23698] ppid=23691 vsize=864756 CPUtime=0.14
/proc/23692/task/23698/stat : 23698 (java) S 23691 23688 22161 0 -1 64 530 0 0 0 14 0 0 0 16 0 9 0 24936873 885510144 10430 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23692/tid=23699] ppid=23691 vsize=864756 CPUtime=0
/proc/23692/task/23699/stat : 23699 (java) S 23691 23688 22161 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 24936873 885510144 10430 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23692/tid=23700] ppid=23691 vsize=864756 CPUtime=0
/proc/23692/task/23700/stat : 23700 (java) S 23691 23688 22161 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24936873 885510144 10430 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 886980

[startup+3.10291 s]
/proc/loadavg: 2.09 2.14 2.24 4/91 23710
/proc/meminfo: memFree=1347744/2055920 swapFree=4192812/4192956
[pid=23688] ppid=23686 vsize=16868 CPUtime=1.43
/proc/23688/stat : 23688 (sugar) S 23686 23688 22161 0 -1 4194304 1304 13127 5 10 5 2 126 10 16 0 1 0 24936836 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23688/statm: 4217 1111 409 3 0 796 0
[pid=23701] ppid=23688 vsize=5356 CPUtime=0
/proc/23701/stat : 23701 (sh) S 23688 23688 22161 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24937011 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23701/statm: 1339 233 193 169 0 50 0
[pid=23702] ppid=23701 vsize=868564 CPUtime=1.32
/proc/23702/stat : 23702 (java) S 23701 23688 22161 0 -1 0 8799 0 4 0 126 6 0 0 20 0 9 0 24937011 889409536 7873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23702/statm: 217141 7873 2570 9 0 211646 0
[pid=23702/tid=23703] ppid=23701 vsize=868564 CPUtime=0.91
/proc/23702/task/23703/stat : 23703 (java) R 23701 23688 22161 0 -1 64 2631 0 4 0 89 2 0 0 25 0 9 0 24937012 889409536 7873 996147200 134512640 134550932 4294955936 18446744073709551615 4126509536 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23704] ppid=23701 vsize=868564 CPUtime=0.21
/proc/23702/task/23704/stat : 23704 (java) S 23701 23688 22161 0 -1 64 3973 0 0 0 20 1 0 0 16 0 9 0 24937013 889409536 7873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23705] ppid=23701 vsize=868564 CPUtime=0
/proc/23702/task/23705/stat : 23705 (java) S 23701 23688 22161 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24937013 889409536 7873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23706] ppid=23701 vsize=868564 CPUtime=0
/proc/23702/task/23706/stat : 23706 (java) S 23701 23688 22161 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24937013 889409536 7873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23707] ppid=23701 vsize=868564 CPUtime=0
/proc/23702/task/23707/stat : 23707 (java) S 23701 23688 22161 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24937016 889409536 7873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23708] ppid=23701 vsize=868564 CPUtime=0.17
/proc/23702/task/23708/stat : 23708 (java) S 23701 23688 22161 0 -1 64 1493 0 0 0 16 1 0 0 15 0 9 0 24937016 889409536 7873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23709] ppid=23701 vsize=868564 CPUtime=0
/proc/23702/task/23709/stat : 23709 (java) S 23701 23688 22161 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24937016 889409536 7873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23710] ppid=23701 vsize=868564 CPUtime=0
/proc/23702/task/23710/stat : 23710 (java) S 23701 23688 22161 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24937016 889409536 7873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 890788

[startup+6.30149 s]
/proc/loadavg: 2.08 2.14 2.24 3/91 23710
/proc/meminfo: memFree=1328992/2055920 swapFree=4192812/4192956
[pid=23688] ppid=23686 vsize=16868 CPUtime=1.43
/proc/23688/stat : 23688 (sugar) S 23686 23688 22161 0 -1 4194304 1304 13127 5 10 5 2 126 10 16 0 1 0 24936836 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23688/statm: 4217 1111 409 3 0 796 0
[pid=23701] ppid=23688 vsize=5356 CPUtime=0
/proc/23701/stat : 23701 (sh) S 23688 23688 22161 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24937011 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23701/statm: 1339 233 193 169 0 50 0
[pid=23702] ppid=23701 vsize=868652 CPUtime=4.5
/proc/23702/stat : 23702 (java) S 23701 23688 22161 0 -1 0 11548 0 4 0 440 10 0 0 20 0 9 0 24937011 889499648 10292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23702/statm: 217163 10292 2567 9 0 211668 0
[pid=23702/tid=23703] ppid=23701 vsize=868652 CPUtime=3.73
/proc/23702/task/23703/stat : 23703 (java) R 23701 23688 22161 0 -1 64 2977 0 4 0 370 3 0 0 25 0 9 0 24937012 889499648 10292 996147200 134512640 134550932 4294955936 18446744073709551615 4126509494 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23704] ppid=23701 vsize=868652 CPUtime=0.54
/proc/23702/task/23704/stat : 23704 (java) S 23701 23688 22161 0 -1 64 6364 0 0 0 50 4 0 0 16 0 9 0 24937013 889499648 10292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23705] ppid=23701 vsize=868652 CPUtime=0
/proc/23702/task/23705/stat : 23705 (java) S 23701 23688 22161 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24937013 889499648 10292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23706] ppid=23701 vsize=868652 CPUtime=0
/proc/23702/task/23706/stat : 23706 (java) S 23701 23688 22161 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24937013 889499648 10292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23707] ppid=23701 vsize=868652 CPUtime=0
/proc/23702/task/23707/stat : 23707 (java) S 23701 23688 22161 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24937016 889499648 10292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23708] ppid=23701 vsize=868652 CPUtime=0.2
/proc/23702/task/23708/stat : 23708 (java) S 23701 23688 22161 0 -1 64 1505 0 0 0 19 1 0 0 15 0 9 0 24937016 889499648 10292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23709] ppid=23701 vsize=868652 CPUtime=0
/proc/23702/task/23709/stat : 23709 (java) S 23701 23688 22161 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24937016 889499648 10292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23710] ppid=23701 vsize=868652 CPUtime=0
/proc/23702/task/23710/stat : 23710 (java) S 23701 23688 22161 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24937016 889499648 10292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 890876

[startup+12.7026 s]
/proc/loadavg: 2.24 2.17 2.25 3/91 23710
/proc/meminfo: memFree=1306464/2055920 swapFree=4192812/4192956
[pid=23688] ppid=23686 vsize=16868 CPUtime=1.43
/proc/23688/stat : 23688 (sugar) S 23686 23688 22161 0 -1 4194304 1304 13127 5 10 5 2 126 10 16 0 1 0 24936836 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23688/statm: 4217 1111 409 3 0 796 0
[pid=23701] ppid=23688 vsize=5356 CPUtime=0
/proc/23701/stat : 23701 (sh) S 23688 23688 22161 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24937011 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23701/statm: 1339 233 193 169 0 50 0
[pid=23702] ppid=23701 vsize=868652 CPUtime=10.86
/proc/23702/stat : 23702 (java) S 23701 23688 22161 0 -1 0 19765 0 4 0 1070 16 0 0 20 0 9 0 24937011 889499648 15680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23702/statm: 217163 15680 2568 9 0 211668 0
[pid=23702/tid=23703] ppid=23701 vsize=868652 CPUtime=9.1
/proc/23702/task/23703/stat : 23703 (java) R 23701 23688 22161 0 -1 64 3673 0 4 0 906 4 0 0 25 0 9 0 24937012 889499648 15680 996147200 134512640 134550932 4294955936 18446744073709551615 4126586625 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23704] ppid=23701 vsize=868652 CPUtime=1.54
/proc/23702/task/23704/stat : 23704 (java) S 23701 23688 22161 0 -1 64 13878 0 0 0 144 10 0 0 16 0 9 0 24937013 889499648 15680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23705] ppid=23701 vsize=868652 CPUtime=0
/proc/23702/task/23705/stat : 23705 (java) S 23701 23688 22161 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24937013 889499648 15680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23706] ppid=23701 vsize=868652 CPUtime=0
/proc/23702/task/23706/stat : 23706 (java) S 23701 23688 22161 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24937013 889499648 15680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23707] ppid=23701 vsize=868652 CPUtime=0
/proc/23702/task/23707/stat : 23707 (java) S 23701 23688 22161 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24937016 889499648 15680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23708] ppid=23701 vsize=868652 CPUtime=0.2
/proc/23702/task/23708/stat : 23708 (java) S 23701 23688 22161 0 -1 64 1512 0 0 0 19 1 0 0 17 0 9 0 24937016 889499648 15680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23709] ppid=23701 vsize=868652 CPUtime=0
/proc/23702/task/23709/stat : 23709 (java) S 23701 23688 22161 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24937016 889499648 15680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23710] ppid=23701 vsize=868652 CPUtime=0
/proc/23702/task/23710/stat : 23710 (java) S 23701 23688 22161 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24937016 889499648 15680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 890876

[startup+25.503 s]
/proc/loadavg: 2.18 2.16 2.24 3/91 23710
/proc/meminfo: memFree=1261984/2055920 swapFree=4192812/4192956
[pid=23688] ppid=23686 vsize=16868 CPUtime=1.43
/proc/23688/stat : 23688 (sugar) S 23686 23688 22161 0 -1 4194304 1304 13127 5 10 5 2 126 10 16 0 1 0 24936836 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23688/statm: 4217 1111 409 3 0 796 0
[pid=23701] ppid=23688 vsize=5356 CPUtime=0
/proc/23701/stat : 23701 (sh) S 23688 23688 22161 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24937011 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23701/statm: 1339 233 193 169 0 50 0
[pid=23702] ppid=23701 vsize=868652 CPUtime=23.6
/proc/23702/stat : 23702 (java) S 23701 23688 22161 0 -1 0 33041 0 4 0 2334 26 0 0 20 0 9 0 24937011 889499648 26762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23702/statm: 217163 26762 2568 9 0 211668 0
[pid=23702/tid=23703] ppid=23701 vsize=868652 CPUtime=20.4
/proc/23702/task/23703/stat : 23703 (java) R 23701 23688 22161 0 -1 64 4391 0 4 0 2034 6 0 0 25 0 9 0 24937012 889499648 26762 996147200 134512640 134550932 4294955936 18446744073709551615 4126503404 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23704] ppid=23701 vsize=868652 CPUtime=2.96
/proc/23702/task/23704/stat : 23704 (java) S 23701 23688 22161 0 -1 64 26433 0 0 0 278 18 0 0 16 0 9 0 24937013 889499648 26762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23705] ppid=23701 vsize=868652 CPUtime=0
/proc/23702/task/23705/stat : 23705 (java) S 23701 23688 22161 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24937013 889499648 26762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23706] ppid=23701 vsize=868652 CPUtime=0
/proc/23702/task/23706/stat : 23706 (java) S 23701 23688 22161 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24937013 889499648 26762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23707] ppid=23701 vsize=868652 CPUtime=0

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

[startup+282.302 s]
/proc/loadavg: 2.49 2.26 2.25 3/91 23710
/proc/meminfo: memFree=15264/2055920 swapFree=4192812/4192956
[pid=23688] ppid=23686 vsize=16868 CPUtime=1.44
/proc/23688/stat : 23688 (sugar) S 23686 23688 22161 0 -1 4194304 1305 13127 5 10 6 2 126 10 16 0 1 0 24936836 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23688/statm: 4217 1111 409 3 0 796 0
[pid=23701] ppid=23688 vsize=5356 CPUtime=0
/proc/23701/stat : 23701 (sh) S 23688 23688 22161 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24937011 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23701/statm: 1339 233 193 169 0 50 0
[pid=23702] ppid=23701 vsize=868764 CPUtime=276.49
/proc/23702/stat : 23702 (java) S 23701 23688 22161 0 -1 0 48234 0 6 0 26681 968 0 0 20 0 9 0 24937011 889614336 37123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23702/statm: 217191 37123 2593 9 0 211668 0
[pid=23702/tid=23703] ppid=23701 vsize=868764 CPUtime=268.89
/proc/23702/task/23703/stat : 23703 (java) R 23701 23688 22161 0 -1 64 8145 0 6 0 25969 920 0 0 25 0 9 0 24937012 889614336 37123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23702/tid=23704] ppid=23701 vsize=868764 CPUtime=7.27
/proc/23702/task/23704/stat : 23704 (java) S 23701 23688 22161 0 -1 64 37825 0 0 0 682 45 0 0 16 0 9 0 24937013 889614336 37123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23702/tid=23705] ppid=23701 vsize=868764 CPUtime=0
/proc/23702/task/23705/stat : 23705 (java) S 23701 23688 22161 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24937013 889614336 37123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23706] ppid=23701 vsize=868764 CPUtime=0
/proc/23702/task/23706/stat : 23706 (java) S 23701 23688 22161 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24937013 889614336 37123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23707] ppid=23701 vsize=868764 CPUtime=0
/proc/23702/task/23707/stat : 23707 (java) S 23701 23688 22161 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24937016 889614336 37123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23708] ppid=23701 vsize=868764 CPUtime=0.3
/proc/23702/task/23708/stat : 23708 (java) S 23701 23688 22161 0 -1 64 1562 0 0 0 29 1 0 0 15 0 9 0 24937016 889614336 37123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23702/tid=23709] ppid=23701 vsize=868764 CPUtime=0
/proc/23702/task/23709/stat : 23709 (java) S 23701 23688 22161 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24937016 889614336 37123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23702/tid=23710] ppid=23701 vsize=868764 CPUtime=0
/proc/23702/task/23710/stat : 23710 (java) S 23701 23688 22161 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24937016 889614336 37123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 277.93
Current children cumulated vsize (KiB) 890988

[startup+342.301 s]
/proc/loadavg: 2.25 2.23 2.24 3/83 23712
/proc/meminfo: memFree=14944/2055920 swapFree=4192812/4192956
[pid=23688] ppid=23686 vsize=16868 CPUtime=282.54
/proc/23688/stat : 23688 (sugar) S 23686 23688 22161 0 -1 4194304 1361 61728 5 19 7 2 27242 1003 16 0 1 0 24936836 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23688/statm: 4217 1114 409 3 0 796 0
[pid=23711] ppid=23688 vsize=5356 CPUtime=0
/proc/23711/stat : 23711 (sh) S 23688 23688 22161 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 24965547 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23711/statm: 1339 232 193 169 0 50 0
[pid=23712] ppid=23711 vsize=750596 CPUtime=53.91
/proc/23712/stat : 23712 (picosat) R 23711 23688 22161 0 -1 4194304 177924 0 4 0 2450 2941 0 0 25 0 1 0 24965555 768610304 177914 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/23712/statm: 187649 177914 40 102 0 187544 0
Current children cumulated CPU time (s) 336.45
Current children cumulated vsize (KiB) 772820



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+346.802 s]
/proc/loadavg: 2.22 2.22 2.24 3/83 23712
/proc/meminfo: memFree=15648/2055920 swapFree=4192812/4192956
[pid=23688] ppid=23686 vsize=16868 CPUtime=282.54
/proc/23688/stat : 23688 (sugar) S 23686 23688 22161 0 -1 4194304 1372 61728 5 19 7 2 27242 1003 16 0 1 0 24936836 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23688/statm: 4217 1114 409 3 0 796 0
[pid=23711] ppid=23688 vsize=5356 CPUtime=0
/proc/23711/stat : 23711 (sh) S 23688 23688 22161 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 24965547 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23711/statm: 1339 232 193 169 0 50 0
[pid=23712] ppid=23711 vsize=918876 CPUtime=58.32
/proc/23712/stat : 23712 (picosat) R 23711 23688 22161 0 -1 4195840 192537 0 5 0 2649 3183 0 0 25 0 1 0 24965555 940929024 192528 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 0 0 0 17 0 0 0
/proc/23712/statm: 229719 192528 41 102 0 229614 0
Current children cumulated CPU time (s) 340.86
Current children cumulated vsize (KiB) 941100

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

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

[startup+347.401 s]
/proc/loadavg: 2.22 2.22 2.24 3/83 23712
/proc/meminfo: memFree=15648/2055920 swapFree=4192812/4192956
[pid=23688] ppid=23686 vsize=16868 CPUtime=282.54
/proc/23688/stat : 23688 (sugar) S 23686 23688 22161 0 -1 4194304 1394 61728 5 19 7 2 27242 1003 16 0 1 0 24936836 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23688/statm: 4217 1114 409 3 0 796 0
[pid=23711] ppid=23688 vsize=0 CPUtime=0
/proc/23711/stat : 23711 (sh) Z 23688 23688 22161 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 24965547 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23711/statm: 0 0 0 0 0 0 0
[pid=23712] ppid=1 vsize=918876 CPUtime=58.85
/proc/23712/stat : 23712 (picosat) R 1 23688 22161 0 -1 4195840 192537 0 5 0 2649 3236 0 0 25 0 1 0 24965555 940929024 192528 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 0 0 0 17 0 0 0
/proc/23712/statm: 229719 192528 41 102 0 229614 0
Current children cumulated CPU time (s) 341.39
Current children cumulated vsize (KiB) 935744

[startup+347.501 s]
/proc/loadavg: 2.22 2.22 2.24 3/84 23713
/proc/meminfo: memFree=15640/2055920 swapFree=4192812/4192956
[pid=23688] ppid=23686 vsize=16868 CPUtime=282.54
/proc/23688/stat : 23688 (sugar) S 23686 23688 22161 0 -1 4194304 1394 61728 5 19 7 2 27242 1003 16 0 1 0 24936836 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23688/statm: 4217 1114 409 3 0 796 0
[pid=23711] ppid=23688 vsize=0 CPUtime=0
/proc/23711/stat : 23711 (sh) Z 23688 23688 22161 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 24965547 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23711/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.54
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -23688

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

[startup+347.002 s]
/proc/loadavg: 2.22 2.22 2.24 3/83 23712
/proc/meminfo: memFree=15648/2055920 swapFree=4192812/4192956
[pid=23688] ppid=23686 vsize=16868 CPUtime=282.54
/proc/23688/stat : 23688 (sugar) S 23686 23688 22161 0 -1 4194304 1394 61728 5 19 7 2 27242 1003 16 0 1 0 24936836 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23688/statm: 4217 1114 409 3 0 796 0
[pid=23711] ppid=23688 vsize=0 CPUtime=0
/proc/23711/stat : 23711 (sh) Z 23688 23688 22161 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 24965547 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23711/statm: 0 0 0 0 0 0 0
[pid=23712] ppid=1 vsize=918876 CPUtime=58.49
/proc/23712/stat : 23712 (picosat) R 1 23688 22161 0 -1 4195840 192537 0 5 0 2649 3200 0 0 25 0 1 0 24965555 940929024 192528 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 0 0 0 17 0 0 0
/proc/23712/statm: 229719 192528 41 102 0 229614 0
Current children cumulated CPU time (s) 341.03
Current children cumulated vsize (KiB) 935744

[startup+347.801 s]
/proc/loadavg: 2.22 2.22 2.24 3/84 23713
/proc/meminfo: memFree=15640/2055920 swapFree=4192812/4192956
[pid=23688] ppid=23686 vsize=16868 CPUtime=282.54
/proc/23688/stat : 23688 (sugar) S 23686 23688 22161 0 -1 4194304 1394 61728 5 19 7 2 27242 1003 16 0 1 0 24936836 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23688/statm: 4217 1114 409 3 0 796 0
[pid=23711] ppid=23688 vsize=0 CPUtime=0
/proc/23711/stat : 23711 (sh) Z 23688 23688 22161 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 24965547 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23711/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.54
Current children cumulated vsize (KiB) 16868

[startup+348.602 s]
/proc/loadavg: 2.21 2.22 2.24 3/84 23713
/proc/meminfo: memFree=16344/2055920 swapFree=4192812/4192956
[pid=23688] ppid=23686 vsize=16868 CPUtime=282.54
/proc/23688/stat : 23688 (sugar) S 23686 23688 22161 0 -1 4194304 1394 61728 5 19 7 2 27242 1003 16 0 1 0 24936836 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23688/statm: 4217 1114 409 3 0 796 0
[pid=23711] ppid=23688 vsize=0 CPUtime=0
/proc/23711/stat : 23711 (sh) Z 23688 23688 22161 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 24965547 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23711/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.54
Current children cumulated vsize (KiB) 16868

[startup+348.802 s]
/proc/loadavg: 2.21 2.22 2.24 3/84 23713
/proc/meminfo: memFree=16344/2055920 swapFree=4192812/4192956
[pid=23688] ppid=23686 vsize=16868 CPUtime=282.54
/proc/23688/stat : 23688 (sugar) S 23686 23688 22161 0 -1 4194304 1394 61728 5 19 7 2 27242 1003 16 0 1 0 24936836 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23688/statm: 4217 1114 409 3 0 796 0
[pid=23711] ppid=23688 vsize=0 CPUtime=0
/proc/23711/stat : 23711 (sh) Z 23688 23688 22161 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 24965547 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23711/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.54
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): 58.85
#  lost CPU user time (s): 26.49
#  lost CPU system time (s): 32.36

Real time (s): 348.833
CPU time (s): 341.419
CPU user time (s): 298.993
CPU system time (s): 42.4265
CPU usage (%): 97.8745
Max. virtual memory (cumulated for all children) (KiB): 941100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 272.503
system time used= 10.0665
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63122
page faults= 24
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42091
involuntary context switches= 45871

runsolver used 0.439933 second user time and 1.20582 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-12 08:05:06
IDJOB=2084050
IDBENCH=58020
IDSOLVER=738
FILE ID=node27/2084050-1247378705
PBS_JOBID= 9507124
Free space on /tmp= 66316 MiB

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

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

MD5SUM BENCH= 1d1f1cebdc92b091f3f5ffe18a2e82b4
RANDOM SEED=1413072757

node27.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		: 2800.239
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	: 5521.40
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		: 2800.239
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:       1365976 kB
Buffers:          3784 kB
Cached:          37084 kB
SwapCached:          0 kB
Active:         633368 kB
Inactive:         6428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1365976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4116 kB
Writeback:           0 kB
Mapped:         616784 kB
Slab:            34248 kB
Committed_AS:   920300 kB
PageTables:       2896 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 64436 MiB
End job on node27 at 2009-07-12 08:10:55