Trace number 2083170

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) 255.846 265.528

General information on the benchmark

Namecsp/fapp/fapp13/
normalized-fapp13-2000-2.xml
MD5SUMffe961df7b98972151382aba4fbbf029
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 benchmark30.2334
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.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:33:15 2009
0.00/0.08	c 0	PID 25991
0.00/0.08	c 0	HOST node69.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083170-1247376794.xml TO HOME/temp.csp
0.00/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-2083170-1247376794.xml' 'HOME/temp.csp'
1.54/1.66	c 1	49 domains, 2000 variables, 8 predicates, 0 relations, 25652 constraints
1.60/1.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.60/1.71	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.60/1.79	c 1	Parsing HOME/temp.csp
1.62/1.97	c 2	parsed 10000 expressions
1.99/2.12	c 2	parsed 20000 expressions
2.10/2.26	c 2	parsed 27709 expressions
2.10/2.27	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.10/2.27	c 2	Converting to clausal form CSP
3.48/3.60	c 3	converted 2771 (10%) expressions
6.54/6.74	c 6	converted 5542 (20%) expressions
9.72/9.96	c 10	converted 8313 (30%) expressions
12.88/13.20	c 13	converted 11084 (40%) expressions
15.45/15.74	c 15	converted 13855 (50%) expressions
18.73/19.07	c 19	converted 16626 (60%) expressions
21.11/21.40	c 21	converted 19397 (70%) expressions
23.48/23.82	c 23	converted 22168 (80%) expressions
25.56/25.91	c 25	converted 24939 (90%) expressions
27.24/27.67	c 27	converted 27709 (100%) expressions
27.24/27.67	c 27	CSP : 7373 integers, 73503 booleans, 166539 clauses, largest domain size 2657
27.24/27.67	c 27	Heap : 173 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
27.24/27.67	c 27	Propagation in CSP
29.13/29.58	c 29	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
29.13/29.58	c 29	CSP : 7373 integers, 73503 booleans, 166539 clauses, largest domain size 2657
29.13/29.59	c 29	Heap : 172 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
29.23/29.66	c 29	Simplifing CSP by introducing new Boolean variables
30.81/31.20	c 31	CSP : 7373 integers, 133913 booleans, 226949 clauses, largest domain size 2657
30.81/31.20	c 31	Heap : 191 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
32.00/32.40	c 32	Encoding CSP to SAT : HOME/temp.cnf
33.98/34.49	c 34	738 (10%) CSP integer variables are encoded (117562 clauses, 1777793 bytes)
36.05/36.52	c 36	1475 (20%) CSP integer variables are encoded (233325 clauses, 3745764 bytes)
37.94/38.48	c 38	2212 (30%) CSP integer variables are encoded (740018 clauses, 12359545 bytes)
39.92/40.41	c 40	2950 (40%) CSP integer variables are encoded (2301554 clauses, 41513438 bytes)
41.77/42.38	c 42	3687 (50%) CSP integer variables are encoded (3849825 clauses, 70930587 bytes)
43.66/44.26	c 44	4424 (60%) CSP integer variables are encoded (5344932 clauses, 99337620 bytes)
45.61/46.25	c 46	5162 (70%) CSP integer variables are encoded (6898164 clauses, 128849028 bytes)
47.59/48.28	c 48	5899 (80%) CSP integer variables are encoded (8457255 clauses, 158471757 bytes)
49.57/50.20	c 50	6636 (90%) CSP integer variables are encoded (9926800 clauses, 186393112 bytes)
51.52/52.25	c 52	7373 (100%) CSP integer variables are encoded (11430017 clauses, 217827608 bytes)
65.77/66.81	c 66	22695 (10%) CSP clauses are encoded (16611871 clauses, 357938150 bytes)
80.64/82.05	c 82	45390 (20%) CSP clauses are encoded (22248200 clauses, 514076324 bytes)
93.77/95.44	c 95	68085 (30%) CSP clauses are encoded (27134636 clauses, 650009750 bytes)
108.33/110.35	c 110	90780 (40%) CSP clauses are encoded (32655788 clauses, 803482105 bytes)
123.37/125.88	c 125	113475 (50%) CSP clauses are encoded (38385741 clauses, 963236768 bytes)
138.24/141.08	c 141	136170 (60%) CSP clauses are encoded (44063054 clauses, 1121764526 bytes)
153.35/156.60	c 156	158865 (70%) CSP clauses are encoded (49882576 clauses, 1284529461 bytes)
167.11/170.82	c 170	181560 (80%) CSP clauses are encoded (55131187 clauses, 1435766236 bytes)
181.84/186.08	c 186	204255 (90%) CSP clauses are encoded (60969605 clauses, 1606172859 bytes)
196.85/201.50	c 201	226949 (100%) CSP clauses are encoded (67026882 clauses, 1784161331 bytes)
196.85/201.50	c 201	226949 CSP clauses encoded
196.85/201.53	c 201	Writing map file : HOME/temp.map
196.97/201.70	c 201	Heap : 186 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
196.97/201.70	c 201	SAT : 11571303 SAT variables, 67026882 SAT clauses, 1784161331 bytes
196.97/201.70	c 201	Heap : 186 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
197.00/202.15	c 202	SOLVING HOME/temp.cnf
197.00/202.16	c 202	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
255.52/263.44	c 263	*** picosat: out of memory in 'realloc'
255.59/263.51	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-2083170-1247376794/watcher-2083170-1247376794 -o /tmp/evaluation-result-2083170-1247376794/solver-2083170-1247376794 -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-2083170-1247376794.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.00 2.00 2.00 4/74 25991
/proc/meminfo: memFree=1561872/2055920 swapFree=4192812/4192956
[pid=25991] ppid=25989 vsize=18576 CPUtime=0
/proc/25991/stat : 25991 (runsolver) R 25989 25991 21975 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24742162 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 237947645223 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25991/statm: 4644 284 249 26 0 2626 0

[startup+0.0901461 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 25991
/proc/meminfo: memFree=1561872/2055920 swapFree=4192812/4192956
[pid=25991] ppid=25989 vsize=16868 CPUtime=0.06
/proc/25991/stat : 25991 (sugar) S 25989 25991 21975 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24742162 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25991/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101148 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 25991
/proc/meminfo: memFree=1561872/2055920 swapFree=4192812/4192956
[pid=25991] ppid=25989 vsize=16868 CPUtime=0.06
/proc/25991/stat : 25991 (sugar) S 25989 25991 21975 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24742162 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25991/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301165 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 25991
/proc/meminfo: memFree=1561872/2055920 swapFree=4192812/4192956
[pid=25991] ppid=25989 vsize=16868 CPUtime=0.06
/proc/25991/stat : 25991 (sugar) S 25989 25991 21975 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24742162 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25991/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.7012 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 25991
/proc/meminfo: memFree=1561872/2055920 swapFree=4192812/4192956
[pid=25991] ppid=25989 vsize=16868 CPUtime=0.06
/proc/25991/stat : 25991 (sugar) S 25989 25991 21975 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24742162 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25991/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50226 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 26003
/proc/meminfo: memFree=1525944/2055920 swapFree=4192812/4192956
[pid=25991] ppid=25989 vsize=16868 CPUtime=0.06
/proc/25991/stat : 25991 (sugar) S 25989 25991 21975 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24742162 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25991/statm: 4217 1111 409 3 0 796 0
[pid=25994] ppid=25991 vsize=5356 CPUtime=0
/proc/25994/stat : 25994 (sh) S 25991 25991 21975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24742170 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25994/statm: 1339 233 193 169 0 50 0
[pid=25995] ppid=25994 vsize=864756 CPUtime=1.39
/proc/25995/stat : 25995 (java) S 25994 25991 21975 0 -1 0 15229 0 1 0 132 7 0 0 18 0 9 0 24742171 885510144 13255 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25995/statm: 216189 13255 2557 9 0 210701 0
[pid=25995/tid=25996] ppid=25994 vsize=864756 CPUtime=0.77
/proc/25995/task/25996/stat : 25996 (java) R 25994 25991 21975 0 -1 64 3076 0 1 0 76 1 0 0 25 0 9 0 24742172 885510144 13255 996147200 134512640 134550932 4294955984 18446744073709551615 4126381341 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25995/tid=25997] ppid=25994 vsize=864756 CPUtime=0.45
/proc/25995/task/25997/stat : 25997 (java) S 25994 25991 21975 0 -1 64 10914 0 0 0 41 4 0 0 16 0 9 0 24742173 885510144 13255 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25995/tid=25998] ppid=25994 vsize=864756 CPUtime=0
/proc/25995/task/25998/stat : 25998 (java) S 25994 25991 21975 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24742173 885510144 13255 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25995/tid=25999] ppid=25994 vsize=864756 CPUtime=0
/proc/25995/task/25999/stat : 25999 (java) S 25994 25991 21975 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24742173 885510144 13255 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25995/tid=26000] ppid=25994 vsize=864756 CPUtime=0
/proc/25995/task/26000/stat : 26000 (java) S 25994 25991 21975 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24742175 885510144 13255 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25995/tid=26001] ppid=25994 vsize=864756 CPUtime=0.15
/proc/25995/task/26001/stat : 26001 (java) S 25994 25991 21975 0 -1 64 534 0 0 0 15 0 0 0 16 0 9 0 24742175 885510144 13255 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25995/tid=26002] ppid=25994 vsize=864756 CPUtime=0
/proc/25995/task/26002/stat : 26002 (java) S 25994 25991 21975 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24742175 885510144 13255 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25995/tid=26003] ppid=25994 vsize=864756 CPUtime=0
/proc/25995/task/26003/stat : 26003 (java) S 25994 25991 21975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24742176 885510144 13255 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) 886980

[startup+3.10239 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 26013
/proc/meminfo: memFree=1544440/2055920 swapFree=4192812/4192956
[pid=25991] ppid=25989 vsize=16868 CPUtime=1.62
/proc/25991/stat : 25991 (sugar) S 25989 25991 21975 0 -1 4194304 1309 15704 0 1 5 1 147 9 15 0 1 0 24742162 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25991/statm: 4217 1111 409 3 0 796 0
[pid=26004] ppid=25991 vsize=5356 CPUtime=0
/proc/26004/stat : 26004 (sh) S 25991 25991 21975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24742333 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26004/statm: 1339 233 193 169 0 50 0
[pid=26005] ppid=26004 vsize=868644 CPUtime=1.37
/proc/26005/stat : 26005 (java) S 26004 25991 21975 0 -1 0 10046 0 1 0 132 5 0 0 18 0 9 0 24742334 889491456 9068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26005/statm: 217161 9068 2568 9 0 211666 0
[pid=26005/tid=26006] ppid=26004 vsize=868644 CPUtime=0.85
/proc/26005/task/26006/stat : 26006 (java) R 26004 25991 21975 0 -1 64 2721 0 1 0 83 2 0 0 25 0 9 0 24742335 889491456 9068 996147200 134512640 134550932 4294955936 18446744073709551615 4126583336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26007] ppid=26004 vsize=868644 CPUtime=0.31
/proc/26005/task/26007/stat : 26007 (java) S 26004 25991 21975 0 -1 64 5148 0 0 0 30 1 0 0 16 0 9 0 24742336 889491456 9068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26008] ppid=26004 vsize=868644 CPUtime=0
/proc/26005/task/26008/stat : 26008 (java) S 26004 25991 21975 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24742336 889491456 9068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26009] ppid=26004 vsize=868644 CPUtime=0
/proc/26005/task/26009/stat : 26009 (java) S 26004 25991 21975 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24742336 889491456 9068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26010] ppid=26004 vsize=868644 CPUtime=0
/proc/26005/task/26010/stat : 26010 (java) S 26004 25991 21975 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24742338 889491456 9068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26011] ppid=26004 vsize=868644 CPUtime=0.17
/proc/26005/task/26011/stat : 26011 (java) S 26004 25991 21975 0 -1 64 1474 0 0 0 17 0 0 0 15 0 9 0 24742338 889491456 9068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26012] ppid=26004 vsize=868644 CPUtime=0
/proc/26005/task/26012/stat : 26012 (java) S 26004 25991 21975 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24742338 889491456 9068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26013] ppid=26004 vsize=868644 CPUtime=0
/proc/26005/task/26013/stat : 26013 (java) S 26004 25991 21975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24742338 889491456 9068 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890868

[startup+6.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 26013
/proc/meminfo: memFree=1518264/2055920 swapFree=4192812/4192956
[pid=25991] ppid=25989 vsize=16868 CPUtime=1.62
/proc/25991/stat : 25991 (sugar) S 25989 25991 21975 0 -1 4194304 1309 15704 0 1 5 1 147 9 16 0 1 0 24742162 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25991/statm: 4217 1111 409 3 0 796 0
[pid=26004] ppid=25991 vsize=5356 CPUtime=0
/proc/26004/stat : 26004 (sh) S 25991 25991 21975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24742333 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26004/statm: 1339 233 193 169 0 50 0
[pid=26005] ppid=26004 vsize=868644 CPUtime=4.53
/proc/26005/stat : 26005 (java) S 26004 25991 21975 0 -1 0 14938 0 1 0 445 8 0 0 18 0 9 0 24742334 889491456 13743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26005/statm: 217161 13743 2567 9 0 211666 0
[pid=26005/tid=26006] ppid=26004 vsize=868644 CPUtime=3.52
/proc/26005/task/26006/stat : 26006 (java) R 26004 25991 21975 0 -1 64 3050 0 1 0 350 2 0 0 25 0 9 0 24742335 889491456 13743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26007] ppid=26004 vsize=868644 CPUtime=0.78
/proc/26005/task/26007/stat : 26007 (java) S 26004 25991 21975 0 -1 64 9702 0 0 0 74 4 0 0 15 0 9 0 24742336 889491456 13743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26008] ppid=26004 vsize=868644 CPUtime=0
/proc/26005/task/26008/stat : 26008 (java) S 26004 25991 21975 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24742336 889491456 13743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26009] ppid=26004 vsize=868644 CPUtime=0
/proc/26005/task/26009/stat : 26009 (java) S 26004 25991 21975 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24742336 889491456 13743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26010] ppid=26004 vsize=868644 CPUtime=0
/proc/26005/task/26010/stat : 26010 (java) S 26004 25991 21975 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24742338 889491456 13743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26011] ppid=26004 vsize=868644 CPUtime=0.19
/proc/26005/task/26011/stat : 26011 (java) S 26004 25991 21975 0 -1 64 1483 0 0 0 19 0 0 0 15 0 9 0 24742338 889491456 13743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26012] ppid=26004 vsize=868644 CPUtime=0
/proc/26005/task/26012/stat : 26012 (java) S 26004 25991 21975 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24742338 889491456 13743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26013] ppid=26004 vsize=868644 CPUtime=0
/proc/26005/task/26013/stat : 26013 (java) S 26004 25991 21975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24742338 889491456 13743 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890868

[startup+12.7022 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 26013
/proc/meminfo: memFree=1475960/2055920 swapFree=4192812/4192956
[pid=25991] ppid=25989 vsize=16868 CPUtime=1.62
/proc/25991/stat : 25991 (sugar) S 25989 25991 21975 0 -1 4194304 1309 15704 0 1 5 1 147 9 16 0 1 0 24742162 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25991/statm: 4217 1111 409 3 0 796 0
[pid=26004] ppid=25991 vsize=5356 CPUtime=0
/proc/26004/stat : 26004 (sh) S 25991 25991 21975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24742333 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26004/statm: 1339 233 193 169 0 50 0
[pid=26005] ppid=26004 vsize=868644 CPUtime=10.86
/proc/26005/stat : 26005 (java) S 26004 25991 21975 0 -1 0 33673 0 1 0 1069 17 0 0 18 0 9 0 24742334 889491456 24337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26005/statm: 217161 24337 2568 9 0 211666 0
[pid=26005/tid=26006] ppid=26004 vsize=868644 CPUtime=8.4
/proc/26005/task/26006/stat : 26006 (java) R 26004 25991 21975 0 -1 64 3918 0 1 0 837 3 0 0 25 0 9 0 24742335 889491456 24337 996147200 134512640 134550932 4294955936 18446744073709551615 4126584788 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26007] ppid=26004 vsize=868644 CPUtime=2.21
/proc/26005/task/26007/stat : 26007 (java) S 26004 25991 21975 0 -1 64 27560 0 0 0 210 11 0 0 16 0 9 0 24742336 889491456 24337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26008] ppid=26004 vsize=868644 CPUtime=0
/proc/26005/task/26008/stat : 26008 (java) S 26004 25991 21975 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24742336 889491456 24337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26009] ppid=26004 vsize=868644 CPUtime=0
/proc/26005/task/26009/stat : 26009 (java) S 26004 25991 21975 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24742336 889491456 24337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26010] ppid=26004 vsize=868644 CPUtime=0
/proc/26005/task/26010/stat : 26010 (java) S 26004 25991 21975 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24742338 889491456 24337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26011] ppid=26004 vsize=868644 CPUtime=0.2
/proc/26005/task/26011/stat : 26011 (java) S 26004 25991 21975 0 -1 64 1492 0 0 0 20 0 0 0 15 0 9 0 24742338 889491456 24337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26012] ppid=26004 vsize=868644 CPUtime=0
/proc/26005/task/26012/stat : 26012 (java) S 26004 25991 21975 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24742338 889491456 24337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26013] ppid=26004 vsize=868644 CPUtime=0
/proc/26005/task/26013/stat : 26013 (java) S 26004 25991 21975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24742338 889491456 24337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890868

[startup+25.5022 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 26013
/proc/meminfo: memFree=1378936/2055920 swapFree=4192812/4192956
[pid=25991] ppid=25989 vsize=16868 CPUtime=1.63
/proc/25991/stat : 25991 (sugar) S 25989 25991 21975 0 -1 4194304 1309 15704 0 1 5 2 147 9 16 0 1 0 24742162 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25991/statm: 4217 1111 409 3 0 796 0
[pid=26004] ppid=25991 vsize=5356 CPUtime=0
/proc/26004/stat : 26004 (sh) S 25991 25991 21975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24742333 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26004/statm: 1339 233 193 169 0 50 0
[pid=26005] ppid=26004 vsize=868644 CPUtime=23.53
/proc/26005/stat : 26005 (java) S 26004 25991 21975 0 -1 0 61387 0 1 0 2323 30 0 0 18 0 9 0 24742334 889491456 47435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26005/statm: 217161 47435 2568 9 0 211666 0
[pid=26005/tid=26006] ppid=26004 vsize=868644 CPUtime=19.04
/proc/26005/task/26006/stat : 26006 (java) R 26004 25991 21975 0 -1 64 4816 0 1 0 1900 4 0 0 25 0 9 0 24742335 889491456 47435 996147200 134512640 134550932 4294955936 18446744073709551615 4126584760 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26007] ppid=26004 vsize=868644 CPUtime=4.25
/proc/26005/task/26007/stat : 26007 (java) S 26004 25991 21975 0 -1 64 54374 0 0 0 401 24 0 0 16 0 9 0 24742336 889491456 47435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26008] ppid=26004 vsize=868644 CPUtime=0
/proc/26005/task/26008/stat : 26008 (java) S 26004 25991 21975 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24742336 889491456 47435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26009] ppid=26004 vsize=868644 CPUtime=0
/proc/26005/task/26009/stat : 26009 (java) S 26004 25991 21975 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24742336 889491456 47435 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26010] ppid=26004 vsize=868644 CPUtime=0

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

[pid=26005/tid=26006] ppid=26004 vsize=868756 CPUtime=148.37
/proc/26005/task/26006/stat : 26006 (java) R 26004 25991 21975 0 -1 64 7484 0 1 0 14036 801 0 0 25 0 9 0 24742335 889606144 57888 996147200 134512640 134550932 4294955936 18446744073709551615 4127066983 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26007] ppid=26004 vsize=868756 CPUtime=8.66
/proc/26005/task/26007/stat : 26007 (java) S 26004 25991 21975 0 -1 64 68341 0 0 0 828 38 0 0 16 0 9 0 24742336 889606144 57888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26008] ppid=26004 vsize=868756 CPUtime=0
/proc/26005/task/26008/stat : 26008 (java) S 26004 25991 21975 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24742336 889606144 57888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26009] ppid=26004 vsize=868756 CPUtime=0
/proc/26005/task/26009/stat : 26009 (java) S 26004 25991 21975 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24742336 889606144 57888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26010] ppid=26004 vsize=868756 CPUtime=0
/proc/26005/task/26010/stat : 26010 (java) S 26004 25991 21975 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24742338 889606144 57888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26011] ppid=26004 vsize=868756 CPUtime=0.3
/proc/26005/task/26011/stat : 26011 (java) S 26004 25991 21975 0 -1 64 1541 0 0 0 29 1 0 0 15 0 9 0 24742338 889606144 57888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26012] ppid=26004 vsize=868756 CPUtime=0
/proc/26005/task/26012/stat : 26012 (java) S 26004 25991 21975 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24742338 889606144 57888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26005/tid=26013] ppid=26004 vsize=868756 CPUtime=0
/proc/26005/task/26013/stat : 26013 (java) S 26004 25991 21975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24742338 889606144 57888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.99
Current children cumulated vsize (KiB) 890980

[startup+222.301 s]
/proc/loadavg: 2.22 2.10 2.03 3/77 26015
/proc/meminfo: memFree=15800/2055920 swapFree=4192812/4192956
[pid=25991] ppid=25989 vsize=16868 CPUtime=197.03
/proc/25991/stat : 25991 (sugar) S 25989 25991 21975 0 -1 4194304 1366 94506 0 2 6 2 18584 1111 15 0 1 0 24742162 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25991/statm: 4217 1114 409 3 0 796 0
[pid=26014] ppid=25991 vsize=5356 CPUtime=0
/proc/26014/stat : 26014 (sh) S 25991 25991 21975 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24762378 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26014/statm: 1339 232 193 169 0 50 0
[pid=26015] ppid=26014 vsize=335732 CPUtime=18.11
/proc/26015/stat : 26015 (picosat) R 26014 25991 21975 0 -1 4194304 59744 0 4 0 835 976 0 0 25 0 1 0 24762490 343789568 59734 996147200 134512640 134931368 4294956256 18446744073709551615 134583920 0 0 4096 0 0 0 0 17 1 0 0
/proc/26015/statm: 83933 59734 40 102 0 83828 0
Current children cumulated CPU time (s) 215.14
Current children cumulated vsize (KiB) 357956



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+263.501 s]
/proc/loadavg: 2.11 2.08 2.02 2/77 26015
/proc/meminfo: memFree=16248/2055920 swapFree=4192812/4192956
[pid=25991] ppid=25989 vsize=16868 CPUtime=197.03
/proc/25991/stat : 25991 (sugar) S 25989 25991 21975 0 -1 4194304 1377 94506 0 2 6 2 18584 1111 16 0 1 0 24742162 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25991/statm: 4217 1114 409 3 0 796 0
[pid=26014] ppid=25991 vsize=5356 CPUtime=0
/proc/26014/stat : 26014 (sh) S 25991 25991 21975 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 24762378 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26014/statm: 1339 232 193 169 0 50 0
[pid=26015] ppid=26014 vsize=918872 CPUtime=58.56
/proc/26015/stat : 26015 (picosat) R 26014 25991 21975 0 -1 4195840 192531 0 5 0 2678 3178 0 0 24 0 1 0 24762490 940924928 192522 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 0 0 0 17 0 0 0
/proc/26015/statm: 229718 192522 41 102 0 229613 0
Current children cumulated CPU time (s) 255.59
Current children cumulated vsize (KiB) 941096

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

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

[startup+263.801 s]
/proc/loadavg: 2.11 2.08 2.02 2/77 26015
/proc/meminfo: memFree=16248/2055920 swapFree=4192812/4192956
[pid=25991] ppid=25989 vsize=16868 CPUtime=197.03
/proc/25991/stat : 25991 (sugar) S 25989 25991 21975 0 -1 4194304 1399 94506 0 2 6 2 18584 1111 15 0 1 0 24742162 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25991/statm: 4217 1114 409 3 0 796 0
[pid=26014] ppid=25991 vsize=0 CPUtime=0
/proc/26014/stat : 26014 (sh) Z 25991 25991 21975 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24762378 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26014/statm: 0 0 0 0 0 0 0
[pid=26015] ppid=1 vsize=918872 CPUtime=58.79
/proc/26015/stat : 26015 (picosat) R 1 25991 21975 0 -1 4195840 192531 0 5 0 2678 3201 0 0 25 0 1 0 24762490 940924928 192522 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 0 0 0 17 0 0 0
/proc/26015/statm: 229718 192522 41 102 0 229613 0
Current children cumulated CPU time (s) 255.82
Current children cumulated vsize (KiB) 935740

[startup+263.901 s]
/proc/loadavg: 2.10 2.08 2.02 4/78 26016
/proc/meminfo: memFree=15856/2055920 swapFree=4192812/4192956
[pid=25991] ppid=25989 vsize=16868 CPUtime=197.03
/proc/25991/stat : 25991 (sugar) S 25989 25991 21975 0 -1 4194304 1399 94506 0 2 6 2 18584 1111 15 0 1 0 24742162 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25991/statm: 4217 1114 409 3 0 796 0
[pid=26014] ppid=25991 vsize=0 CPUtime=0
/proc/26014/stat : 26014 (sh) Z 25991 25991 21975 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24762378 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26014/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 197.03
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -25991

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

[startup+263.801 s]
/proc/loadavg: 2.11 2.08 2.02 2/77 26015
/proc/meminfo: memFree=16248/2055920 swapFree=4192812/4192956
[pid=25991] ppid=25989 vsize=16868 CPUtime=197.03
/proc/25991/stat : 25991 (sugar) S 25989 25991 21975 0 -1 4194304 1399 94506 0 2 6 2 18584 1111 15 0 1 0 24742162 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25991/statm: 4217 1114 409 3 0 796 0
[pid=26014] ppid=25991 vsize=0 CPUtime=0
/proc/26014/stat : 26014 (sh) Z 25991 25991 21975 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24762378 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26014/statm: 0 0 0 0 0 0 0
[pid=26015] ppid=1 vsize=918872 CPUtime=58.79
/proc/26015/stat : 26015 (picosat) R 1 25991 21975 0 -1 4195840 192531 0 5 0 2678 3201 0 0 25 0 1 0 24762490 940924928 192522 996147200 134512640 134931368 4294956256 18446744073709551615 134664401 0 0 4096 0 0 0 0 17 0 0 0
/proc/26015/statm: 229718 192522 41 102 0 229613 0
Current children cumulated CPU time (s) 255.82
Current children cumulated vsize (KiB) 935740

[startup+264.601 s]
/proc/loadavg: 2.10 2.08 2.02 4/78 26016
/proc/meminfo: memFree=15856/2055920 swapFree=4192812/4192956
[pid=25991] ppid=25989 vsize=16868 CPUtime=197.03
/proc/25991/stat : 25991 (sugar) S 25989 25991 21975 0 -1 4194304 1399 94506 0 2 6 2 18584 1111 15 0 1 0 24742162 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25991/statm: 4217 1114 409 3 0 796 0
[pid=26014] ppid=25991 vsize=0 CPUtime=0
/proc/26014/stat : 26014 (sh) Z 25991 25991 21975 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24762378 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26014/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 197.03
Current children cumulated vsize (KiB) 16868

[startup+265.001 s]
/proc/loadavg: 2.10 2.08 2.02 2/78 26016
/proc/meminfo: memFree=15856/2055920 swapFree=4192812/4192956
[pid=25991] ppid=25989 vsize=16868 CPUtime=197.03
/proc/25991/stat : 25991 (sugar) S 25989 25991 21975 0 -1 4194304 1399 94506 0 2 6 2 18584 1111 15 0 1 0 24742162 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25991/statm: 4217 1114 409 3 0 796 0
[pid=26014] ppid=25991 vsize=0 CPUtime=0
/proc/26014/stat : 26014 (sh) Z 25991 25991 21975 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24762378 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26014/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 197.03
Current children cumulated vsize (KiB) 16868

[startup+265.402 s]
/proc/loadavg: 2.10 2.08 2.02 2/78 26016
/proc/meminfo: memFree=15856/2055920 swapFree=4192812/4192956
[pid=25991] ppid=25989 vsize=16868 CPUtime=197.03
/proc/25991/stat : 25991 (sugar) S 25989 25991 21975 0 -1 4194304 1399 94506 0 2 6 2 18584 1111 15 0 1 0 24742162 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25991/statm: 4217 1114 409 3 0 796 0
[pid=26014] ppid=25991 vsize=0 CPUtime=0
/proc/26014/stat : 26014 (sh) Z 25991 25991 21975 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24762378 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26014/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 197.03
Current children cumulated vsize (KiB) 16868

[startup+265.502 s]
/proc/loadavg: 2.10 2.08 2.02 2/78 26016
/proc/meminfo: memFree=15856/2055920 swapFree=4192812/4192956
[pid=25991] ppid=25989 vsize=16868 CPUtime=197.03
/proc/25991/stat : 25991 (sugar) S 25989 25991 21975 0 -1 4194304 1399 94506 0 2 6 2 18584 1111 15 0 1 0 24742162 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25991/statm: 4217 1114 409 3 0 796 0
[pid=26014] ppid=25991 vsize=0 CPUtime=0
/proc/26014/stat : 26014 (sh) Z 25991 25991 21975 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 24762378 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26014/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 197.03
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.79
#  lost CPU user time (s): 26.78
#  lost CPU system time (s): 32.01

Real time (s): 265.528
CPU time (s): 255.846
CPU user time (s): 212.695
CPU system time (s): 43.1513
CPU usage (%): 96.3538
Max. virtual memory (cumulated for all children) (KiB): 941096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 185.915
system time used= 11.1413
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95905
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= 26897
involuntary context switches= 31824

runsolver used 0.344947 second user time and 0.91986 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-12 07:33:15
IDJOB=2083170
IDBENCH=57725
IDSOLVER=738
FILE ID=node69/2083170-1247376794
PBS_JOBID= 9507072
Free space on /tmp= 66500 MiB

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

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

MD5SUM BENCH= ffe961df7b98972151382aba4fbbf029
RANDOM SEED=686464910

node69.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.211
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.211
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:       1562352 kB
Buffers:         73336 kB
Cached:         318880 kB
SwapCached:        144 kB
Active:         175240 kB
Inactive:       237964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1562352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4880 kB
Writeback:           0 kB
Mapped:          31548 kB
Slab:            65568 kB
Committed_AS:   250176 kB
PageTables:       1860 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= 64416 MiB
End job on node69 at 2009-07-12 07:37:40