Trace number 2083181

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) 260.351 270.73

General information on the benchmark

Namecsp/fapp/fapp13/
normalized-fapp13-2000-7.xml
MD5SUM84133ea5ae34af4b55008c1b033d164e
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 benchmark198.569
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints25652
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25652
Global constraints used (with number of constraints)

Solver Data

0.05/0.24	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.24	c 0	BEGIN Sun Jul 12 07:33:45 2009
0.05/0.24	c 0	PID 25398
0.05/0.24	c 0	HOST node73.alineos.net
0.05/0.24	c 0	CONVERTING HOME/instance-2083181-1247376824.xml TO HOME/temp.csp
0.05/0.24	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083181-1247376824.xml' 'HOME/temp.csp'
1.89/2.13	c 1	49 domains, 2000 variables, 8 predicates, 0 relations, 25652 constraints
1.89/2.15	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.89/2.15	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.92/2.23	c 2	Parsing HOME/temp.csp
1.92/2.42	c 2	parsed 10000 expressions
1.92/2.57	c 2	parsed 20000 expressions
1.92/2.72	c 2	parsed 27709 expressions
1.92/2.73	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.92/2.73	c 2	Converting to clausal form CSP
3.82/4.12	c 3	converted 2771 (10%) expressions
6.98/7.31	c 7	converted 5542 (20%) expressions
10.15/10.57	c 10	converted 8313 (30%) expressions
13.40/13.86	c 13	converted 11084 (40%) expressions
15.98/16.45	c 16	converted 13855 (50%) expressions
19.33/19.87	c 19	converted 16626 (60%) expressions
21.70/22.26	c 22	converted 19397 (70%) expressions
24.17/24.75	c 24	converted 22168 (80%) expressions
26.25/26.88	c 26	converted 24939 (90%) expressions
28.03/28.65	c 28	converted 27709 (100%) expressions
28.03/28.66	c 28	CSP : 7373 integers, 73503 booleans, 166353 clauses, largest domain size 2657
28.03/28.66	c 28	Heap : 178 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
28.03/28.66	c 28	Propagation in CSP
31.19/31.85	c 31	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
31.19/31.85	c 31	CSP : 7373 integers, 73503 booleans, 166353 clauses, largest domain size 2657
31.19/31.85	c 31	Heap : 183 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
31.29/31.92	c 31	Simplifing CSP by introducing new Boolean variables
31.59/32.21	c 31	CSP : 7373 integers, 134139 booleans, 226989 clauses, largest domain size 2657
31.59/32.21	c 31	Heap : 194 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
32.77/33.50	c 33	Encoding CSP to SAT : HOME/temp.cnf
34.94/35.62	c 35	738 (10%) CSP integer variables are encoded (117562 clauses, 1777793 bytes)
36.92/37.66	c 37	1475 (20%) CSP integer variables are encoded (233325 clauses, 3745764 bytes)
38.90/39.69	c 39	2212 (30%) CSP integer variables are encoded (740018 clauses, 12359545 bytes)
40.88/41.68	c 41	2950 (40%) CSP integer variables are encoded (2301554 clauses, 41513438 bytes)
42.93/43.70	c 43	3687 (50%) CSP integer variables are encoded (3849825 clauses, 70930587 bytes)
44.77/45.87	c 45	4424 (60%) CSP integer variables are encoded (5344932 clauses, 99337620 bytes)
46.75/47.89	c 47	5162 (70%) CSP integer variables are encoded (6898164 clauses, 128849028 bytes)
48.80/49.99	c 49	5899 (80%) CSP integer variables are encoded (8457255 clauses, 158471757 bytes)
50.77/51.96	c 51	6636 (90%) CSP integer variables are encoded (9926800 clauses, 186393112 bytes)
52.82/54.05	c 53	7373 (100%) CSP integer variables are encoded (11430017 clauses, 217827608 bytes)
67.34/69.32	c 69	22699 (10%) CSP clauses are encoded (16638962 clauses, 358676337 bytes)
82.44/84.88	c 84	45398 (20%) CSP clauses are encoded (22308309 clauses, 515750733 bytes)
95.84/98.70	c 98	68097 (30%) CSP clauses are encoded (27218502 clauses, 652352536 bytes)
110.66/113.93	c 113	90796 (40%) CSP clauses are encoded (32780777 clauses, 806989855 bytes)
125.95/129.70	c 129	113495 (50%) CSP clauses are encoded (38545165 clauses, 967722199 bytes)
141.07/145.44	c 145	136194 (60%) CSP clauses are encoded (44249597 clauses, 1127020670 bytes)
156.36/161.17	c 160	158893 (70%) CSP clauses are encoded (50104574 clauses, 1290799204 bytes)
170.23/175.66	c 175	181592 (80%) CSP clauses are encoded (55384083 clauses, 1442936156 bytes)
185.29/191.17	c 190	204291 (90%) CSP clauses are encoded (61268300 clauses, 1614691349 bytes)
200.52/207.12	c 206	226989 (100%) CSP clauses are encoded (67360757 clauses, 1793724097 bytes)
200.52/207.12	c 206	226989 CSP clauses encoded
200.52/207.14	c 206	Writing map file : HOME/temp.map
200.66/207.40	c 207	Heap : 194 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
200.66/207.40	c 207	SAT : 11571529 SAT variables, 67360757 SAT clauses, 1793724097 bytes
200.66/207.40	c 207	Heap : 194 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
200.71/207.50	c 207	SOLVING HOME/temp.cnf
200.71/207.50	c 207	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
259.72/268.62	c 268	*** picosat: out of memory in 'realloc'
259.81/268.72	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-2083181-1247376824/watcher-2083181-1247376824 -o /tmp/evaluation-result-2083181-1247376824/solver-2083181-1247376824 -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-2083181-1247376824.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.21 2.12 2.03 4/83 25398
/proc/meminfo: memFree=1798040/2055920 swapFree=4192812/4192956
[pid=25398] ppid=25396 vsize=18576 CPUtime=0
/proc/25398/stat : 25398 (runsolver) D 25396 25398 21149 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24747776 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 210723466535 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/25398/statm: 4644 284 249 26 0 2626 0

[startup+0.0761299 s]
/proc/loadavg: 2.21 2.12 2.03 4/83 25398
/proc/meminfo: memFree=1798040/2055920 swapFree=4192812/4192956
[pid=25398] ppid=25396 vsize=12272 CPUtime=0
/proc/25398/stat : 25398 (sugar) D 25396 25398 21149 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 24747776 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/25398/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101135 s]
/proc/loadavg: 2.21 2.12 2.03 4/83 25398
/proc/meminfo: memFree=1798040/2055920 swapFree=4192812/4192956
[pid=25398] ppid=25396 vsize=12544 CPUtime=0.01
/proc/25398/stat : 25398 (sugar) R 25396 25398 21149 0 -1 4194304 489 0 0 0 0 1 0 0 18 0 1 0 24747776 12845056 457 996147200 4194304 4206940 548682068608 18446744073709551615 210736893642 0 0 4224 0 0 0 0 17 1 0 0
/proc/25398/statm: 3136 457 291 3 0 236 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12544

[startup+0.30116 s]
/proc/loadavg: 2.21 2.12 2.03 4/83 25398
/proc/meminfo: memFree=1798040/2055920 swapFree=4192812/4192956
[pid=25398] ppid=25396 vsize=16868 CPUtime=0.07
/proc/25398/stat : 25398 (sugar) S 25396 25398 21149 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24747776 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25398/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701208 s]
/proc/loadavg: 2.21 2.12 2.03 4/83 25398
/proc/meminfo: memFree=1798040/2055920 swapFree=4192812/4192956
[pid=25398] ppid=25396 vsize=16868 CPUtime=0.07
/proc/25398/stat : 25398 (sugar) S 25396 25398 21149 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24747776 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25398/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50231 s]
/proc/loadavg: 2.21 2.12 2.03 3/94 25410
/proc/meminfo: memFree=1777536/2055920 swapFree=4192812/4192956
[pid=25398] ppid=25396 vsize=16868 CPUtime=0.07
/proc/25398/stat : 25398 (sugar) S 25396 25398 21149 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24747776 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25398/statm: 4217 1111 409 3 0 796 0
[pid=25401] ppid=25398 vsize=5356 CPUtime=0
/proc/25401/stat : 25401 (sh) S 25398 25398 21149 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24747801 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25401/statm: 1339 233 193 169 0 50 0
[pid=25402] ppid=25401 vsize=864776 CPUtime=1.22
/proc/25402/stat : 25402 (java) S 25401 25398 21149 0 -1 0 12344 0 1 0 114 8 0 0 18 0 9 0 24747801 885530624 10381 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25402/statm: 216194 10381 2556 9 0 210706 0
[pid=25402/tid=25403] ppid=25401 vsize=864776 CPUtime=0.69
/proc/25402/task/25403/stat : 25403 (java) R 25401 25398 21149 0 -1 64 2894 0 1 0 67 2 0 0 18 0 9 0 24747802 885530624 10381 996147200 134512640 134550932 4294955984 18446744073709551615 4126714668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25402/tid=25404] ppid=25401 vsize=864776 CPUtime=0.37
/proc/25402/task/25404/stat : 25404 (java) S 25401 25398 21149 0 -1 64 8233 0 0 0 34 3 0 0 17 0 9 0 24747803 885530624 10381 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25402/tid=25405] ppid=25401 vsize=864776 CPUtime=0
/proc/25402/task/25405/stat : 25405 (java) S 25401 25398 21149 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24747804 885530624 10381 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25402/tid=25406] ppid=25401 vsize=864776 CPUtime=0
/proc/25402/task/25406/stat : 25406 (java) S 25401 25398 21149 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24747804 885530624 10381 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25402/tid=25407] ppid=25401 vsize=864776 CPUtime=0
/proc/25402/task/25407/stat : 25407 (java) S 25401 25398 21149 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24747806 885530624 10381 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25402/tid=25408] ppid=25401 vsize=864776 CPUtime=0.11
/proc/25402/task/25408/stat : 25408 (java) S 25401 25398 21149 0 -1 64 512 0 0 0 11 0 0 0 16 0 9 0 24747806 885530624 10381 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25402/tid=25409] ppid=25401 vsize=864776 CPUtime=0
/proc/25402/task/25409/stat : 25409 (java) S 25401 25398 21149 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24747806 885530624 10381 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25402/tid=25410] ppid=25401 vsize=864776 CPUtime=0
/proc/25402/task/25410/stat : 25410 (java) S 25401 25398 21149 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24747806 885530624 10381 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 887000

[startup+3.10149 s]
/proc/loadavg: 2.21 2.12 2.03 3/94 25410
/proc/meminfo: memFree=1749696/2055920 swapFree=4192812/4192956
[pid=25398] ppid=25396 vsize=16868 CPUtime=1.92
/proc/25398/stat : 25398 (sugar) S 25396 25398 21149 0 -1 4194304 1309 15707 0 1 5 2 174 11 15 0 1 0 24747776 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25398/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30287 s]
/proc/loadavg: 2.11 2.10 2.02 4/94 25420
/proc/meminfo: memFree=1756736/2055920 swapFree=4192812/4192956
[pid=25398] ppid=25396 vsize=16868 CPUtime=1.92
/proc/25398/stat : 25398 (sugar) S 25396 25398 21149 0 -1 4194304 1309 15707 0 1 5 2 174 11 16 0 1 0 24747776 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25398/statm: 4217 1111 409 3 0 796 0
[pid=25411] ppid=25398 vsize=5356 CPUtime=0
/proc/25411/stat : 25411 (sh) S 25398 25398 21149 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24747991 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25411/statm: 1339 233 193 169 0 50 0
[pid=25412] ppid=25411 vsize=868644 CPUtime=4.08
/proc/25412/stat : 25412 (java) S 25411 25398 21149 0 -1 0 13890 0 2 0 398 10 0 0 18 0 9 0 24747992 889491456 12719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25412/statm: 217161 12719 2567 9 0 211666 0
[pid=25412/tid=25413] ppid=25411 vsize=868644 CPUtime=3.08
/proc/25412/task/25413/stat : 25413 (java) R 25411 25398 21149 0 -1 64 3026 0 2 0 306 2 0 0 25 0 9 0 24747993 889491456 12719 996147200 134512640 134550932 4294955936 18446744073709551615 4126584859 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25414] ppid=25411 vsize=868644 CPUtime=0.77
/proc/25412/task/25414/stat : 25414 (java) S 25411 25398 21149 0 -1 64 8679 0 0 0 72 5 0 0 16 0 9 0 24747994 889491456 12719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25415] ppid=25411 vsize=868644 CPUtime=0
/proc/25412/task/25415/stat : 25415 (java) S 25411 25398 21149 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24747994 889491456 12719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25416] ppid=25411 vsize=868644 CPUtime=0
/proc/25412/task/25416/stat : 25416 (java) S 25411 25398 21149 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24747994 889491456 12719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25417] ppid=25411 vsize=868644 CPUtime=0
/proc/25412/task/25417/stat : 25417 (java) S 25411 25398 21149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24747996 889491456 12719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25418] ppid=25411 vsize=868644 CPUtime=0.2
/proc/25412/task/25418/stat : 25418 (java) S 25411 25398 21149 0 -1 64 1483 0 0 0 19 1 0 0 15 0 9 0 24747996 889491456 12719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25419] ppid=25411 vsize=868644 CPUtime=0
/proc/25412/task/25419/stat : 25419 (java) S 25411 25398 21149 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24747996 889491456 12719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25420] ppid=25411 vsize=868644 CPUtime=0
/proc/25412/task/25420/stat : 25420 (java) S 25411 25398 21149 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24747996 889491456 12719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 890868

[startup+12.7016 s]
/proc/loadavg: 2.10 2.10 2.02 4/94 25420
/proc/meminfo: memFree=1713728/2055920 swapFree=4192812/4192956
[pid=25398] ppid=25396 vsize=16868 CPUtime=1.92
/proc/25398/stat : 25398 (sugar) S 25396 25398 21149 0 -1 4194304 1309 15707 0 1 5 2 174 11 16 0 1 0 24747776 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25398/statm: 4217 1111 409 3 0 796 0
[pid=25411] ppid=25398 vsize=5356 CPUtime=0
/proc/25411/stat : 25411 (sh) S 25398 25398 21149 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24747991 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25411/statm: 1339 233 193 169 0 50 0
[pid=25412] ppid=25411 vsize=868644 CPUtime=10.39
/proc/25412/stat : 25412 (java) S 25411 25398 21149 0 -1 0 32353 0 2 0 1019 20 0 0 18 0 9 0 24747992 889491456 23028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25412/statm: 217161 23028 2568 9 0 211666 0
[pid=25412/tid=25413] ppid=25411 vsize=868644 CPUtime=7.91
/proc/25412/task/25413/stat : 25413 (java) R 25411 25398 21149 0 -1 64 3891 0 2 0 789 2 0 0 25 0 9 0 24747993 889491456 23028 996147200 134512640 134550932 4294955936 18446744073709551615 4126448516 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25414] ppid=25411 vsize=868644 CPUtime=2.24
/proc/25412/task/25414/stat : 25414 (java) S 25411 25398 21149 0 -1 64 26268 0 0 0 209 15 0 0 16 0 9 0 24747994 889491456 23028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25415] ppid=25411 vsize=868644 CPUtime=0
/proc/25412/task/25415/stat : 25415 (java) S 25411 25398 21149 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24747994 889491456 23028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25416] ppid=25411 vsize=868644 CPUtime=0
/proc/25412/task/25416/stat : 25416 (java) S 25411 25398 21149 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24747994 889491456 23028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25417] ppid=25411 vsize=868644 CPUtime=0
/proc/25412/task/25417/stat : 25417 (java) S 25411 25398 21149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24747996 889491456 23028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25418] ppid=25411 vsize=868644 CPUtime=0.21
/proc/25412/task/25418/stat : 25418 (java) S 25411 25398 21149 0 -1 64 1492 0 0 0 20 1 0 0 15 0 9 0 24747996 889491456 23028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25419] ppid=25411 vsize=868644 CPUtime=0
/proc/25412/task/25419/stat : 25419 (java) S 25411 25398 21149 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24747996 889491456 23028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25420] ppid=25411 vsize=868644 CPUtime=0
/proc/25412/task/25420/stat : 25420 (java) S 25411 25398 21149 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24747996 889491456 23028 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 890868

[startup+25.5021 s]
/proc/loadavg: 2.15 2.11 2.02 3/94 25420
/proc/meminfo: memFree=1622656/2055920 swapFree=4192812/4192956
[pid=25398] ppid=25396 vsize=16868 CPUtime=1.92
/proc/25398/stat : 25398 (sugar) S 25396 25398 21149 0 -1 4194304 1309 15707 0 1 5 2 174 11 16 0 1 0 24747776 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25398/statm: 4217 1111 409 3 0 796 0
[pid=25411] ppid=25398 vsize=5356 CPUtime=0
/proc/25411/stat : 25411 (sh) S 25398 25398 21149 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24747991 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25411/statm: 1339 233 193 169 0 50 0
[pid=25412] ppid=25411 vsize=868644 CPUtime=23.04
/proc/25412/stat : 25412 (java) S 25411 25398 21149 0 -1 0 59483 0 2 0 2270 34 0 0 18 0 9 0 24747992 889491456 45540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25412/statm: 217161 45540 2568 9 0 211666 0
[pid=25412/tid=25413] ppid=25411 vsize=868644 CPUtime=18.48
/proc/25412/task/25413/stat : 25413 (java) R 25411 25398 21149 0 -1 64 4759 0 2 0 1844 4 0 0 25 0 9 0 24747993 889491456 45540 996147200 134512640 134550932 4294955936 18446744073709551615 4126448548 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25414] ppid=25411 vsize=868644 CPUtime=4.33
/proc/25412/task/25414/stat : 25414 (java) S 25411 25398 21149 0 -1 64 52528 0 0 0 406 27 0 0 16 0 9 0 24747994 889491456 45540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25415] ppid=25411 vsize=868644 CPUtime=0
/proc/25412/task/25415/stat : 25415 (java) S 25411 25398 21149 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24747994 889491456 45540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25416] ppid=25411 vsize=868644 CPUtime=0
/proc/25412/task/25416/stat : 25416 (java) S 25411 25398 21149 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24747994 889491456 45540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25417] ppid=25411 vsize=868644 CPUtime=0
/proc/25412/task/25417/stat : 25417 (java) S 25411 25398 21149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24747996 889491456 45540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25418] ppid=25411 vsize=868644 CPUtime=0.21
/proc/25412/task/25418/stat : 25418 (java) S 25411 25398 21149 0 -1 64 1494 0 0 0 20 1 0 0 16 0 9 0 24747996 889491456 45540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25419] ppid=25411 vsize=868644 CPUtime=0
/proc/25412/task/25419/stat : 25419 (java) S 25411 25398 21149 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24747996 889491456 45540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25420] ppid=25411 vsize=868644 CPUtime=0
/proc/25412/task/25420/stat : 25420 (java) S 25411 25398 21149 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24747996 889491456 45540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 890868

[startup+51.1021 s]
/proc/loadavg: 2.23 2.13 2.03 3/94 25420
/proc/meminfo: memFree=1403328/2055920 swapFree=4192812/4192956
[pid=25398] ppid=25396 vsize=16868 CPUtime=1.93
/proc/25398/stat : 25398 (sugar) S 25396 25398 21149 0 -1 4194304 1310 15707 0 1 6 2 174 11 16 0 1 0 24747776 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25398/statm: 4217 1111 409 3 0 796 0
[pid=25411] ppid=25398 vsize=5356 CPUtime=0
/proc/25411/stat : 25411 (sh) S 25398 25398 21149 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24747991 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25411/statm: 1339 233 193 169 0 50 0
[pid=25412] ppid=25411 vsize=868756 CPUtime=48.06
/proc/25412/stat : 25412 (java) S 25411 25398 21149 0 -1 0 76586 0 2 0 4658 148 0 0 18 0 9 0 24747992 889606144 57597 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 99.37
Current children cumulated vsize (KiB) 890980

[startup+162.302 s]
/proc/loadavg: 2.17 2.14 2.04 3/94 25420
/proc/meminfo: memFree=272832/2055920 swapFree=4192812/4192956
[pid=25398] ppid=25396 vsize=16868 CPUtime=1.93
/proc/25398/stat : 25398 (sugar) S 25396 25398 21149 0 -1 4194304 1310 15707 0 1 6 2 174 11 16 0 1 0 24747776 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25398/statm: 4217 1111 409 3 0 796 0
[pid=25411] ppid=25398 vsize=5356 CPUtime=0
/proc/25411/stat : 25411 (sh) S 25398 25398 21149 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24747991 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25411/statm: 1339 233 193 169 0 50 0
[pid=25412] ppid=25411 vsize=868756 CPUtime=155.6
/proc/25412/stat : 25412 (java) S 25411 25398 21149 0 -1 0 77751 0 2 0 14737 823 0 0 18 0 9 0 24747992 889606144 57613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25412/statm: 217189 57613 2593 9 0 211666 0
[pid=25412/tid=25413] ppid=25411 vsize=868756 CPUtime=146.37
/proc/25412/task/25413/stat : 25413 (java) R 25411 25398 21149 0 -1 64 7361 0 2 0 13861 776 0 0 25 0 9 0 24747993 889606144 57613 996147200 134512640 134550932 4294955936 18446744073709551615 4127071887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25414] ppid=25411 vsize=868756 CPUtime=8.9
/proc/25412/task/25414/stat : 25414 (java) S 25411 25398 21149 0 -1 64 68147 0 0 0 846 44 0 0 16 0 9 0 24747994 889606144 57613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25415] ppid=25411 vsize=868756 CPUtime=0
/proc/25412/task/25415/stat : 25415 (java) S 25411 25398 21149 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24747994 889606144 57613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25416] ppid=25411 vsize=868756 CPUtime=0
/proc/25412/task/25416/stat : 25416 (java) S 25411 25398 21149 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24747994 889606144 57613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25417] ppid=25411 vsize=868756 CPUtime=0
/proc/25412/task/25417/stat : 25417 (java) S 25411 25398 21149 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24747996 889606144 57613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25418] ppid=25411 vsize=868756 CPUtime=0.3
/proc/25412/task/25418/stat : 25418 (java) S 25411 25398 21149 0 -1 64 1541 0 0 0 29 1 0 0 15 0 9 0 24747996 889606144 57613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25419] ppid=25411 vsize=868756 CPUtime=0
/proc/25412/task/25419/stat : 25419 (java) S 25411 25398 21149 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24747996 889606144 57613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25412/tid=25420] ppid=25411 vsize=868756 CPUtime=0
/proc/25412/task/25420/stat : 25420 (java) S 25411 25398 21149 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24747996 889606144 57613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.53
Current children cumulated vsize (KiB) 890980

[startup+222.301 s]
/proc/loadavg: 2.23 2.16 2.05 3/86 25422
/proc/meminfo: memFree=29376/2055920 swapFree=4192812/4192956
[pid=25398] ppid=25396 vsize=16868 CPUtime=200.71
/proc/25398/stat : 25398 (sugar) S 25396 25398 21149 0 -1 4194304 1366 94244 0 4 6 2 18924 1139 16 0 1 0 24747776 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25398/statm: 4217 1114 409 3 0 796 0
[pid=25421] ppid=25398 vsize=5356 CPUtime=0
/proc/25421/stat : 25421 (sh) S 25398 25398 21149 0 -1 4194304 273 0 4 0 0 0 0 0 18 0 1 0 24768527 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25421/statm: 1339 232 193 169 0 50 0
[pid=25422] ppid=25421 vsize=187636 CPUtime=13.49
/proc/25422/stat : 25422 (picosat) R 25421 25398 21149 0 -1 4194304 44223 0 4 0 618 731 0 0 25 0 1 0 24768536 192139264 44213 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 46909 44213 40 102 0 46804 0
Current children cumulated CPU time (s) 214.2
Current children cumulated vsize (KiB) 209860



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+268.703 s]
/proc/loadavg: 2.17 2.15 2.05 3/86 25422
/proc/meminfo: memFree=16192/2055920 swapFree=4192812/4192956
[pid=25398] ppid=25396 vsize=16868 CPUtime=200.72
/proc/25398/stat : 25398 (sugar) S 25396 25398 21149 0 -1 4194304 1377 94244 0 4 7 2 18924 1139 16 0 1 0 24747776 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25398/statm: 4217 1114 409 3 0 796 0
[pid=25421] ppid=25398 vsize=5356 CPUtime=0
/proc/25421/stat : 25421 (sh) S 25398 25398 21149 0 -1 4194304 273 0 4 0 0 0 0 0 18 0 1 0 24768527 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25421/statm: 1339 232 193 169 0 50 0
[pid=25422] ppid=25421 vsize=918872 CPUtime=59.09
/proc/25422/stat : 25422 (picosat) R 25421 25398 21149 0 -1 4195840 192531 0 5 0 2684 3225 0 0 24 0 1 0 24768536 940924928 192522 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 229718 192522 41 102 0 229613 0
Current children cumulated CPU time (s) 259.81
Current children cumulated vsize (KiB) 941096

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

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

[startup+269.303 s]
/proc/loadavg: 2.17 2.15 2.05 3/86 25422
/proc/meminfo: memFree=16192/2055920 swapFree=4192812/4192956
[pid=25398] ppid=25396 vsize=16868 CPUtime=200.72
/proc/25398/stat : 25398 (sugar) S 25396 25398 21149 0 -1 4194304 1399 94244 0 4 7 2 18924 1139 16 0 1 0 24747776 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25398/statm: 4217 1114 409 3 0 796 0
[pid=25421] ppid=25398 vsize=0 CPUtime=0
/proc/25421/stat : 25421 (sh) Z 25398 25398 21149 0 -1 4195340 273 0 4 0 0 0 0 0 16 0 1 0 24768527 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/25421/statm: 0 0 0 0 0 0 0
[pid=25422] ppid=1 vsize=918872 CPUtime=59.61
/proc/25422/stat : 25422 (picosat) R 1 25398 21149 0 -1 4195840 192531 0 5 0 2684 3277 0 0 25 0 1 0 24768536 940924928 192522 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 0 0 0 17 1 0 0
/proc/25422/statm: 229718 192522 41 102 0 229613 0
Current children cumulated CPU time (s) 260.33
Current children cumulated vsize (KiB) 935740

[startup+269.402 s]
/proc/loadavg: 2.17 2.15 2.05 3/87 25423
/proc/meminfo: memFree=15288/2055920 swapFree=4192812/4192956
[pid=25398] ppid=25396 vsize=16868 CPUtime=200.72
/proc/25398/stat : 25398 (sugar) S 25396 25398 21149 0 -1 4194304 1399 94244 0 4 7 2 18924 1139 16 0 1 0 24747776 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25398/statm: 4217 1114 409 3 0 796 0
[pid=25421] ppid=25398 vsize=0 CPUtime=0
/proc/25421/stat : 25421 (sh) Z 25398 25398 21149 0 -1 4195340 273 0 4 0 0 0 0 0 16 0 1 0 24768527 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/25421/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 200.72
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -25398

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

[startup+269.402 s]
/proc/loadavg: 2.17 2.15 2.05 3/87 25423
/proc/meminfo: memFree=15288/2055920 swapFree=4192812/4192956
[pid=25398] ppid=25396 vsize=16868 CPUtime=200.72
/proc/25398/stat : 25398 (sugar) S 25396 25398 21149 0 -1 4194304 1399 94244 0 4 7 2 18924 1139 16 0 1 0 24747776 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25398/statm: 4217 1114 409 3 0 796 0
[pid=25421] ppid=25398 vsize=0 CPUtime=0
/proc/25421/stat : 25421 (sh) Z 25398 25398 21149 0 -1 4195340 273 0 4 0 0 0 0 0 16 0 1 0 24768527 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/25421/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 200.72
Current children cumulated vsize (KiB) 16868

[startup+270.202 s]
/proc/loadavg: 2.17 2.15 2.05 3/87 25423
/proc/meminfo: memFree=15288/2055920 swapFree=4192812/4192956
[pid=25398] ppid=25396 vsize=16868 CPUtime=200.72
/proc/25398/stat : 25398 (sugar) S 25396 25398 21149 0 -1 4194304 1399 94244 0 4 7 2 18924 1139 16 0 1 0 24747776 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25398/statm: 4217 1114 409 3 0 796 0
[pid=25421] ppid=25398 vsize=0 CPUtime=0
/proc/25421/stat : 25421 (sh) Z 25398 25398 21149 0 -1 4195340 273 0 4 0 0 0 0 0 16 0 1 0 24768527 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/25421/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 200.72
Current children cumulated vsize (KiB) 16868

[startup+270.607 s]
/proc/loadavg: 2.17 2.15 2.05 3/87 25423
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=25398] ppid=25396 vsize=16868 CPUtime=200.72
/proc/25398/stat : 25398 (sugar) S 25396 25398 21149 0 -1 4194304 1399 94244 0 4 7 2 18924 1139 16 0 1 0 24747776 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25398/statm: 4217 1114 409 3 0 796 0
[pid=25421] ppid=25398 vsize=0 CPUtime=0
/proc/25421/stat : 25421 (sh) Z 25398 25398 21149 0 -1 4195340 273 0 4 0 0 0 0 0 16 0 1 0 24768527 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/25421/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 200.72
Current children cumulated vsize (KiB) 16868

[startup+270.702 s]
/proc/loadavg: 2.17 2.15 2.05 3/87 25423
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=25398] ppid=25396 vsize=16868 CPUtime=200.72
/proc/25398/stat : 25398 (sugar) S 25396 25398 21149 0 -1 4194304 1399 94244 0 4 7 2 18924 1139 16 0 1 0 24747776 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25398/statm: 4217 1114 409 3 0 796 0
[pid=25421] ppid=25398 vsize=0 CPUtime=0
/proc/25421/stat : 25421 (sh) Z 25398 25398 21149 0 -1 4195340 273 0 4 0 0 0 0 0 16 0 1 0 24768527 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/25421/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 200.72
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): 59.61
#  lost CPU user time (s): 26.84
#  lost CPU system time (s): 32.77

Real time (s): 270.73
CPU time (s): 260.351
CPU user time (s): 216.154
CPU system time (s): 44.1973
CPU usage (%): 96.1665
Max. virtual memory (cumulated for all children) (KiB): 941096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 189.314
system time used= 11.4273
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95643
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27112
involuntary context switches= 32208

runsolver used 0.412937 second user time and 1.08983 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-12 07:33:44
IDJOB=2083181
IDBENCH=57728
IDSOLVER=738
FILE ID=node73/2083181-1247376824
PBS_JOBID= 9507061
Free space on /tmp= 66480 MiB

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

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

MD5SUM BENCH= 84133ea5ae34af4b55008c1b033d164e
RANDOM SEED=1025072165

node73.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.213
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.213
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:       1798520 kB
Buffers:          5164 kB
Cached:          47196 kB
SwapCached:          0 kB
Active:         197788 kB
Inactive:         8724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1798520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4876 kB
Writeback:           0 kB
Mapped:         174592 kB
Slab:            35760 kB
Committed_AS:   339928 kB
PageTables:       2104 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= 64380 MiB
End job on node73 at 2009-07-12 07:38:15