Trace number 2084028

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) 325.884 356.638

General information on the benchmark

Namecsp/fapp/fapp36/
normalized-fapp36-2000-1.xml
MD5SUM194b5d7d8f6047f875a4112dda62bede
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.5238
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.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 08:04:21 2009
0.00/0.08	c 0	PID 24518
0.07/0.08	c 0	HOST node56.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2084028-1247378661.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-2084028-1247378661.xml' 'HOME/temp.csp'
1.56/1.70	c 2	26 domains, 2000 variables, 8 predicates, 0 relations, 18600 constraints
1.66/1.71	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.66/1.71	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.66/1.79	c 2	Parsing HOME/temp.csp
1.67/1.97	c 2	parsed 10000 expressions
2.04/2.20	c 2	parsed 20000 expressions
2.04/2.20	c 2	parsed 20634 expressions
2.13/2.21	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.13/2.21	c 2	Converting to clausal form CSP
2.23/2.39	c 3	converted 2064 (10%) expressions
6.58/6.75	c 7	converted 4127 (20%) expressions
10.14/10.32	c 11	converted 6191 (30%) expressions
13.44/13.65	c 14	converted 8254 (40%) expressions
16.44/16.61	c 17	converted 10317 (50%) expressions
19.04/19.29	c 20	converted 12381 (60%) expressions
22.23/22.45	c 23	converted 14444 (70%) expressions
24.73/24.99	c 25	converted 16508 (80%) expressions
27.13/27.31	c 28	converted 18571 (90%) expressions
29.13/29.38	c 30	converted 20634 (100%) expressions
29.13/29.38	c 30	CSP : 6108 integers, 51092 booleans, 118022 clauses, largest domain size 2895
29.13/29.38	c 30	Heap : 100 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
29.13/29.38	c 30	Propagation in CSP
31.74/31.98	c 32	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
31.74/31.99	c 32	CSP : 6108 integers, 51092 booleans, 118022 clauses, largest domain size 2895
31.74/31.99	c 32	Heap : 99 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
31.83/32.03	c 32	Simplifing CSP by introducing new Boolean variables
32.73/32.97	c 33	CSP : 6108 integers, 94132 booleans, 161062 clauses, largest domain size 2895
32.73/32.97	c 33	Heap : 112 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
33.43/33.67	c 34	Encoding CSP to SAT : HOME/temp.cnf
39.03/39.25	c 39	611 (10%) CSP integer variables are encoded (227176 clauses, 3640439 bytes)
44.52/44.73	c 45	1222 (20%) CSP integer variables are encoded (454769 clauses, 7509520 bytes)
50.01/50.23	c 50	1833 (30%) CSP integer variables are encoded (682814 clauses, 11386285 bytes)
52.82/53.02	c 53	2444 (40%) CSP integer variables are encoded (1842365 clauses, 32787585 bytes)
54.59/54.81	c 55	3054 (50%) CSP integer variables are encoded (3378889 clauses, 61981541 bytes)
56.30/56.55	c 57	3665 (60%) CSP integer variables are encoded (4891616 clauses, 90723354 bytes)
58.25/58.94	c 59	4276 (70%) CSP integer variables are encoded (6445739 clauses, 120251691 bytes)
60.24/61.02	c 61	4887 (80%) CSP integer variables are encoded (7942306 clauses, 148686464 bytes)
62.04/62.88	c 63	5498 (90%) CSP integer variables are encoded (9486705 clauses, 178030045 bytes)
63.93/64.75	c 65	6108 (100%) CSP integer variables are encoded (11002851 clauses, 208853924 bytes)
86.92/88.36	c 89	16107 (10%) CSP clauses are encoded (15840607 clauses, 338389786 bytes)
107.68/109.93	c 110	32213 (20%) CSP clauses are encoded (20474359 clauses, 464794704 bytes)
126.97/129.81	c 130	48319 (30%) CSP clauses are encoded (24918284 clauses, 585737894 bytes)
149.38/153.21	c 153	64425 (40%) CSP clauses are encoded (30097337 clauses, 727418173 bytes)
169.10/173.90	c 174	80531 (50%) CSP clauses are encoded (34539745 clauses, 849239275 bytes)
191.00/197.64	c 198	96638 (60%) CSP clauses are encoded (39607696 clauses, 988535944 bytes)
211.67/219.13	c 219	112744 (70%) CSP clauses are encoded (44479752 clauses, 1122694322 bytes)
231.24/240.28	c 241	128850 (80%) CSP clauses are encoded (49154769 clauses, 1252621954 bytes)
250.90/261.79	c 262	144956 (90%) CSP clauses are encoded (54240052 clauses, 1396988982 bytes)
269.90/282.17	c 282	161062 (100%) CSP clauses are encoded (59541414 clauses, 1548137967 bytes)
269.90/282.18	c 282	161062 CSP clauses encoded
269.97/282.61	c 283	Writing map file : HOME/temp.map
270.17/284.51	c 285	Heap : 102 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
270.17/284.51	c 285	SAT : 11103091 SAT variables, 59541414 SAT clauses, 1548137967 bytes
270.17/284.51	c 285	Heap : 102 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
270.21/285.87	c 286	SOLVING HOME/temp.cnf
270.21/285.87	c 286	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
325.41/354.52	c 355	*** picosat: out of memory in 'realloc'
325.64/354.80	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-2084028-1247378661/watcher-2084028-1247378661 -o /tmp/evaluation-result-2084028-1247378661/solver-2084028-1247378661 -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-2084028-1247378661.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.04 2.09 2.04 4/84 24518
/proc/meminfo: memFree=1167984/2055920 swapFree=4192952/4192956
[pid=24518] ppid=24516 vsize=18576 CPUtime=0
/proc/24518/stat : 24518 (runsolver) R 24516 24518 19406 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24929435 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 250968861991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24518/statm: 4644 284 249 26 0 2626 0

[startup+0.0852819 s]
/proc/loadavg: 2.04 2.09 2.04 4/84 24518
/proc/meminfo: memFree=1167984/2055920 swapFree=4192952/4192956
[pid=24518] ppid=24516 vsize=16740 CPUtime=0.07
/proc/24518/stat : 24518 (sugar) S 24516 24518 19406 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 24929435 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24518/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101609 s]
/proc/loadavg: 2.04 2.09 2.04 4/84 24518
/proc/meminfo: memFree=1167984/2055920 swapFree=4192952/4192956
[pid=24518] ppid=24516 vsize=16868 CPUtime=0.07
/proc/24518/stat : 24518 (sugar) S 24516 24518 19406 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24929435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24518/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30162 s]
/proc/loadavg: 2.04 2.09 2.04 4/84 24518
/proc/meminfo: memFree=1167984/2055920 swapFree=4192952/4192956
[pid=24518] ppid=24516 vsize=16868 CPUtime=0.07
/proc/24518/stat : 24518 (sugar) S 24516 24518 19406 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24929435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24518/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701661 s]
/proc/loadavg: 2.04 2.09 2.04 4/84 24518
/proc/meminfo: memFree=1167984/2055920 swapFree=4192952/4192956
[pid=24518] ppid=24516 vsize=16868 CPUtime=0.07
/proc/24518/stat : 24518 (sugar) S 24516 24518 19406 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24929435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24518/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50274 s]
/proc/loadavg: 2.04 2.08 2.04 3/95 24530
/proc/meminfo: memFree=1140824/2055920 swapFree=4192952/4192956
[pid=24518] ppid=24516 vsize=16868 CPUtime=0.07
/proc/24518/stat : 24518 (sugar) S 24516 24518 19406 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24929435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24518/statm: 4217 1111 409 3 0 796 0
[pid=24521] ppid=24518 vsize=5356 CPUtime=0
/proc/24521/stat : 24521 (sh) S 24518 24518 19406 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24929444 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24521/statm: 1339 233 193 169 0 50 0
[pid=24522] ppid=24521 vsize=864772 CPUtime=1.38
/proc/24522/stat : 24522 (java) S 24521 24518 19406 0 -1 0 12489 0 1 0 132 6 0 0 18 0 9 0 24929444 885526528 10520 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24522/statm: 216193 10520 2557 9 0 210705 0
[pid=24522/tid=24523] ppid=24521 vsize=864772 CPUtime=0.82
/proc/24522/task/24523/stat : 24523 (java) R 24521 24518 19406 0 -1 64 3014 0 1 0 80 2 0 0 24 0 9 0 24929445 885526528 10520 996147200 134512640 134550932 4294955984 18446744073709551615 4125975331 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24524] ppid=24521 vsize=864772 CPUtime=0.41
/proc/24522/task/24524/stat : 24524 (java) S 24521 24518 19406 0 -1 64 8244 0 0 0 38 3 0 0 17 0 9 0 24929446 885526528 10520 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24525] ppid=24521 vsize=864772 CPUtime=0
/proc/24522/task/24525/stat : 24525 (java) S 24521 24518 19406 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24929447 885526528 10520 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24526] ppid=24521 vsize=864772 CPUtime=0
/proc/24522/task/24526/stat : 24526 (java) S 24521 24518 19406 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24929447 885526528 10520 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24527] ppid=24521 vsize=864772 CPUtime=0
/proc/24522/task/24527/stat : 24527 (java) S 24521 24518 19406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24929449 885526528 10520 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24528] ppid=24521 vsize=864772 CPUtime=0.14
/proc/24522/task/24528/stat : 24528 (java) S 24521 24518 19406 0 -1 64 526 0 0 0 14 0 0 0 16 0 9 0 24929449 885526528 10520 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24529] ppid=24521 vsize=864772 CPUtime=0
/proc/24522/task/24529/stat : 24529 (java) S 24521 24518 19406 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24929449 885526528 10520 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24522/tid=24530] ppid=24521 vsize=864772 CPUtime=0
/proc/24522/task/24530/stat : 24530 (java) S 24521 24518 19406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24929449 885526528 10520 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886996

[startup+3.10191 s]
/proc/loadavg: 2.04 2.08 2.04 3/95 24540
/proc/meminfo: memFree=1146328/2055920 swapFree=4192952/4192956
[pid=24518] ppid=24516 vsize=16868 CPUtime=1.67
/proc/24518/stat : 24518 (sugar) S 24516 24518 19406 0 -1 4194304 1309 13144 0 1 5 2 152 8 16 0 1 0 24929435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24518/statm: 4217 1111 409 3 0 796 0
[pid=24531] ppid=24518 vsize=5356 CPUtime=0
/proc/24531/stat : 24531 (sh) S 24518 24518 19406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24929606 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24531/statm: 1339 233 193 169 0 50 0
[pid=24532] ppid=24531 vsize=868564 CPUtime=1.36
/proc/24532/stat : 24532 (java) S 24531 24518 19406 0 -1 0 8872 0 1 0 130 6 0 0 18 0 9 0 24929607 889409536 7944 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24532/statm: 217141 7944 2570 9 0 211646 0
[pid=24532/tid=24533] ppid=24531 vsize=868564 CPUtime=0.93
/proc/24532/task/24533/stat : 24533 (java) R 24531 24518 19406 0 -1 64 2644 0 1 0 92 1 0 0 25 0 9 0 24929608 889409536 7944 996147200 134512640 134550932 4294955936 18446744073709551615 4126604297 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24534] ppid=24531 vsize=868564 CPUtime=0.22
/proc/24532/task/24534/stat : 24534 (java) S 24531 24518 19406 0 -1 64 4044 0 0 0 20 2 0 0 16 0 9 0 24929609 889409536 7944 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24535] ppid=24531 vsize=868564 CPUtime=0
/proc/24532/task/24535/stat : 24535 (java) S 24531 24518 19406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24929609 889409536 7944 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24536] ppid=24531 vsize=868564 CPUtime=0
/proc/24532/task/24536/stat : 24536 (java) S 24531 24518 19406 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24929609 889409536 7944 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24537] ppid=24531 vsize=868564 CPUtime=0
/proc/24532/task/24537/stat : 24537 (java) S 24531 24518 19406 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24929611 889409536 7944 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24538] ppid=24531 vsize=868564 CPUtime=0.18
/proc/24532/task/24538/stat : 24538 (java) S 24531 24518 19406 0 -1 64 1482 0 0 0 17 1 0 0 15 0 9 0 24929611 889409536 7944 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24539] ppid=24531 vsize=868564 CPUtime=0
/proc/24532/task/24539/stat : 24539 (java) S 24531 24518 19406 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24929611 889409536 7944 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24540] ppid=24531 vsize=868564 CPUtime=0
/proc/24532/task/24540/stat : 24540 (java) S 24531 24518 19406 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24929611 889409536 7944 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890788

[startup+6.30221 s]
/proc/loadavg: 2.04 2.08 2.04 3/95 24540
/proc/meminfo: memFree=1124760/2055920 swapFree=4192952/4192956
[pid=24518] ppid=24516 vsize=16868 CPUtime=1.67
/proc/24518/stat : 24518 (sugar) S 24516 24518 19406 0 -1 4194304 1309 13144 0 1 5 2 152 8 16 0 1 0 24929435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24518/statm: 4217 1111 409 3 0 796 0
[pid=24531] ppid=24518 vsize=5356 CPUtime=0
/proc/24531/stat : 24531 (sh) S 24518 24518 19406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24929606 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24531/statm: 1339 233 193 169 0 50 0
[pid=24532] ppid=24531 vsize=868652 CPUtime=4.52
/proc/24532/stat : 24532 (java) S 24531 24518 19406 0 -1 0 11614 0 1 0 443 9 0 0 18 0 9 0 24929607 889499648 10358 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24532/statm: 217163 10358 2567 9 0 211668 0
[pid=24532/tid=24533] ppid=24531 vsize=868652 CPUtime=3.72
/proc/24532/task/24533/stat : 24533 (java) R 24531 24518 19406 0 -1 64 2987 0 1 0 370 2 0 0 25 0 9 0 24929608 889499648 10358 996147200 134512640 134550932 4294955936 18446744073709551615 4126448535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24534] ppid=24531 vsize=868652 CPUtime=0.58
/proc/24532/task/24534/stat : 24534 (java) S 24531 24518 19406 0 -1 64 6433 0 0 0 53 5 0 0 16 0 9 0 24929609 889499648 10358 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24535] ppid=24531 vsize=868652 CPUtime=0
/proc/24532/task/24535/stat : 24535 (java) S 24531 24518 19406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24929609 889499648 10358 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24536] ppid=24531 vsize=868652 CPUtime=0
/proc/24532/task/24536/stat : 24536 (java) S 24531 24518 19406 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24929609 889499648 10358 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24537] ppid=24531 vsize=868652 CPUtime=0
/proc/24532/task/24537/stat : 24537 (java) S 24531 24518 19406 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24929611 889499648 10358 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24538] ppid=24531 vsize=868652 CPUtime=0.2
/proc/24532/task/24538/stat : 24538 (java) S 24531 24518 19406 0 -1 64 1492 0 0 0 19 1 0 0 15 0 9 0 24929611 889499648 10358 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24539] ppid=24531 vsize=868652 CPUtime=0
/proc/24532/task/24539/stat : 24539 (java) S 24531 24518 19406 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24929611 889499648 10358 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24540] ppid=24531 vsize=868652 CPUtime=0
/proc/24532/task/24540/stat : 24540 (java) S 24531 24518 19406 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24929611 889499648 10358 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890876

[startup+12.7018 s]
/proc/loadavg: 2.03 2.08 2.04 3/95 24540
/proc/meminfo: memFree=1091672/2055920 swapFree=4192952/4192956
[pid=24518] ppid=24516 vsize=16868 CPUtime=1.67
/proc/24518/stat : 24518 (sugar) S 24516 24518 19406 0 -1 4194304 1309 13144 0 1 5 2 152 8 16 0 1 0 24929435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24518/statm: 4217 1111 409 3 0 796 0
[pid=24531] ppid=24518 vsize=5356 CPUtime=0
/proc/24531/stat : 24531 (sh) S 24518 24518 19406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24929606 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24531/statm: 1339 233 193 169 0 50 0
[pid=24532] ppid=24531 vsize=868652 CPUtime=10.87
/proc/24532/stat : 24532 (java) S 24531 24518 19406 0 -1 0 19827 0 1 0 1071 16 0 0 18 0 9 0 24929607 889499648 16052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24532/statm: 217163 16052 2568 9 0 211668 0
[pid=24532/tid=24533] ppid=24531 vsize=868652 CPUtime=9.1
/proc/24532/task/24533/stat : 24533 (java) R 24531 24518 19406 0 -1 64 3710 0 1 0 907 3 0 0 25 0 9 0 24929608 889499648 16052 996147200 134512640 134550932 4294955936 18446744073709551615 4126512089 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24532/tid=24534] ppid=24531 vsize=868652 CPUtime=1.53
/proc/24532/task/24534/stat : 24534 (java) S 24531 24518 19406 0 -1 64 13915 0 0 0 143 10 0 0 16 0 9 0 24929609 889499648 16052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24532/tid=24535] ppid=24531 vsize=868652 CPUtime=0
/proc/24532/task/24535/stat : 24535 (java) S 24531 24518 19406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24929609 889499648 16052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24536] ppid=24531 vsize=868652 CPUtime=0
/proc/24532/task/24536/stat : 24536 (java) S 24531 24518 19406 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24929609 889499648 16052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24537] ppid=24531 vsize=868652 CPUtime=0
/proc/24532/task/24537/stat : 24537 (java) S 24531 24518 19406 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24929611 889499648 16052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24538] ppid=24531 vsize=868652 CPUtime=0.2
/proc/24532/task/24538/stat : 24538 (java) S 24531 24518 19406 0 -1 64 1500 0 0 0 19 1 0 0 17 0 9 0 24929611 889499648 16052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24532/tid=24539] ppid=24531 vsize=868652 CPUtime=0
/proc/24532/task/24539/stat : 24539 (java) S 24531 24518 19406 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24929611 889499648 16052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24540] ppid=24531 vsize=868652 CPUtime=0
/proc/24532/task/24540/stat : 24540 (java) S 24531 24518 19406 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24929611 889499648 16052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 890876

[startup+25.5021 s]
/proc/loadavg: 2.10 2.10 2.04 3/95 24540
/proc/meminfo: memFree=1021976/2055920 swapFree=4192952/4192956
[pid=24518] ppid=24516 vsize=16868 CPUtime=1.67
/proc/24518/stat : 24518 (sugar) S 24516 24518 19406 0 -1 4194304 1309 13144 0 1 5 2 152 8 16 0 1 0 24929435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24518/statm: 4217 1111 409 3 0 796 0
[pid=24531] ppid=24518 vsize=5356 CPUtime=0
/proc/24531/stat : 24531 (sh) S 24518 24518 19406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24929606 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24531/statm: 1339 233 193 169 0 50 0
[pid=24532] ppid=24531 vsize=868652 CPUtime=23.66
/proc/24532/stat : 24532 (java) S 24531 24518 19406 0 -1 0 34341 0 1 0 2341 25 0 0 18 0 9 0 24929607 889499648 28357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24532/statm: 217163 28357 2568 9 0 211668 0
[pid=24532/tid=24533] ppid=24531 vsize=868652 CPUtime=20.49
/proc/24532/task/24533/stat : 24533 (java) R 24531 24518 19406 0 -1 64 4459 0 1 0 2045 4 0 0 25 0 9 0 24929608 889499648 28357 996147200 134512640 134550932 4294955936 18446744073709551615 4126507853 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24532/tid=24534] ppid=24531 vsize=868652 CPUtime=2.93
/proc/24532/task/24534/stat : 24534 (java) S 24531 24518 19406 0 -1 64 27677 0 0 0 275 18 0 0 16 0 9 0 24929609 889499648 28357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24532/tid=24535] ppid=24531 vsize=868652 CPUtime=0
/proc/24532/task/24535/stat : 24535 (java) S 24531 24518 19406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24929609 889499648 28357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24536] ppid=24531 vsize=868652 CPUtime=0
/proc/24532/task/24536/stat : 24536 (java) S 24531 24518 19406 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24929609 889499648 28357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24537] ppid=24531 vsize=868652 CPUtime=0

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

[startup+282.302 s]
/proc/loadavg: 3.79 2.95 2.39 3/95 24557
/proc/meminfo: memFree=16280/2055920 swapFree=4192812/4192956
[pid=24518] ppid=24516 vsize=16868 CPUtime=1.67
/proc/24518/stat : 24518 (sugar) S 24516 24518 19406 0 -1 4194304 1310 13144 0 1 5 2 152 8 16 0 1 0 24929435 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24518/statm: 4217 1111 409 3 0 796 0
[pid=24531] ppid=24518 vsize=5356 CPUtime=0
/proc/24531/stat : 24531 (sh) S 24518 24518 19406 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24929606 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24531/statm: 1339 233 193 169 0 50 0
[pid=24532] ppid=24531 vsize=868764 CPUtime=268.3
/proc/24532/stat : 24532 (java) S 24531 24518 19406 0 -1 0 48174 0 1 0 25887 943 0 0 18 0 9 0 24929607 889614336 37180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24532/statm: 217191 37180 2593 9 0 211668 0
[pid=24532/tid=24533] ppid=24531 vsize=868764 CPUtime=261.15
/proc/24532/task/24533/stat : 24533 (java) D 24531 24518 19406 0 -1 64 8218 0 1 0 25216 899 0 0 25 0 9 0 24929608 889614336 37180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=24532/tid=24534] ppid=24531 vsize=868764 CPUtime=6.84
/proc/24532/task/24534/stat : 24534 (java) S 24531 24518 19406 0 -1 64 37705 0 0 0 643 41 0 0 16 0 9 0 24929609 889614336 37180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24535] ppid=24531 vsize=868764 CPUtime=0
/proc/24532/task/24535/stat : 24535 (java) S 24531 24518 19406 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24929609 889614336 37180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24532/tid=24536] ppid=24531 vsize=868764 CPUtime=0
/proc/24532/task/24536/stat : 24536 (java) S 24531 24518 19406 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24929609 889614336 37180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24532/tid=24537] ppid=24531 vsize=868764 CPUtime=0
/proc/24532/task/24537/stat : 24537 (java) S 24531 24518 19406 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24929611 889614336 37180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24538] ppid=24531 vsize=868764 CPUtime=0.28
/proc/24532/task/24538/stat : 24538 (java) S 24531 24518 19406 0 -1 64 1549 0 0 0 27 1 0 0 16 0 9 0 24929611 889614336 37180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24532/tid=24539] ppid=24531 vsize=868764 CPUtime=0
/proc/24532/task/24539/stat : 24539 (java) S 24531 24518 19406 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24929611 889614336 37180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24540] ppid=24531 vsize=868764 CPUtime=0
/proc/24532/task/24540/stat : 24540 (java) S 24531 24518 19406 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24929611 889614336 37180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 269.97
Current children cumulated vsize (KiB) 890988

[startup+342.302 s]
/proc/loadavg: 3.14 2.92 2.42 4/87 24560
/proc/meminfo: memFree=16024/2055920 swapFree=4192812/4192956
[pid=24518] ppid=24516 vsize=16868 CPUtime=270.23
/proc/24518/stat : 24518 (sugar) S 24516 24518 19406 0 -1 4194304 1366 61627 0 2 6 2 26059 956 16 0 1 0 24929435 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24518/statm: 4217 1114 409 3 0 796 0
[pid=24558] ppid=24518 vsize=5356 CPUtime=0
/proc/24558/stat : 24558 (sh) S 24518 24518 19406 0 -1 4194304 274 0 3 0 0 0 0 0 18 0 1 0 24958022 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24558/statm: 1339 232 193 169 0 50 0
[pid=24560] ppid=24558 vsize=712580 CPUtime=43.08
/proc/24560/stat : 24560 (picosat) R 24558 24518 19406 0 -1 4194304 150033 0 4 0 1967 2341 0 0 25 0 1 0 24958596 729681920 150023 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/24560/statm: 178145 150023 40 102 0 178040 0
Current children cumulated CPU time (s) 313.31
Current children cumulated vsize (KiB) 734804



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+354.601 s]
/proc/loadavg: 3.04 2.91 2.42 4/87 24560
/proc/meminfo: memFree=15896/2055920 swapFree=4192812/4192956
[pid=24518] ppid=24516 vsize=16868 CPUtime=270.23
/proc/24518/stat : 24518 (sugar) S 24516 24518 19406 0 -1 4194304 1377 61627 0 2 6 2 26059 956 16 0 1 0 24929435 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24518/statm: 4217 1114 409 3 0 796 0
[pid=24558] ppid=24518 vsize=5356 CPUtime=0
/proc/24558/stat : 24558 (sh) S 24518 24518 19406 0 -1 4194304 274 0 3 0 0 0 0 0 18 0 1 0 24958022 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24558/statm: 1339 232 193 169 0 50 0
[pid=24560] ppid=24558 vsize=918876 CPUtime=55.26
/proc/24560/stat : 24560 (picosat) R 24558 24518 19406 0 -1 4195840 192537 0 5 0 2522 3004 0 0 24 0 1 0 24958596 940929024 192528 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 0 0 0 17 0 0 0
/proc/24560/statm: 229719 192528 41 102 0 229614 0
Current children cumulated CPU time (s) 325.49
Current children cumulated vsize (KiB) 941100

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

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

[startup+355.101 s]
/proc/loadavg: 3.04 2.91 2.42 4/87 24560
/proc/meminfo: memFree=15896/2055920 swapFree=4192812/4192956
[pid=24518] ppid=24516 vsize=16868 CPUtime=270.23
/proc/24518/stat : 24518 (sugar) S 24516 24518 19406 0 -1 4194304 1399 61627 0 2 6 2 26059 956 16 0 1 0 24929435 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24518/statm: 4217 1114 409 3 0 796 0
[pid=24558] ppid=24518 vsize=0 CPUtime=0
/proc/24558/stat : 24558 (sh) Z 24518 24518 19406 0 -1 4195340 274 0 3 0 0 0 0 0 16 0 1 0 24958022 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24558/statm: 0 0 0 0 0 0 0
[pid=24560] ppid=1 vsize=918876 CPUtime=55.63
/proc/24560/stat : 24560 (picosat) R 1 24518 19406 0 -1 4195840 192537 0 5 0 2522 3041 0 0 25 0 1 0 24958596 940929024 192528 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 0 0 0 17 0 0 0
/proc/24560/statm: 229719 192528 41 102 0 229614 0
Current children cumulated CPU time (s) 325.86
Current children cumulated vsize (KiB) 935744

[startup+355.201 s]
/proc/loadavg: 3.04 2.91 2.42 3/88 24561
/proc/meminfo: memFree=15760/2055920 swapFree=4192812/4192956
[pid=24518] ppid=24516 vsize=16868 CPUtime=270.23
/proc/24518/stat : 24518 (sugar) S 24516 24518 19406 0 -1 4194304 1399 61627 0 2 6 2 26059 956 16 0 1 0 24929435 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24518/statm: 4217 1114 409 3 0 796 0
[pid=24558] ppid=24518 vsize=0 CPUtime=0
/proc/24558/stat : 24558 (sh) Z 24518 24518 19406 0 -1 4195340 274 0 3 0 0 0 0 0 16 0 1 0 24958022 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24558/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 270.23
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -24518

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

[startup+355.001 s]
/proc/loadavg: 3.04 2.91 2.42 4/87 24560
/proc/meminfo: memFree=15896/2055920 swapFree=4192812/4192956
[pid=24518] ppid=24516 vsize=16868 CPUtime=270.23
/proc/24518/stat : 24518 (sugar) S 24516 24518 19406 0 -1 4194304 1399 61627 0 2 6 2 26059 956 16 0 1 0 24929435 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24518/statm: 4217 1114 409 3 0 796 0
[pid=24558] ppid=24518 vsize=0 CPUtime=0
/proc/24558/stat : 24558 (sh) Z 24518 24518 19406 0 -1 4195340 274 0 3 0 0 0 0 0 16 0 1 0 24958022 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24558/statm: 0 0 0 0 0 0 0
[pid=24560] ppid=1 vsize=918876 CPUtime=55.57
/proc/24560/stat : 24560 (picosat) R 1 24518 19406 0 -1 4195840 192537 0 5 0 2522 3035 0 0 25 0 1 0 24958596 940929024 192528 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 0 0 0 17 0 0 0
/proc/24560/statm: 229719 192528 41 102 0 229614 0
Current children cumulated CPU time (s) 325.8
Current children cumulated vsize (KiB) 935744

[startup+355.801 s]
/proc/loadavg: 3.04 2.91 2.42 3/88 24561
/proc/meminfo: memFree=15760/2055920 swapFree=4192812/4192956
[pid=24518] ppid=24516 vsize=16868 CPUtime=270.23
/proc/24518/stat : 24518 (sugar) S 24516 24518 19406 0 -1 4194304 1399 61627 0 2 6 2 26059 956 16 0 1 0 24929435 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24518/statm: 4217 1114 409 3 0 796 0
[pid=24558] ppid=24518 vsize=0 CPUtime=0
/proc/24558/stat : 24558 (sh) Z 24518 24518 19406 0 -1 4195340 274 0 3 0 0 0 0 0 16 0 1 0 24958022 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24558/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 270.23
Current children cumulated vsize (KiB) 16868

[startup+356.201 s]
/proc/loadavg: 3.04 2.91 2.42 3/88 24561
/proc/meminfo: memFree=15760/2055920 swapFree=4192812/4192956
[pid=24518] ppid=24516 vsize=16868 CPUtime=270.23
/proc/24518/stat : 24518 (sugar) S 24516 24518 19406 0 -1 4194304 1399 61627 0 2 6 2 26059 956 16 0 1 0 24929435 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24518/statm: 4217 1114 409 3 0 796 0
[pid=24558] ppid=24518 vsize=0 CPUtime=0
/proc/24558/stat : 24558 (sh) Z 24518 24518 19406 0 -1 4195340 274 0 3 0 0 0 0 0 16 0 1 0 24958022 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24558/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 270.23
Current children cumulated vsize (KiB) 16868

[startup+356.601 s]
/proc/loadavg: 3.12 2.93 2.43 3/88 24561
/proc/meminfo: memFree=15568/2055920 swapFree=4192812/4192956
[pid=24518] ppid=24516 vsize=16868 CPUtime=270.23
/proc/24518/stat : 24518 (sugar) S 24516 24518 19406 0 -1 4194304 1399 61627 0 2 6 2 26059 956 16 0 1 0 24929435 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24518/statm: 4217 1114 409 3 0 796 0
[pid=24558] ppid=24518 vsize=0 CPUtime=0
/proc/24558/stat : 24558 (sh) Z 24518 24518 19406 0 -1 4195340 274 0 3 0 0 0 0 0 16 0 1 0 24958022 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24558/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 270.23
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): 55.63
#  lost CPU user time (s): 25.22
#  lost CPU system time (s): 30.41

Real time (s): 356.638
CPU time (s): 325.884
CPU user time (s): 285.88
CPU system time (s): 40.0035
CPU usage (%): 91.3766
Max. virtual memory (cumulated for all children) (KiB): 941100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 260.66
system time used= 9.59354
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63026
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= 41619
involuntary context switches= 46045

runsolver used 0.440932 second user time and 1.24181 second system time

The end

Launcher Data

Begin job on node56 at 2009-07-12 08:04:21
IDJOB=2084028
IDBENCH=58013
IDSOLVER=738
FILE ID=node56/2084028-1247378661
PBS_JOBID= 9507086
Free space on /tmp= 103048 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp36/normalized-fapp36-2000-1.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-2084028-1247378661/watcher-2084028-1247378661 -o /tmp/evaluation-result-2084028-1247378661/solver-2084028-1247378661 -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-2084028-1247378661.xml

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

MD5SUM BENCH= 194b5d7d8f6047f875a4112dda62bede
RANDOM SEED=1203170836

node56.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.209
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.209
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:       1168464 kB
Buffers:         83212 kB
Cached:         374628 kB
SwapCached:          4 kB
Active:         503096 kB
Inactive:       303992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1168464 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            3952 kB
Writeback:           0 kB
Mapped:         364984 kB
Slab:            65028 kB
Committed_AS:   886324 kB
PageTables:       2508 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= 101284 MiB
End job on node56 at 2009-07-12 08:10:18