Trace number 2083193

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (MO) 192.394 221.101

General information on the benchmark

Namecsp/fapp/fapp13/
normalized-fapp13-2000-6.xml
MD5SUMb1bc0ce20909360461048c9e001540ac
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
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/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:34:24 2009
0.00/0.08	c 0	PID 23177
0.00/0.08	c 0	HOST node53.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083193-1247376863.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-2083193-1247376863.xml' 'HOME/temp.csp'
1.45/1.49	c 1	49 domains, 2000 variables, 8 predicates, 0 relations, 25652 constraints
1.54/1.51	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.54/1.51	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.54/1.58	c 1	Parsing HOME/temp.csp
1.55/1.81	c 1	parsed 10000 expressions
1.55/1.95	c 1	parsed 20000 expressions
1.55/2.08	c 2	parsed 27709 expressions
1.55/2.08	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.55/2.08	c 2	Converting to clausal form CSP
3.29/3.39	c 3	converted 2771 (10%) expressions
6.26/6.37	c 6	converted 5542 (20%) expressions
9.34/9.45	c 9	converted 8313 (30%) expressions
12.41/12.56	c 12	converted 11084 (40%) expressions
14.88/15.02	c 15	converted 13855 (50%) expressions
18.05/18.23	c 18	converted 16626 (60%) expressions
20.33/20.50	c 20	converted 19397 (70%) expressions
22.61/22.81	c 22	converted 22168 (80%) expressions
24.60/24.80	c 24	converted 24939 (90%) expressions
27.36/27.61	c 27	converted 27709 (100%) expressions
27.36/27.61	c 27	CSP : 7373 integers, 73503 booleans, 166407 clauses, largest domain size 2657
27.36/27.61	c 27	Heap : 167 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
27.36/27.61	c 27	Propagation in CSP
29.15/29.40	c 29	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
29.15/29.40	c 29	CSP : 7373 integers, 73503 booleans, 166407 clauses, largest domain size 2657
29.15/29.40	c 29	Heap : 180 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
29.15/29.47	c 29	Simplifing CSP by introducing new Boolean variables
29.44/29.76	c 29	CSP : 7373 integers, 134077 booleans, 226981 clauses, largest domain size 2657
29.44/29.76	c 29	Heap : 192 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
30.63/30.90	c 30	Encoding CSP to SAT : HOME/temp.cnf
32.52/32.87	c 32	738 (10%) CSP integer variables are encoded (117562 clauses, 1777793 bytes)
34.39/34.77	c 34	1475 (20%) CSP integer variables are encoded (233325 clauses, 3745764 bytes)
36.28/36.63	c 36	2212 (30%) CSP integer variables are encoded (740018 clauses, 12359545 bytes)
38.05/38.46	c 38	2950 (40%) CSP integer variables are encoded (2301554 clauses, 41513438 bytes)
39.83/40.26	c 40	3687 (50%) CSP integer variables are encoded (3849825 clauses, 70930587 bytes)
41.59/42.04	c 42	4424 (60%) CSP integer variables are encoded (5344932 clauses, 99337620 bytes)
43.37/43.88	c 43	5162 (70%) CSP integer variables are encoded (6898164 clauses, 128849028 bytes)
45.34/45.80	c 45	5899 (80%) CSP integer variables are encoded (8457255 clauses, 158471757 bytes)
47.10/47.63	c 47	6636 (90%) CSP integer variables are encoded (9926800 clauses, 186393112 bytes)
48.98/49.54	c 49	7373 (100%) CSP integer variables are encoded (11430017 clauses, 217827608 bytes)
62.39/63.31	c 63	22699 (10%) CSP clauses are encoded (16631467 clauses, 358471900 bytes)
76.36/77.65	c 77	45397 (20%) CSP clauses are encoded (22293341 clauses, 515336180 bytes)
88.69/90.24	c 90	68095 (30%) CSP clauses are encoded (27197547 clauses, 651768089 bytes)
102.39/104.43	c 104	90793 (40%) CSP clauses are encoded (32750235 clauses, 806135555 bytes)
116.55/119.15	c 119	113491 (50%) CSP clauses are encoded (38506773 clauses, 966643478 bytes)
130.52/133.40	c 133	136189 (60%) CSP clauses are encoded (44208541 clauses, 1125871275 bytes)
144.58/147.87	c 147	158887 (70%) CSP clauses are encoded (50052575 clauses, 1289335672 bytes)
157.37/161.18	c 161	181585 (80%) CSP clauses are encoded (55325265 clauses, 1441277046 bytes)
171.28/175.53	c 175	204283 (90%) CSP clauses are encoded (61195278 clauses, 1612613110 bytes)
185.28/190.05	c 190	226981 (100%) CSP clauses are encoded (67279421 clauses, 1791400077 bytes)
185.28/190.05	c 190	226981 CSP clauses encoded
185.28/190.06	c 190	Writing map file : HOME/temp.map
185.40/190.25	c 190	Heap : 184 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
185.40/190.25	c 190	SAT : 11571467 SAT variables, 67279421 SAT clauses, 1791400077 bytes
185.40/190.25	c 190	Heap : 184 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
185.44/190.36	c 190	SOLVING HOME/temp.cnf
185.44/190.36	c 190	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
185.49/190.50	c 190	This is MiniSat 2.0 beta
185.49/190.50	c 190	WARNING: for repeatability, setting FPU to use double precision
185.49/190.51	c 190	============================[ Problem Statistics ]=============================
185.49/190.51	c 190	|                                                                             |
185.49/190.54	c 190	|  Number of variables:  11571467                                             |
185.49/190.54	c 190	|  Number of clauses:    67279421                                             |
190.94/202.56	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-2083193-1247376863/watcher-2083193-1247376863 -o /tmp/evaluation-result-2083193-1247376863/solver-2083193-1247376863 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083193-1247376863.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.13 2.06 2.02 3/69 23177
/proc/meminfo: memFree=1899944/2055920 swapFree=4192812/4192956
[pid=23177] ppid=23175 vsize=0 CPUtime=0
/proc/23177/stat : 23177 (runsolver) R 23175 23177 22606 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24750363 0 0 996147200 0 0 0 18446744073709551615 269930261799 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23177/statm: 0 0 0 0 0 0 0

[startup+0.0233871 s]
/proc/loadavg: 2.13 2.06 2.02 3/69 23177
/proc/meminfo: memFree=1899944/2055920 swapFree=4192812/4192956
[pid=23177] ppid=23175 vsize=12544 CPUtime=0
/proc/23177/stat : 23177 (sugar) R 23175 23177 22606 0 -1 4194304 478 0 0 0 0 0 0 0 20 0 1 0 24750363 12845056 447 996147200 4194304 4206940 548682068608 18446744073709551615 269950077648 0 0 4224 0 0 0 0 17 1 0 0
/proc/23177/statm: 3136 449 291 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.101398 s]
/proc/loadavg: 2.13 2.06 2.02 3/69 23177
/proc/meminfo: memFree=1899944/2055920 swapFree=4192812/4192956
[pid=23177] ppid=23175 vsize=16868 CPUtime=0.06
/proc/23177/stat : 23177 (sugar) S 23175 23177 22606 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 24750363 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23177/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301422 s]
/proc/loadavg: 2.13 2.06 2.02 3/69 23177
/proc/meminfo: memFree=1899944/2055920 swapFree=4192812/4192956
[pid=23177] ppid=23175 vsize=16868 CPUtime=0.06
/proc/23177/stat : 23177 (sugar) S 23175 23177 22606 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 24750363 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23177/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701469 s]
/proc/loadavg: 2.13 2.06 2.02 3/69 23177
/proc/meminfo: memFree=1899944/2055920 swapFree=4192812/4192956
[pid=23177] ppid=23175 vsize=16868 CPUtime=0.06
/proc/23177/stat : 23177 (sugar) S 23175 23177 22606 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 24750363 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23177/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50256 s]
/proc/loadavg: 2.13 2.06 2.02 3/83 23210
/proc/meminfo: memFree=1858296/2055920 swapFree=4192812/4192956
[pid=23177] ppid=23175 vsize=16868 CPUtime=0.06
/proc/23177/stat : 23177 (sugar) S 23175 23177 22606 0 -1 4194304 1245 128 0 0 4 2 0 0 16 0 1 0 24750363 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23177/statm: 4217 1111 409 3 0 796 0
[pid=23191] ppid=23177 vsize=5356 CPUtime=0
/proc/23191/stat : 23191 (sh) S 23177 23177 22606 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24750371 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23191/statm: 1339 233 193 169 0 50 0
[pid=23192] ppid=23191 vsize=865640 CPUtime=1.48
/proc/23192/stat : 23192 (java) S 23191 23177 22606 0 -1 0 15289 0 1 0 140 8 0 0 19 0 9 0 24750372 886415360 13307 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23192/statm: 216410 13307 2558 9 0 210922 0
[pid=23192/tid=23193] ppid=23191 vsize=865640 CPUtime=0.87
/proc/23192/task/23193/stat : 23193 (java) S 23191 23177 22606 0 -1 64 3087 0 1 0 85 2 0 0 21 0 9 0 24750373 886415360 13307 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23194] ppid=23191 vsize=865640 CPUtime=0.43
/proc/23192/task/23194/stat : 23194 (java) S 23191 23177 22606 0 -1 64 10954 0 0 0 39 4 0 0 16 0 9 0 24750374 886415360 13307 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23195] ppid=23191 vsize=865640 CPUtime=0
/proc/23192/task/23195/stat : 23195 (java) S 23191 23177 22606 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24750374 886415360 13307 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23196] ppid=23191 vsize=865640 CPUtime=0
/proc/23192/task/23196/stat : 23196 (java) S 23191 23177 22606 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24750374 886415360 13307 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23197] ppid=23191 vsize=865640 CPUtime=0
/proc/23192/task/23197/stat : 23197 (java) S 23191 23177 22606 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24750376 886415360 13307 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23198] ppid=23191 vsize=865640 CPUtime=0.14
/proc/23192/task/23198/stat : 23198 (java) S 23191 23177 22606 0 -1 64 542 0 0 0 14 0 0 0 16 0 9 0 24750376 886415360 13307 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23192/tid=23199] ppid=23191 vsize=865640 CPUtime=0
/proc/23192/task/23199/stat : 23199 (java) S 23191 23177 22606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24750376 886415360 13307 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23192/tid=23200] ppid=23191 vsize=865640 CPUtime=0
/proc/23192/task/23200/stat : 23200 (java) S 23191 23177 22606 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24750376 886415360 13307 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 887864

[startup+3.10275 s]
/proc/loadavg: 2.12 2.06 2.01 3/83 23220
/proc/meminfo: memFree=1842680/2055920 swapFree=4192812/4192956
[pid=23177] ppid=23175 vsize=16868 CPUtime=1.55
/proc/23177/stat : 23177 (sugar) S 23175 23177 22606 0 -1 4194304 1309 15706 0 1 4 2 140 9 16 0 1 0 24750363 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23177/statm: 4217 1111 409 3 0 796 0
[pid=23211] ppid=23177 vsize=5356 CPUtime=0
/proc/23211/stat : 23211 (sh) S 23177 23177 22606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24750514 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23211/statm: 1339 233 193 169 0 50 0
[pid=23212] ppid=23211 vsize=868656 CPUtime=1.55
/proc/23212/stat : 23212 (java) S 23211 23177 22606 0 -1 0 10307 0 1 0 150 5 0 0 20 0 9 0 24750515 889503744 9317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23212/statm: 217164 9317 2568 9 0 211669 0
[pid=23212/tid=23213] ppid=23211 vsize=868656 CPUtime=1.03
/proc/23212/task/23213/stat : 23213 (java) R 23211 23177 22606 0 -1 64 2735 0 1 0 102 1 0 0 25 0 9 0 24750515 889503744 9317 996147200 134512640 134550932 4294955936 18446744073709551615 4126585306 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23214] ppid=23211 vsize=868656 CPUtime=0.32
/proc/23212/task/23214/stat : 23214 (java) S 23211 23177 22606 0 -1 64 5399 0 0 0 30 2 0 0 16 0 9 0 24750516 889503744 9317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23215] ppid=23211 vsize=868656 CPUtime=0
/proc/23212/task/23215/stat : 23215 (java) S 23211 23177 22606 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24750517 889503744 9317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23216] ppid=23211 vsize=868656 CPUtime=0
/proc/23212/task/23216/stat : 23216 (java) S 23211 23177 22606 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24750517 889503744 9317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23217] ppid=23211 vsize=868656 CPUtime=0
/proc/23212/task/23217/stat : 23217 (java) S 23211 23177 22606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24750519 889503744 9317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23218] ppid=23211 vsize=868656 CPUtime=0.15
/proc/23212/task/23218/stat : 23218 (java) S 23211 23177 22606 0 -1 64 1471 0 0 0 15 0 0 0 15 0 9 0 24750519 889503744 9317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23219] ppid=23211 vsize=868656 CPUtime=0
/proc/23212/task/23219/stat : 23219 (java) S 23211 23177 22606 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24750519 889503744 9317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23220] ppid=23211 vsize=868656 CPUtime=0
/proc/23212/task/23220/stat : 23220 (java) S 23211 23177 22606 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24750519 889503744 9317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 890880

[startup+6.30213 s]
/proc/loadavg: 2.12 2.06 2.01 3/83 23220
/proc/meminfo: memFree=1819576/2055920 swapFree=4192812/4192956
[pid=23177] ppid=23175 vsize=16868 CPUtime=1.55
/proc/23177/stat : 23177 (sugar) S 23175 23177 22606 0 -1 4194304 1309 15706 0 1 4 2 140 9 16 0 1 0 24750363 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23177/statm: 4217 1111 409 3 0 796 0
[pid=23211] ppid=23177 vsize=5356 CPUtime=0
/proc/23211/stat : 23211 (sh) S 23177 23177 22606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24750514 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23211/statm: 1339 233 193 169 0 50 0
[pid=23212] ppid=23211 vsize=868656 CPUtime=4.71
/proc/23212/stat : 23212 (java) S 23211 23177 22606 0 -1 0 15560 0 1 0 463 8 0 0 20 0 9 0 24750515 889503744 14353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23212/statm: 217164 14353 2567 9 0 211669 0
[pid=23212/tid=23213] ppid=23211 vsize=868656 CPUtime=3.75
/proc/23212/task/23213/stat : 23213 (java) R 23211 23177 22606 0 -1 64 3064 0 1 0 373 2 0 0 25 0 9 0 24750515 889503744 14353 996147200 134512640 134550932 4294955936 18446744073709551615 4126594145 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23214] ppid=23211 vsize=868656 CPUtime=0.76
/proc/23212/task/23214/stat : 23214 (java) S 23211 23177 22606 0 -1 64 10316 0 0 0 72 4 0 0 16 0 9 0 24750516 889503744 14353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23215] ppid=23211 vsize=868656 CPUtime=0
/proc/23212/task/23215/stat : 23215 (java) S 23211 23177 22606 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24750517 889503744 14353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23216] ppid=23211 vsize=868656 CPUtime=0
/proc/23212/task/23216/stat : 23216 (java) S 23211 23177 22606 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24750517 889503744 14353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23217] ppid=23211 vsize=868656 CPUtime=0
/proc/23212/task/23217/stat : 23217 (java) S 23211 23177 22606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24750519 889503744 14353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23218] ppid=23211 vsize=868656 CPUtime=0.17
/proc/23212/task/23218/stat : 23218 (java) S 23211 23177 22606 0 -1 64 1478 0 0 0 17 0 0 0 15 0 9 0 24750519 889503744 14353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23219] ppid=23211 vsize=868656 CPUtime=0
/proc/23212/task/23219/stat : 23219 (java) S 23211 23177 22606 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24750519 889503744 14353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23220] ppid=23211 vsize=868656 CPUtime=0
/proc/23212/task/23220/stat : 23220 (java) S 23211 23177 22606 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24750519 889503744 14353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 890880

[startup+12.7039 s]
/proc/loadavg: 2.18 2.07 2.02 3/83 23220
/proc/meminfo: memFree=1773560/2055920 swapFree=4192812/4192956
[pid=23177] ppid=23175 vsize=16868 CPUtime=1.55
/proc/23177/stat : 23177 (sugar) S 23175 23177 22606 0 -1 4194304 1309 15706 0 1 4 2 140 9 16 0 1 0 24750363 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23177/statm: 4217 1111 409 3 0 796 0
[pid=23211] ppid=23177 vsize=5356 CPUtime=0
/proc/23211/stat : 23211 (sh) S 23177 23177 22606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24750514 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23211/statm: 1339 233 193 169 0 50 0
[pid=23212] ppid=23211 vsize=868656 CPUtime=11.06
/proc/23212/stat : 23212 (java) S 23211 23177 22606 0 -1 0 34421 0 1 0 1088 18 0 0 20 0 9 0 24750515 889503744 25397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23212/statm: 217164 25397 2568 9 0 211669 0
[pid=23212/tid=23213] ppid=23211 vsize=868656 CPUtime=8.7
/proc/23212/task/23213/stat : 23213 (java) R 23211 23177 22606 0 -1 64 3896 0 1 0 867 3 0 0 25 0 9 0 24750515 889503744 25397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23214] ppid=23211 vsize=868656 CPUtime=2.15
/proc/23212/task/23214/stat : 23214 (java) R 23211 23177 22606 0 -1 64 28337 0 0 0 202 13 0 0 15 0 9 0 24750516 889503744 25397 996147200 134512640 134550932 4294955936 18446744073709551615 102759252 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23215] ppid=23211 vsize=868656 CPUtime=0
/proc/23212/task/23215/stat : 23215 (java) S 23211 23177 22606 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24750517 889503744 25397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23216] ppid=23211 vsize=868656 CPUtime=0
/proc/23212/task/23216/stat : 23216 (java) S 23211 23177 22606 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24750517 889503744 25397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23217] ppid=23211 vsize=868656 CPUtime=0
/proc/23212/task/23217/stat : 23217 (java) S 23211 23177 22606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24750519 889503744 25397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23218] ppid=23211 vsize=868656 CPUtime=0.18
/proc/23212/task/23218/stat : 23218 (java) S 23211 23177 22606 0 -1 64 1486 0 0 0 18 0 0 0 15 0 9 0 24750519 889503744 25397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23219] ppid=23211 vsize=868656 CPUtime=0
/proc/23212/task/23219/stat : 23219 (java) S 23211 23177 22606 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24750519 889503744 25397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23220] ppid=23211 vsize=868656 CPUtime=0
/proc/23212/task/23220/stat : 23220 (java) S 23211 23177 22606 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24750519 889503744 25397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 890880

[startup+25.5024 s]
/proc/loadavg: 2.15 2.07 2.02 3/83 23220
/proc/meminfo: memFree=1672824/2055920 swapFree=4192812/4192956
[pid=23177] ppid=23175 vsize=16868 CPUtime=1.55
/proc/23177/stat : 23177 (sugar) S 23175 23177 22606 0 -1 4194304 1309 15706 0 1 4 2 140 9 16 0 1 0 24750363 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23177/statm: 4217 1111 409 3 0 796 0
[pid=23211] ppid=23177 vsize=5356 CPUtime=0
/proc/23211/stat : 23211 (sh) S 23177 23177 22606 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24750514 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23211/statm: 1339 233 193 169 0 50 0
[pid=23212] ppid=23211 vsize=868656 CPUtime=23.73
/proc/23212/stat : 23212 (java) S 23211 23177 22606 0 -1 0 63335 0 1 0 2343 30 0 0 20 0 9 0 24750515 889503744 49693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23212/statm: 217164 49693 2568 9 0 211669 0
[pid=23212/tid=23213] ppid=23211 vsize=868656 CPUtime=19.37
/proc/23212/task/23213/stat : 23213 (java) R 23211 23177 22606 0 -1 64 4780 0 1 0 1934 3 0 0 25 0 9 0 24750515 889503744 49693 996147200 134512640 134550932 4294955936 18446744073709551615 102094001 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23214] ppid=23211 vsize=868656 CPUtime=4.15
/proc/23212/task/23214/stat : 23214 (java) S 23211 23177 22606 0 -1 64 56365 0 0 0 390 25 0 0 16 0 9 0 24750516 889503744 49693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23215] ppid=23211 vsize=868656 CPUtime=0
/proc/23212/task/23215/stat : 23215 (java) S 23211 23177 22606 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24750517 889503744 49693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23216] ppid=23211 vsize=868656 CPUtime=0
/proc/23212/task/23216/stat : 23216 (java) S 23211 23177 22606 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24750517 889503744 49693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23217] ppid=23211 vsize=868656 CPUtime=0

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

[pid=23212/tid=23216] ppid=23211 vsize=868768 CPUtime=0
/proc/23212/task/23216/stat : 23216 (java) S 23211 23177 22606 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24750517 889618432 57589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23217] ppid=23211 vsize=868768 CPUtime=0
/proc/23212/task/23217/stat : 23217 (java) S 23211 23177 22606 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24750519 889618432 57589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23218] ppid=23211 vsize=868768 CPUtime=0.26
/proc/23212/task/23218/stat : 23218 (java) S 23211 23177 22606 0 -1 64 1534 0 0 0 25 1 0 0 17 0 9 0 24750519 889618432 57589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23219] ppid=23211 vsize=868768 CPUtime=0
/proc/23212/task/23219/stat : 23219 (java) S 23211 23177 22606 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24750519 889618432 57589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23212/tid=23220] ppid=23211 vsize=868768 CPUtime=0
/proc/23212/task/23220/stat : 23220 (java) S 23211 23177 22606 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24750519 889618432 57589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 158.52
Current children cumulated vsize (KiB) 890992



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+200.703 s]
/proc/loadavg: 2.29 2.16 2.05 3/75 23222
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=23177] ppid=23175 vsize=16868 CPUtime=185.49
/proc/23177/stat : 23177 (sugar) S 23175 23177 22606 0 -1 4194304 1377 95182 0 2 5 2 17508 1034 16 0 1 0 24750363 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23177/statm: 4217 1114 409 3 0 796 0
[pid=23221] ppid=23177 vsize=5356 CPUtime=0
/proc/23221/stat : 23221 (sh) S 23177 23177 22606 0 -1 4194304 273 0 4 0 0 0 0 0 18 0 1 0 24769399 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23221/statm: 1339 232 193 169 0 50 0
[pid=23222] ppid=23221 vsize=970792 CPUtime=5.45
/proc/23222/stat : 23222 (minisat) R 23221 23177 22606 0 -1 4195840 218264 0 6 0 421 124 0 0 18 0 1 0 24769410 994091008 218252 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 1 0 0
/proc/23222/statm: 242698 218252 62 150 0 242545 0
Current children cumulated CPU time (s) 190.94
Current children cumulated vsize (KiB) 993016

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

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

[startup+202.901 s]
/proc/loadavg: 2.29 2.16 2.05 3/75 23222
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=23177] ppid=23175 vsize=16868 CPUtime=185.49
/proc/23177/stat : 23177 (sugar) S 23175 23177 22606 0 -1 4194304 1399 95182 0 2 5 2 17508 1034 16 0 1 0 24750363 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23177/statm: 4217 1114 409 3 0 796 0
[pid=23221] ppid=23177 vsize=0 CPUtime=0
/proc/23221/stat : 23221 (sh) Z 23177 23177 22606 0 -1 4195340 273 0 4 0 0 0 0 0 16 0 1 0 24769399 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23221/statm: 0 0 0 0 0 0 0
[pid=23222] ppid=1 vsize=970792 CPUtime=6.88
/proc/23222/stat : 23222 (minisat) R 1 23177 22606 0 -1 4195840 218264 0 6 0 421 267 0 0 18 0 1 0 24769410 994091008 218252 996147200 134512640 135127466 4294956256 18446744073709551615 134524802 0 0 4096 3 0 0 0 17 1 0 0
/proc/23222/statm: 242698 218252 62 150 0 242545 0
Current children cumulated CPU time (s) 192.37
Current children cumulated vsize (KiB) 987660

[startup+203.001 s]
/proc/loadavg: 2.34 2.18 2.06 3/76 23223
/proc/meminfo: memFree=15920/2055920 swapFree=4192812/4192956
[pid=23177] ppid=23175 vsize=16868 CPUtime=185.49
/proc/23177/stat : 23177 (sugar) S 23175 23177 22606 0 -1 4194304 1399 95182 0 2 5 2 17508 1034 16 0 1 0 24750363 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23177/statm: 4217 1114 409 3 0 796 0
[pid=23221] ppid=23177 vsize=0 CPUtime=0
/proc/23221/stat : 23221 (sh) Z 23177 23177 22606 0 -1 4195340 273 0 4 0 0 0 0 0 16 0 1 0 24769399 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23221/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 185.49
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -23177

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

[startup+206.407 s]
/proc/loadavg: 2.64 2.24 2.08 2/76 23223
/proc/meminfo: memFree=18480/2055920 swapFree=4192812/4192956
[pid=23177] ppid=23175 vsize=16868 CPUtime=185.49
/proc/23177/stat : 23177 (sugar) S 23175 23177 22606 0 -1 4194304 1399 95182 0 2 5 2 17508 1034 16 0 1 0 24750363 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23177/statm: 4217 1114 409 3 0 796 0
[pid=23221] ppid=23177 vsize=0 CPUtime=0
/proc/23221/stat : 23221 (sh) Z 23177 23177 22606 0 -1 4195340 273 0 4 0 0 0 0 0 16 0 1 0 24769399 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23221/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 185.49
Current children cumulated vsize (KiB) 16868

[startup+212.801 s]
/proc/loadavg: 2.91 2.30 2.10 2/76 23223
/proc/meminfo: memFree=22960/2055920 swapFree=4192812/4192956
[pid=23177] ppid=23175 vsize=16868 CPUtime=185.49
/proc/23177/stat : 23177 (sugar) S 23175 23177 22606 0 -1 4194304 1399 95182 0 2 5 2 17508 1034 16 0 1 0 24750363 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23177/statm: 4217 1114 409 3 0 796 0
[pid=23221] ppid=23177 vsize=0 CPUtime=0
/proc/23221/stat : 23221 (sh) Z 23177 23177 22606 0 -1 4195340 273 0 4 0 0 0 0 0 16 0 1 0 24769399 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23221/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 185.49
Current children cumulated vsize (KiB) 16868

[startup+216.002 s]
/proc/loadavg: 2.91 2.30 2.10 2/76 23223
/proc/meminfo: memFree=25968/2055920 swapFree=4192812/4192956
[pid=23177] ppid=23175 vsize=16868 CPUtime=185.49
/proc/23177/stat : 23177 (sugar) S 23175 23177 22606 0 -1 4194304 1399 95182 0 2 5 2 17508 1034 16 0 1 0 24750363 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23177/statm: 4217 1114 409 3 0 796 0
[pid=23221] ppid=23177 vsize=0 CPUtime=0
/proc/23221/stat : 23221 (sh) Z 23177 23177 22606 0 -1 4195340 273 0 4 0 0 0 0 0 16 0 1 0 24769399 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23221/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 185.49
Current children cumulated vsize (KiB) 16868

[startup+219.201 s]
/proc/loadavg: 3.15 2.36 2.12 2/76 23223
/proc/meminfo: memFree=35440/2055920 swapFree=4192812/4192956
[pid=23177] ppid=23175 vsize=16868 CPUtime=185.49
/proc/23177/stat : 23177 (sugar) S 23175 23177 22606 0 -1 4194304 1399 95182 0 2 5 2 17508 1034 16 0 1 0 24750363 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23177/statm: 4217 1114 409 3 0 796 0
[pid=23221] ppid=23177 vsize=0 CPUtime=0
/proc/23221/stat : 23221 (sh) Z 23177 23177 22606 0 -1 4195340 273 0 4 0 0 0 0 0 16 0 1 0 24769399 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23221/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 185.49
Current children cumulated vsize (KiB) 16868

[startup+220.001 s]
/proc/loadavg: 3.15 2.36 2.12 2/77 23224
/proc/meminfo: memFree=36264/2055920 swapFree=4192812/4192956
[pid=23177] ppid=23175 vsize=16868 CPUtime=185.49
/proc/23177/stat : 23177 (sugar) S 23175 23177 22606 0 -1 4194304 1399 95182 0 2 5 2 17508 1034 16 0 1 0 24750363 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23177/statm: 4217 1114 409 3 0 796 0
[pid=23221] ppid=23177 vsize=0 CPUtime=0
/proc/23221/stat : 23221 (sh) Z 23177 23177 22606 0 -1 4195340 273 0 4 0 0 0 0 0 16 0 1 0 24769399 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23221/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 185.49
Current children cumulated vsize (KiB) 16868

[startup+220.801 s]
/proc/loadavg: 3.15 2.36 2.12 2/77 23224
/proc/meminfo: memFree=36968/2055920 swapFree=4192812/4192956
[pid=23177] ppid=23175 vsize=16868 CPUtime=185.49
/proc/23177/stat : 23177 (sugar) S 23175 23177 22606 0 -1 4194304 1399 95182 0 2 5 2 17508 1034 16 0 1 0 24750363 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23177/statm: 4217 1114 409 3 0 796 0
[pid=23221] ppid=23177 vsize=0 CPUtime=0
/proc/23221/stat : 23221 (sh) Z 23177 23177 22606 0 -1 4195340 273 0 4 0 0 0 0 0 16 0 1 0 24769399 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23221/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 185.49
Current children cumulated vsize (KiB) 16868

[startup+221.001 s]
/proc/loadavg: 3.15 2.36 2.12 2/77 23224
/proc/meminfo: memFree=36968/2055920 swapFree=4192812/4192956
[pid=23177] ppid=23175 vsize=16868 CPUtime=185.49
/proc/23177/stat : 23177 (sugar) S 23175 23177 22606 0 -1 4194304 1399 95182 0 2 5 2 17508 1034 16 0 1 0 24750363 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23177/statm: 4217 1114 409 3 0 796 0
[pid=23221] ppid=23177 vsize=0 CPUtime=0
/proc/23221/stat : 23221 (sh) Z 23177 23177 22606 0 -1 4195340 273 0 4 0 0 0 0 0 16 0 1 0 24769399 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23221/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 185.49
Current children cumulated vsize (KiB) 16868

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 6.88
#  lost CPU user time (s): 4.21001
#  lost CPU system time (s): 2.67

Real time (s): 221.101
CPU time (s): 192.394
CPU user time (s): 179.346
CPU system time (s): 13.0474
CPU usage (%): 87.0162
Max. virtual memory (cumulated for all children) (KiB): 993016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 175.136
system time used= 10.3774
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96581
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= 26424
involuntary context switches= 31195

runsolver used 0.280957 second user time and 0.744886 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-12 07:34:23
IDJOB=2083193
IDBENCH=57732
IDSOLVER=739
FILE ID=node53/2083193-1247376863
PBS_JOBID= 9507102
Free space on /tmp= 65968 MiB

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

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

MD5SUM BENCH= b1bc0ce20909360461048c9e001540ac
RANDOM SEED=153177372

node53.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1900488 kB
Buffers:          8740 kB
Cached:          76260 kB
SwapCached:          0 kB
Active:          78196 kB
Inactive:        23160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1900488 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4928 kB
Writeback:           0 kB
Mapped:          26244 kB
Slab:            39660 kB
Committed_AS:   164500 kB
PageTables:       1664 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= 63740 MiB
End job on node53 at 2009-07-12 07:38:05