Trace number 2069157

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) 69.9501 72.2087

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-blast-tlan2.xml
MD5SUM9b20d494642ff2b0ed540c977857fea7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.6173
Satisfiable
(Un)Satisfiability was proved
Number of variables2221
Number of constraints3049
Maximum constraint arity19
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3049
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 00:00:27 2009
0.05/0.08	c 0	PID 16466
0.05/0.08	c 0	HOST node34.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2069157-1247349627.xml TO HOME/temp.csp
0.05/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-2069157-1247349627.xml' 'HOME/temp.csp'
0.07/0.66	c 1	3 domains, 2221 variables, 7 predicates, 0 relations, 3049 constraints
0.07/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.72	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'
0.07/0.80	c 1	Parsing HOME/temp.csp
0.64/0.94	c 1	parsed 5280 expressions
0.64/0.95	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.64/0.95	c 1	Converting to clausal form CSP
0.64/0.98	c 1	converted 528 (10%) expressions
0.64/0.99	c 1	converted 1056 (20%) expressions
0.90/1.01	c 1	converted 1584 (30%) expressions
0.90/1.01	c 1	converted 2112 (40%) expressions
0.90/1.08	c 1	converted 2640 (50%) expressions
1.00/1.19	c 1	converted 3168 (60%) expressions
1.10/1.22	c 1	converted 3696 (70%) expressions
1.10/1.25	c 1	converted 4224 (80%) expressions
1.29/1.41	c 1	converted 4752 (90%) expressions
1.60/1.70	c 2	converted 5280 (100%) expressions
1.60/1.70	c 2	CSP : 3877 integers, 0 booleans, 5629 clauses, largest domain size 733
1.60/1.70	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.60/1.70	c 2	Propagation in CSP
1.60/1.79	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.60/1.79	c 2	CSP : 3877 integers, 0 booleans, 5629 clauses, largest domain size 733
1.60/1.79	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.69/1.80	c 2	Simplifing CSP by introducing new Boolean variables
1.69/1.80	c 2	CSP : 3877 integers, 0 booleans, 5629 clauses, largest domain size 733
1.69/1.80	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.69/1.85	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.69/1.86	c 2	388 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.69/1.87	c 2	776 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.69/1.87	c 2	1164 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.69/1.88	c 2	1551 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.69/1.88	c 2	1939 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.79/1.92	c 2	2327 (60%) CSP integer variables are encoded (30240 clauses, 437435 bytes)
1.89/2.08	c 2	2714 (70%) CSP integer variables are encoded (151377 clauses, 2361595 bytes)
2.19/2.31	c 2	3102 (80%) CSP integer variables are encoded (317833 clauses, 5191347 bytes)
2.38/2.54	c 2	3490 (90%) CSP integer variables are encoded (481359 clauses, 7971289 bytes)
2.59/2.75	c 3	3877 (100%) CSP integer variables are encoded (638372 clauses, 10640510 bytes)
2.59/2.77	c 3	563 (10%) CSP clauses are encoded (638935 clauses, 10647719 bytes)
2.59/2.78	c 3	1126 (20%) CSP clauses are encoded (639498 clauses, 10655038 bytes)
2.59/2.80	c 3	1689 (30%) CSP clauses are encoded (640061 clauses, 10664743 bytes)
8.44/8.63	c 8	2252 (40%) CSP clauses are encoded (3831945 clauses, 73312683 bytes)
14.07/14.43	c 14	2815 (50%) CSP clauses are encoded (6904079 clauses, 139785175 bytes)
22.56/23.08	c 23	3378 (60%) CSP clauses are encoded (11448461 clauses, 244272524 bytes)
31.67/32.32	c 32	3941 (70%) CSP clauses are encoded (16207890 clauses, 353735559 bytes)
40.75/41.60	c 41	4504 (80%) CSP clauses are encoded (20854155 clauses, 460573515 bytes)
49.62/50.74	c 51	5067 (90%) CSP clauses are encoded (25398409 clauses, 565071936 bytes)
58.20/59.59	c 59	5629 (100%) CSP clauses are encoded (29829455 clauses, 666961677 bytes)
58.20/59.59	c 59	5629 CSP clauses encoded
58.20/59.59	c 59	Writing map file : HOME/temp.map
58.30/59.61	c 59	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
58.30/59.61	c 59	SAT : 641889 SAT variables, 29829455 SAT clauses, 666961677 bytes
58.30/59.61	c 59	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
58.30/59.64	c 59	SOLVING HOME/temp.cnf
58.30/59.64	c 59	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
58.30/59.64	c 59	This is MiniSat 2.0 beta
58.30/59.64	c 59	WARNING: for repeatability, setting FPU to use double precision
58.30/59.64	c 59	============================[ Problem Statistics ]=============================
58.30/59.64	c 59	|                                                                             |
58.30/59.65	c 59	|  Number of variables:  641889                                               |
58.30/59.65	c 59	|  Number of clauses:    29829455                                             |
69.60/71.62	c ERROR INTERRUPTED
69.72/71.76	s UNKNOWN
69.72/71.76	c 72	CPU 58.34 (0.07 0.01 52.73 5.53)
69.72/71.76	c 72	END Sun Jul 12 00:01:39 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2069157-1247349627/watcher-2069157-1247349627 -o /tmp/evaluation-result-2069157-1247349627/solver-2069157-1247349627 -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-2069157-1247349627.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: 1.93 1.98 1.99 4/82 16466
/proc/meminfo: memFree=461064/2055920 swapFree=4192956/4192956
[pid=16466] ppid=16464 vsize=18576 CPUtime=0
/proc/16466/stat : 16466 (runsolver) R 16464 16466 16349 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22028694 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 254195330343 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16466/statm: 4644 284 249 26 0 2626 0

[startup+0.07016 s]
/proc/loadavg: 1.93 1.98 1.99 4/82 16466
/proc/meminfo: memFree=461064/2055920 swapFree=4192956/4192956
[pid=16466] ppid=16464 vsize=16344 CPUtime=0.05
/proc/16466/stat : 16466 (sugar) R 16464 16466 16349 0 -1 4194304 1002 0 0 0 4 1 0 0 18 0 1 0 22028694 16736256 970 996147200 4194304 4206940 548682068608 18446744073709551615 254212824579 0 0 4224 0 0 0 0 17 1 0 0
/proc/16466/statm: 4086 970 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101339 s]
/proc/loadavg: 1.93 1.98 1.99 4/82 16466
/proc/meminfo: memFree=461064/2055920 swapFree=4192956/4192956
[pid=16466] ppid=16464 vsize=16868 CPUtime=0.07
/proc/16466/stat : 16466 (sugar) S 16464 16466 16349 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22028694 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16466/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301176 s]
/proc/loadavg: 1.93 1.98 1.99 4/82 16466
/proc/meminfo: memFree=461064/2055920 swapFree=4192956/4192956
[pid=16466] ppid=16464 vsize=16868 CPUtime=0.07
/proc/16466/stat : 16466 (sugar) S 16464 16466 16349 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22028694 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16466/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701201 s]
/proc/loadavg: 1.93 1.98 1.99 4/82 16466
/proc/meminfo: memFree=461064/2055920 swapFree=4192956/4192956
[pid=16466] ppid=16464 vsize=16868 CPUtime=0.07
/proc/16466/stat : 16466 (sugar) S 16464 16466 16349 0 -1 4194304 1245 128 0 0 6 1 0 0 15 0 1 0 22028694 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16466/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50126 s]
/proc/loadavg: 1.93 1.98 1.99 4/93 16488
/proc/meminfo: memFree=449008/2055920 swapFree=4192956/4192956
[pid=16466] ppid=16464 vsize=16868 CPUtime=0.64
/proc/16466/stat : 16466 (sugar) S 16464 16466 16349 0 -1 4194304 1309 7092 0 1 6 1 52 5 16 0 1 0 22028694 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16466/statm: 4217 1111 409 3 0 796 0
[pid=16479] ppid=16466 vsize=5356 CPUtime=0
/proc/16479/stat : 16479 (sh) S 16466 16466 16349 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22028766 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16479/statm: 1339 233 193 169 0 50 0
[pid=16480] ppid=16479 vsize=868572 CPUtime=0.76
/proc/16480/stat : 16480 (java) S 16479 16466 16349 0 -1 0 7300 0 1 0 72 4 0 0 19 0 9 0 22028767 889417728 6522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16480/statm: 217143 6522 2566 9 0 211648 0
[pid=16480/tid=16481] ppid=16479 vsize=868572 CPUtime=0.47
/proc/16480/task/16481/stat : 16481 (java) R 16479 16466 16349 0 -1 64 2682 0 1 0 46 1 0 0 23 0 9 0 22028768 889417728 6522 996147200 134512640 134550932 4294955936 18446744073709551615 102094001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16482] ppid=16479 vsize=868572 CPUtime=0.08
/proc/16480/task/16482/stat : 16482 (java) S 16479 16466 16349 0 -1 64 2415 0 0 0 8 0 0 0 16 0 9 0 22028769 889417728 6522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16483] ppid=16479 vsize=868572 CPUtime=0
/proc/16480/task/16483/stat : 16483 (java) S 16479 16466 16349 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22028769 889417728 6522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16484] ppid=16479 vsize=868572 CPUtime=0
/proc/16480/task/16484/stat : 16484 (java) S 16479 16466 16349 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22028769 889417728 6522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16485] ppid=16479 vsize=868572 CPUtime=0
/proc/16480/task/16485/stat : 16485 (java) S 16479 16466 16349 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22028771 889417728 6522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16486] ppid=16479 vsize=868572 CPUtime=0.17
/proc/16480/task/16486/stat : 16486 (java) S 16479 16466 16349 0 -1 64 1503 0 0 0 17 0 0 0 16 0 9 0 22028771 889417728 6522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16487] ppid=16479 vsize=868572 CPUtime=0
/proc/16480/task/16487/stat : 16487 (java) S 16479 16466 16349 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22028771 889417728 6522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16488] ppid=16479 vsize=868572 CPUtime=0
/proc/16480/task/16488/stat : 16488 (java) S 16479 16466 16349 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22028771 889417728 6522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890796

[startup+3.10238 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 16488
/proc/meminfo: memFree=436848/2055920 swapFree=4192956/4192956
[pid=16466] ppid=16464 vsize=16868 CPUtime=0.64
/proc/16466/stat : 16466 (sugar) S 16464 16466 16349 0 -1 4194304 1310 7092 0 1 6 1 52 5 15 0 1 0 22028694 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16466/statm: 4217 1111 409 3 0 796 0
[pid=16479] ppid=16466 vsize=5356 CPUtime=0
/proc/16479/stat : 16479 (sh) S 16466 16466 16349 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22028766 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16479/statm: 1339 233 193 169 0 50 0
[pid=16480] ppid=16479 vsize=868684 CPUtime=2.34
/proc/16480/stat : 16480 (java) S 16479 16466 16349 0 -1 0 8246 0 1 0 219 15 0 0 19 0 9 0 22028767 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16480/statm: 217171 7052 2590 9 0 211648 0
[pid=16480/tid=16481] ppid=16479 vsize=868684 CPUtime=1.82
/proc/16480/task/16481/stat : 16481 (java) R 16479 16466 16349 0 -1 64 3139 0 1 0 172 10 0 0 25 0 9 0 22028768 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 102094001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16482] ppid=16479 vsize=868684 CPUtime=0.26
/proc/16480/task/16482/stat : 16482 (java) S 16479 16466 16349 0 -1 64 2873 0 0 0 24 2 0 0 16 0 9 0 22028769 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16483] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16483/stat : 16483 (java) S 16479 16466 16349 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22028769 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16484] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16484/stat : 16484 (java) S 16479 16466 16349 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22028769 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16485] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16485/stat : 16485 (java) S 16479 16466 16349 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22028771 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16486] ppid=16479 vsize=868684 CPUtime=0.23
/proc/16480/task/16486/stat : 16486 (java) S 16479 16466 16349 0 -1 64 1534 0 0 0 22 1 0 0 16 0 9 0 22028771 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16487] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16487/stat : 16487 (java) S 16479 16466 16349 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22028771 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16488] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16488/stat : 16488 (java) S 16479 16466 16349 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22028771 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890908

[startup+6.30261 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 16488
/proc/meminfo: memFree=398704/2055920 swapFree=4192956/4192956
[pid=16466] ppid=16464 vsize=16868 CPUtime=0.64
/proc/16466/stat : 16466 (sugar) S 16464 16466 16349 0 -1 4194304 1310 7092 0 1 6 1 52 5 15 0 1 0 22028694 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16466/statm: 4217 1111 409 3 0 796 0
[pid=16479] ppid=16466 vsize=5356 CPUtime=0
/proc/16479/stat : 16479 (sh) S 16466 16466 16349 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22028766 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16479/statm: 1339 233 193 169 0 50 0
[pid=16480] ppid=16479 vsize=868684 CPUtime=5.51
/proc/16480/stat : 16480 (java) S 16479 16466 16349 0 -1 0 9245 0 1 0 510 41 0 0 19 0 9 0 22028767 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16480/statm: 217171 7052 2590 9 0 211648 0
[pid=16480/tid=16481] ppid=16479 vsize=868684 CPUtime=4.74
/proc/16480/task/16481/stat : 16481 (java) R 16479 16466 16349 0 -1 64 4138 0 1 0 443 31 0 0 25 0 9 0 22028768 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4127016737 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16482] ppid=16479 vsize=868684 CPUtime=0.52
/proc/16480/task/16482/stat : 16482 (java) S 16479 16466 16349 0 -1 64 2873 0 0 0 44 8 0 0 16 0 9 0 22028769 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16483] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16483/stat : 16483 (java) S 16479 16466 16349 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22028769 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16484] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16484/stat : 16484 (java) S 16479 16466 16349 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22028769 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16485] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16485/stat : 16485 (java) S 16479 16466 16349 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22028771 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16486] ppid=16479 vsize=868684 CPUtime=0.23
/proc/16480/task/16486/stat : 16486 (java) S 16479 16466 16349 0 -1 64 1534 0 0 0 22 1 0 0 16 0 9 0 22028771 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16487] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16487/stat : 16487 (java) S 16479 16466 16349 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22028771 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16488] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16488/stat : 16488 (java) S 16479 16466 16349 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22028771 889532416 7052 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) 890908

[startup+12.7021 s]
/proc/loadavg: 1.94 1.98 1.99 3/93 16488
/proc/meminfo: memFree=325552/2055920 swapFree=4192956/4192956
[pid=16466] ppid=16464 vsize=16868 CPUtime=0.64
/proc/16466/stat : 16466 (sugar) S 16464 16466 16349 0 -1 4194304 1310 7092 0 1 6 1 52 5 16 0 1 0 22028694 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16466/statm: 4217 1111 409 3 0 796 0
[pid=16479] ppid=16466 vsize=5356 CPUtime=0
/proc/16479/stat : 16479 (sh) S 16466 16466 16349 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22028766 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16479/statm: 1339 233 193 169 0 50 0
[pid=16480] ppid=16479 vsize=868684 CPUtime=11.86
/proc/16480/stat : 16480 (java) S 16479 16466 16349 0 -1 0 11235 0 1 0 1092 94 0 0 19 0 9 0 22028767 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16480/statm: 217171 7052 2590 9 0 211648 0
[pid=16480/tid=16481] ppid=16479 vsize=868684 CPUtime=10.58
/proc/16480/task/16481/stat : 16481 (java) R 16479 16466 16349 0 -1 64 6128 0 1 0 984 74 0 0 25 0 9 0 22028768 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4127018013 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16482] ppid=16479 vsize=868684 CPUtime=1.02
/proc/16480/task/16482/stat : 16482 (java) S 16479 16466 16349 0 -1 64 2873 0 0 0 84 18 0 0 16 0 9 0 22028769 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16483] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16483/stat : 16483 (java) S 16479 16466 16349 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22028769 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16484] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16484/stat : 16484 (java) S 16479 16466 16349 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22028769 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16485] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16485/stat : 16485 (java) S 16479 16466 16349 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22028771 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16486] ppid=16479 vsize=868684 CPUtime=0.23
/proc/16480/task/16486/stat : 16486 (java) S 16479 16466 16349 0 -1 64 1534 0 0 0 22 1 0 0 16 0 9 0 22028771 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16487] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16487/stat : 16487 (java) S 16479 16466 16349 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22028771 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16488] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16488/stat : 16488 (java) S 16479 16466 16349 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22028771 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890908

[startup+25.502 s]
/proc/loadavg: 2.17 2.03 2.01 3/93 16488
/proc/meminfo: memFree=166128/2055920 swapFree=4192956/4192956
[pid=16466] ppid=16464 vsize=16868 CPUtime=0.64
/proc/16466/stat : 16466 (sugar) S 16464 16466 16349 0 -1 4194304 1310 7092 0 1 6 1 52 5 16 0 1 0 22028694 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16466/statm: 4217 1111 409 3 0 796 0
[pid=16479] ppid=16466 vsize=5356 CPUtime=0
/proc/16479/stat : 16479 (sh) S 16466 16466 16349 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22028766 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16479/statm: 1339 233 193 169 0 50 0
[pid=16480] ppid=16479 vsize=868684 CPUtime=24.36
/proc/16480/stat : 16480 (java) S 16479 16466 16349 0 -1 0 15175 0 1 0 2221 215 0 0 19 0 9 0 22028767 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16480/statm: 217171 7052 2590 9 0 211648 0
[pid=16480/tid=16481] ppid=16479 vsize=868684 CPUtime=22.07
/proc/16480/task/16481/stat : 16481 (java) R 16479 16466 16349 0 -1 64 10068 0 1 0 2036 171 0 0 25 0 9 0 22028768 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4126987029 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16482] ppid=16479 vsize=868684 CPUtime=2.04
/proc/16480/task/16482/stat : 16482 (java) S 16479 16466 16349 0 -1 64 2873 0 0 0 162 42 0 0 16 0 9 0 22028769 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16483] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16483/stat : 16483 (java) S 16479 16466 16349 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22028769 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16484] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16484/stat : 16484 (java) S 16479 16466 16349 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22028769 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16485] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16485/stat : 16485 (java) S 16479 16466 16349 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22028771 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16486] ppid=16479 vsize=868684 CPUtime=0.23
/proc/16480/task/16486/stat : 16486 (java) S 16479 16466 16349 0 -1 64 1534 0 0 0 22 1 0 0 16 0 9 0 22028771 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16487] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16487/stat : 16487 (java) S 16479 16466 16349 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22028771 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16488] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16488/stat : 16488 (java) S 16479 16466 16349 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22028771 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 890908

[startup+51.1029 s]
/proc/loadavg: 2.45 2.11 2.03 3/93 16494
/proc/meminfo: memFree=16304/2055920 swapFree=4192956/4192956
[pid=16466] ppid=16464 vsize=16868 CPUtime=0.64
/proc/16466/stat : 16466 (sugar) S 16464 16466 16349 0 -1 4194304 1310 7092 0 1 6 1 52 5 16 0 1 0 22028694 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16466/statm: 4217 1111 409 3 0 796 0
[pid=16479] ppid=16466 vsize=5356 CPUtime=0
/proc/16479/stat : 16479 (sh) S 16466 16466 16349 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22028766 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16479/statm: 1339 233 193 169 0 50 0
[pid=16480] ppid=16479 vsize=868684 CPUtime=49.37
/proc/16480/stat : 16480 (java) S 16479 16466 16349 0 -1 0 22779 0 1 0 4473 464 0 0 19 0 9 0 22028767 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16480/statm: 217171 7052 2590 9 0 211648 0
[pid=16480/tid=16481] ppid=16479 vsize=868684 CPUtime=45.02
/proc/16480/task/16481/stat : 16481 (java) R 16479 16466 16349 0 -1 64 17672 0 1 0 4130 372 0 0 25 0 9 0 22028768 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4126988468 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16482] ppid=16479 vsize=868684 CPUtime=4.1
/proc/16480/task/16482/stat : 16482 (java) S 16479 16466 16349 0 -1 64 2873 0 0 0 320 90 0 0 16 0 9 0 22028769 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16483] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16483/stat : 16483 (java) S 16479 16466 16349 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22028769 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16484] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16484/stat : 16484 (java) S 16479 16466 16349 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22028769 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16485] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16485/stat : 16485 (java) S 16479 16466 16349 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22028771 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16486] ppid=16479 vsize=868684 CPUtime=0.23
/proc/16480/task/16486/stat : 16486 (java) S 16479 16466 16349 0 -1 64 1534 0 0 0 22 1 0 0 16 0 9 0 22028771 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16487] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16487/stat : 16487 (java) S 16479 16466 16349 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22028771 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16480/tid=16488] ppid=16479 vsize=868684 CPUtime=0
/proc/16480/task/16488/stat : 16488 (java) S 16479 16466 16349 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22028771 889532416 7052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (KiB) 890908



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+71.6013 s]
/proc/loadavg: 2.64 2.18 2.06 3/85 16496
/proc/meminfo: memFree=15472/2055920 swapFree=4192812/4192956
[pid=16466] ppid=16464 vsize=16868 CPUtime=58.33
/proc/16466/stat : 16466 (sugar) S 16464 16466 16349 0 -1 4194304 1376 32689 0 2 6 1 5273 553 16 0 1 0 22028694 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16466/statm: 4217 1113 409 3 0 796 0
[pid=16495] ppid=16466 vsize=5356 CPUtime=0
/proc/16495/stat : 16495 (sh) S 16466 16466 16349 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22034659 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16495/statm: 1339 232 193 169 0 50 0
[pid=16496] ppid=16495 vsize=905076 CPUtime=11.27
/proc/16496/stat : 16496 (minisat) R 16495 16466 16349 0 -1 4194304 220178 0 0 0 954 173 0 0 25 0 1 0 22034659 926797824 220164 996147200 134512640 135127466 4294956256 18446744073709551615 134706274 0 0 4096 3 0 0 0 17 1 0 0
/proc/16496/statm: 226269 220164 62 150 0 226116 0
Current children cumulated CPU time (s) 69.6
Current children cumulated vsize (KiB) 927300

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

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

[startup+71.7207 s]
/proc/loadavg: 2.64 2.18 2.06 3/85 16496
/proc/meminfo: memFree=15472/2055920 swapFree=4192812/4192956
[pid=16466] ppid=16464 vsize=16868 CPUtime=58.34
/proc/16466/stat : 16466 (sugar) S 16464 16466 16349 0 -1 4194304 1398 32689 0 2 7 1 5273 553 16 0 1 0 22028694 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16466/statm: 4217 1113 409 3 0 796 0
[pid=16495] ppid=16466 vsize=0 CPUtime=0
/proc/16495/stat : 16495 (sh) Z 16466 16466 16349 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 22034659 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16495/statm: 0 0 0 0 0 0 0
[pid=16496] ppid=1 vsize=0 CPUtime=11.38
/proc/16496/stat : 16496 (minisat) R 1 16466 16349 0 -1 4195332 220178 0 0 0 954 184 0 0 25 0 1 0 22034659 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/16496/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 69.72
Current children cumulated vsize (KiB) 16868

[startup+71.8024 s]
/proc/loadavg: 2.64 2.18 2.06 3/85 16496
/proc/meminfo: memFree=15472/2055920 swapFree=4192812/4192956
[pid=16466] ppid=16464 vsize=16868 CPUtime=58.37
/proc/16466/stat : 16466 (sugar) R 16464 16466 16349 0 -1 4194304 1423 32966 0 2 7 4 5273 553 16 0 1 0 22028694 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16466/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 58.37
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+71.8024 s]
/proc/loadavg: 2.64 2.18 2.06 3/85 16496
/proc/meminfo: memFree=15472/2055920 swapFree=4192812/4192956
[pid=16466] ppid=16464 vsize=16868 CPUtime=58.37
/proc/16466/stat : 16466 (sugar) R 16464 16466 16349 0 -1 4194304 1423 32966 0 2 7 4 5273 553 16 0 1 0 22028694 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16466/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 58.37
Current children cumulated vsize (KiB) 16868

[startup+72.2014 s]
/proc/loadavg: 2.64 2.18 2.06 3/85 16496
/proc/meminfo: memFree=15472/2055920 swapFree=4192812/4192956
[pid=16466] ppid=16464 vsize=16868 CPUtime=58.58
/proc/16466/stat : 16466 (sugar) D 16464 16466 16349 0 -1 4194304 1423 32966 0 2 7 25 5273 553 15 0 1 0 22028694 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16466/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 58.58
Current children cumulated vsize (KiB) 16868

Child status: 0

# 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): 11.35
#  lost CPU user time (s): 9.54
#  lost CPU system time (s): 1.81

Real time (s): 72.2087
CPU time (s): 69.9501
CPU user time (s): 62.347
CPU system time (s): 7.60312
CPU usage (%): 96.8721
Max. virtual memory (cumulated for all children) (KiB): 927300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.807
system time used= 5.79312
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34448
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= 160282
involuntary context switches= 161002

runsolver used 0.108983 second user time and 0.264959 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-12 00:00:27
IDJOB=2069157
IDBENCH=54995
IDSOLVER=739
FILE ID=node34/2069157-1247349627
PBS_JOBID= 9506850
Free space on /tmp= 66120 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-blast-tlan2.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-2069157-1247349627/watcher-2069157-1247349627 -o /tmp/evaluation-result-2069157-1247349627/solver-2069157-1247349627 -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-2069157-1247349627.xml

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

MD5SUM BENCH= 9b20d494642ff2b0ed540c977857fea7
RANDOM SEED=1218136063

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        461544 kB
Buffers:         62208 kB
Cached:         838860 kB
SwapCached:          0 kB
Active:         868972 kB
Inactive:       659064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        461544 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2172 kB
Writeback:           0 kB
Mapped:         648328 kB
Slab:            50260 kB
Committed_AS:   844432 kB
PageTables:       3156 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= 66104 MiB
End job on node34 at 2009-07-12 00:01:40