Trace number 2080289

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? (TO) 1800.07 1804.26

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-95-4.xml
MD5SUM2fde0f12d2ada321174c733f0f6dc917
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 variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1306
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data

0.04/0.24	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.24	c 0	BEGIN Sun Jul 12 05:33:09 2009
0.04/0.24	c 0	PID 21601
0.04/0.25	c 0	HOST node54.alineos.net
0.04/0.25	c 0	CONVERTING HOME/instance-2080289-1247369588.xml TO HOME/temp.csp
0.04/0.25	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2080289-1247369588.xml' 'HOME/temp.csp'
0.79/1.08	c 0	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.79/1.09	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.79/1.09	c 0	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.88/1.17	c 1	Parsing HOME/temp.csp
0.88/1.28	c 1	parsed 3732 expressions
0.88/1.29	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.88/1.29	c 1	Converting to clausal form CSP
0.88/1.31	c 1	converted 374 (10%) expressions
0.88/1.38	c 1	converted 747 (20%) expressions
0.88/1.51	c 1	converted 1120 (30%) expressions
0.88/1.54	c 1	converted 1493 (40%) expressions
0.88/1.56	c 1	converted 1866 (50%) expressions
0.88/1.57	c 1	converted 2240 (60%) expressions
0.88/1.59	c 1	converted 2613 (70%) expressions
0.88/1.60	c 1	converted 2986 (80%) expressions
0.88/1.61	c 1	converted 3359 (90%) expressions
0.88/1.63	c 1	converted 3732 (100%) expressions
0.88/1.63	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1275
0.88/1.63	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.88/1.63	c 1	Propagation in CSP
0.88/1.76	c 1	87996 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.88/1.76	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 762
0.88/1.76	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.88/1.76	c 1	Simplifing CSP by introducing new Boolean variables
0.88/1.84	c 1	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 762
0.88/1.84	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.88/1.89	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.88/1.93	c 1	30 (10%) CSP integer variables are encoded (17790 clauses, 244748 bytes)
0.88/1.95	c 1	60 (20%) CSP integer variables are encoded (34470 clauses, 494948 bytes)
0.88/1.97	c 1	90 (30%) CSP integer variables are encoded (54225 clauses, 791273 bytes)
0.88/2.00	c 1	120 (40%) CSP integer variables are encoded (70800 clauses, 1039898 bytes)
0.88/2.01	c 1	150 (50%) CSP integer variables are encoded (84915 clauses, 1251623 bytes)
0.88/2.03	c 1	180 (60%) CSP integer variables are encoded (101160 clauses, 1497975 bytes)
0.88/2.06	c 1	210 (70%) CSP integer variables are encoded (121350 clauses, 1841205 bytes)
0.88/2.09	c 1	240 (80%) CSP integer variables are encoded (138420 clauses, 2131395 bytes)
1.87/2.12	c 1	270 (90%) CSP integer variables are encoded (157110 clauses, 2449125 bytes)
1.87/2.14	c 1	300 (100%) CSP integer variables are encoded (172635 clauses, 2713050 bytes)
2.17/2.45	c 2	883 (10%) CSP clauses are encoded (309800 clauses, 5702099 bytes)
2.67/2.95	c 2	1766 (20%) CSP clauses are encoded (554215 clauses, 11280010 bytes)
3.07/3.34	c 3	2649 (30%) CSP clauses are encoded (745481 clauses, 15697761 bytes)
3.47/3.78	c 3	3532 (40%) CSP clauses are encoded (973547 clauses, 20960524 bytes)
3.96/4.24	c 4	4415 (50%) CSP clauses are encoded (1206898 clauses, 26355537 bytes)
4.35/4.62	c 4	5298 (60%) CSP clauses are encoded (1396060 clauses, 30728062 bytes)
4.65/4.99	c 4	6181 (70%) CSP clauses are encoded (1587252 clauses, 35162538 bytes)
5.06/5.33	c 5	7064 (80%) CSP clauses are encoded (1755639 clauses, 39062853 bytes)
5.55/5.81	c 5	7947 (90%) CSP clauses are encoded (1997585 clauses, 44810045 bytes)
5.95/6.26	c 6	8830 (100%) CSP clauses are encoded (2238226 clauses, 50405159 bytes)
5.95/6.26	c 6	8830 CSP clauses encoded
5.95/6.26	c 6	Writing map file : HOME/temp.map
5.95/6.27	c 6	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.95/6.27	c 6	SAT : 178635 SAT variables, 2238226 SAT clauses, 50405159 bytes
5.95/6.27	c 6	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.03/6.30	c 6	SOLVING HOME/temp.cnf
6.03/6.30	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.03/6.30	c 6	This is MiniSat 2.0 beta
6.03/6.30	c 6	WARNING: for repeatability, setting FPU to use double precision
6.03/6.30	c 6	============================[ Problem Statistics ]=============================
6.03/6.30	c 6	|                                                                             |
6.03/6.31	c 6	|  Number of variables:  178635                                               |
6.03/6.31	c 6	|  Number of clauses:    2238226                                              |
7.31/7.64	c 7	|  Parsing time:         1.11         s                                       |
7.31/7.70	c 7	============================[ Search Statistics ]==============================
7.31/7.70	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.31/7.70	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.31/7.70	c 7	===============================================================================
7.31/7.70	c 7	|         0 |  178129  2237720  6370641 |   745906        0    nan |  0.000 % |
8.69/9.03	c 8	|       100 |  178129  2237720  6370641 |   820497      100     10 |  0.283 % |
10.29/10.67	c 10	|       252 |  178129  2237720  6370641 |   902547      252     19 |  0.283 % |
13.07/13.43	c 13	|       477 |  178129  2237720  6370641 |   992801      477     22 |  0.283 % |
15.66/16.03	c 15	|       814 |  178129  2237720  6370641 |  1092081      814     19 |  0.283 % |
20.13/20.50	c 20	|      1320 |  178129  2237720  6370641 |  1201290     1320     18 |  0.283 % |
26.50/26.99	c 26	|      2079 |  178129  2237720  6370641 |  1321419     2079     16 |  0.283 % |
38.54/39.02	c 38	|      3218 |  178129  2237720  6370641 |  1453561     3218     18 |  0.283 % |
56.35/56.95	c 56	|      4928 |  178129  2237720  6370641 |  1598917     4928     18 |  0.283 % |
81.13/81.88	c 81	|      7490 |  178129  2237720  6370641 |  1758808     7490     17 |  0.283 % |
109.58/110.45	c 110	|     11334 |  178129  2237720  6370641 |  1934689    11334     20 |  0.283 % |
165.52/166.63	c 166	|     17100 |  178129  2237720  6370641 |  2128158    17100     21 |  0.283 % |
250.89/252.41	c 252	|     25749 |  178129  2237720  6370641 |  2340974    25749     20 |  0.283 % |
373.69/375.87	c 375	|     38723 |  178129  2237720  6370641 |  2575072    38723     20 |  0.283 % |
567.94/571.00	c 570	|     58184 |  178129  2237720  6370641 |  2832579    58184     22 |  0.283 % |
885.15/888.97	c 888	|     87376 |  178129  2237720  6370641 |  3115837    87376     25 |  0.283 % |
1420.12/1424.15	c 1424	|    131165 |  178129  2237720  6370641 |  3427420   131165     25 |  0.283 % |
1800.07/1804.21	c ERROR INTERRUPTED
1800.07/1804.24	s UNKNOWN
1800.07/1804.24	c 1804	CPU 6.05 (0.06 0.02 5.48 0.49)
1800.07/1804.24	c 1804	END Sun Jul 12 06:03:13 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-2080289-1247369588/watcher-2080289-1247369588 -o /tmp/evaluation-result-2080289-1247369588/solver-2080289-1247369588 -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-2080289-1247369588.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.08 2.07 2.02 2/75 21601
/proc/meminfo: memFree=1858952/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=18576 CPUtime=0
/proc/21601/stat : 21601 (runsolver) D 21599 21601 20971 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 24023629 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 234211568935 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/21601/statm: 4644 284 249 26 0 2626 0

[startup+0.0634151 s]
/proc/loadavg: 2.08 2.07 2.02 2/75 21601
/proc/meminfo: memFree=1858952/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=2504 CPUtime=0
/proc/21601/stat : 21601 (sugar) D 21599 21601 20971 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 24023629 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 234208953040 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/21601/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.101423 s]
/proc/loadavg: 2.08 2.07 2.02 2/75 21601
/proc/meminfo: memFree=1858952/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=12272 CPUtime=0
/proc/21601/stat : 21601 (sugar) D 21599 21601 20971 0 -1 4194304 359 0 3 0 0 0 0 0 18 0 1 0 24023629 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/21601/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.30145 s]
/proc/loadavg: 2.08 2.07 2.02 2/75 21601
/proc/meminfo: memFree=1858952/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=16868 CPUtime=0.06
/proc/21601/stat : 21601 (sugar) S 21599 21601 20971 0 -1 4194304 1222 128 5 0 5 1 0 0 19 0 1 0 24023629 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21601/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701504 s]
/proc/loadavg: 2.08 2.07 2.02 2/75 21601
/proc/meminfo: memFree=1858952/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=16868 CPUtime=0.06
/proc/21601/stat : 21601 (sugar) S 21599 21601 20971 0 -1 4194304 1222 128 5 0 5 1 0 0 19 0 1 0 24023629 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21601/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5026 s]
/proc/loadavg: 2.16 2.09 2.03 3/86 21613
/proc/meminfo: memFree=1842608/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=16868 CPUtime=0.88
/proc/21601/stat : 21601 (sugar) S 21599 21601 20971 0 -1 4194304 1304 6842 5 1 5 2 77 4 16 0 1 0 24023629 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21601/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 16868

[startup+3.10181 s]
/proc/loadavg: 2.16 2.09 2.03 3/86 21623
/proc/meminfo: memFree=1835888/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=16868 CPUtime=0.89
/proc/21601/stat : 21601 (sugar) S 21599 21601 20971 0 -1 4194304 1305 6842 5 1 6 2 77 4 15 0 1 0 24023629 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21601/statm: 4217 1111 409 3 0 796 0
[pid=21614] ppid=21601 vsize=5356 CPUtime=0
/proc/21614/stat : 21614 (sh) S 21601 21601 20971 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24023739 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21614/statm: 1339 233 193 169 0 50 0
[pid=21615] ppid=21614 vsize=868708 CPUtime=1.98
/proc/21615/stat : 21615 (java) S 21614 21601 20971 0 -1 0 7782 0 2 0 182 16 0 0 18 0 9 0 24023739 889556992 6652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21615/statm: 217177 6652 2590 9 0 211654 0
[pid=21615/tid=21616] ppid=21614 vsize=868708 CPUtime=1.51
/proc/21615/task/21616/stat : 21616 (java) R 21614 21601 20971 0 -1 64 3094 0 2 0 141 10 0 0 25 0 9 0 24023740 889556992 6652 996147200 134512640 134550932 4294955936 18446744073709551615 4126901172 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21615/tid=21617] ppid=21614 vsize=868708 CPUtime=0.24
/proc/21615/task/21617/stat : 21617 (java) S 21614 21601 20971 0 -1 64 2484 0 0 0 20 4 0 0 16 0 9 0 24023741 889556992 6652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21615/tid=21618] ppid=21614 vsize=868708 CPUtime=0
/proc/21615/task/21618/stat : 21618 (java) S 21614 21601 20971 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24023741 889556992 6652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21615/tid=21619] ppid=21614 vsize=868708 CPUtime=0
/proc/21615/task/21619/stat : 21619 (java) S 21614 21601 20971 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24023741 889556992 6652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21615/tid=21620] ppid=21614 vsize=868708 CPUtime=0
/proc/21615/task/21620/stat : 21620 (java) S 21614 21601 20971 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24023743 889556992 6652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21615/tid=21621] ppid=21614 vsize=868708 CPUtime=0.2
/proc/21615/task/21621/stat : 21621 (java) S 21614 21601 20971 0 -1 64 1506 0 0 0 20 0 0 0 16 0 9 0 24023743 889556992 6652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21615/tid=21622] ppid=21614 vsize=868708 CPUtime=0
/proc/21615/task/21622/stat : 21622 (java) S 21614 21601 20971 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24023743 889556992 6652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21615/tid=21623] ppid=21614 vsize=868708 CPUtime=0
/proc/21615/task/21623/stat : 21623 (java) S 21614 21601 20971 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24023743 889556992 6652 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 890932

[startup+6.30274 s]
/proc/loadavg: 2.16 2.09 2.03 3/86 21623
/proc/meminfo: memFree=1798000/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=16868 CPUtime=0.89
/proc/21601/stat : 21601 (sugar) S 21599 21601 20971 0 -1 4194304 1305 6842 5 1 6 2 77 4 15 0 1 0 24023629 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21601/statm: 4217 1111 409 3 0 796 0
[pid=21614] ppid=21601 vsize=5356 CPUtime=0
/proc/21614/stat : 21614 (sh) S 21601 21601 20971 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24023739 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21614/statm: 1339 233 193 169 0 50 0
[pid=21615] ppid=21614 vsize=0 CPUtime=5.14
/proc/21615/stat : 21615 (java) Z 21614 21601 20971 0 -1 12 8787 0 2 0 470 44 0 0 16 0 2 0 24023739 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21615/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 22224

[startup+12.701 s]
/proc/loadavg: 2.13 2.08 2.03 3/78 21625
/proc/meminfo: memFree=1698800/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=16868 CPUtime=6.05
/proc/21601/stat : 21601 (sugar) S 21599 21601 20971 0 -1 4194304 1371 15915 5 3 6 2 548 49 16 0 1 0 24023629 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21601/statm: 4217 1113 409 3 0 796 0
[pid=21624] ppid=21601 vsize=5356 CPUtime=0
/proc/21624/stat : 21624 (sh) S 21601 21601 20971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24024260 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21624/statm: 1339 232 193 169 0 50 0
[pid=21625] ppid=21624 vsize=109100 CPUtime=6.32
/proc/21625/stat : 21625 (minisat) R 21624 21601 20971 0 -1 4194304 26555 0 0 0 611 21 0 0 25 0 1 0 24024260 111718400 26541 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21625/statm: 27275 26541 75 150 0 27122 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 131324

[startup+25.5027 s]
/proc/loadavg: 2.11 2.08 2.03 3/78 21625
/proc/meminfo: memFree=1698352/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=16868 CPUtime=6.05
/proc/21601/stat : 21601 (sugar) S 21599 21601 20971 0 -1 4194304 1371 15915 5 3 6 2 548 49 16 0 1 0 24023629 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21601/statm: 4217 1113 409 3 0 796 0
[pid=21624] ppid=21601 vsize=5356 CPUtime=0
/proc/21624/stat : 21624 (sh) S 21601 21601 20971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24024260 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21624/statm: 1339 232 193 169 0 50 0
[pid=21625] ppid=21624 vsize=109760 CPUtime=19.06
/proc/21625/stat : 21625 (minisat) R 21624 21601 20971 0 -1 4194304 26725 0 0 0 1885 21 0 0 25 0 1 0 24024260 112394240 26711 996147200 134512640 135127466 4294956256 18446744073709551615 134530684 0 0 4096 3 0 0 0 17 1 0 0
/proc/21625/statm: 27440 26711 75 150 0 27287 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 131984

[startup+51.1029 s]
/proc/loadavg: 2.15 2.09 2.03 3/78 21625
/proc/meminfo: memFree=1698096/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=16868 CPUtime=6.05
/proc/21601/stat : 21601 (sugar) S 21599 21601 20971 0 -1 4194304 1371 15915 5 3 6 2 548 49 16 0 1 0 24023629 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21601/statm: 4217 1113 409 3 0 796 0
[pid=21624] ppid=21601 vsize=5356 CPUtime=0
/proc/21624/stat : 21624 (sh) S 21601 21601 20971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24024260 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21624/statm: 1339 232 193 169 0 50 0
[pid=21625] ppid=21624 vsize=110024 CPUtime=44.53
/proc/21625/stat : 21625 (minisat) R 21624 21601 20971 0 -1 4194304 26796 0 0 0 4432 21 0 0 25 0 1 0 24024260 112664576 26782 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/21625/statm: 27506 26782 75 150 0 27353 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 132248

[startup+102.307 s]
/proc/loadavg: 2.25 2.12 2.04 3/78 21625
/proc/meminfo: memFree=1697072/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=16868 CPUtime=6.05
/proc/21601/stat : 21601 (sugar) S 21599 21601 20971 0 -1 4194304 1371 15915 5 3 6 2 548 49 16 0 1 0 24023629 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21601/statm: 4217 1113 409 3 0 796 0
[pid=21624] ppid=21601 vsize=5356 CPUtime=0
/proc/21624/stat : 21624 (sh) S 21601 21601 20971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24024260 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21624/statm: 1339 232 193 169 0 50 0
[pid=21625] ppid=21624 vsize=110952 CPUtime=95.48
/proc/21625/stat : 21625 (minisat) R 21624 21601 20971 0 -1 4194304 27010 0 0 0 9527 21 0 0 25 0 1 0 24024260 113614848 26996 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21625/statm: 27738 26996 75 150 0 27585 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 133176

[startup+162.303 s]
/proc/loadavg: 2.24 2.14 2.05 3/78 21625
/proc/meminfo: memFree=1695856/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=16868 CPUtime=6.05
/proc/21601/stat : 21601 (sugar) S 21599 21601 20971 0 -1 4194304 1371 15915 5 3 6 2 548 49 16 0 1 0 24023629 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21601/statm: 4217 1113 409 3 0 796 0
[pid=21624] ppid=21601 vsize=5356 CPUtime=0
/proc/21624/stat : 21624 (sh) S 21601 21601 20971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24024260 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21624/statm: 1339 232 193 169 0 50 0
[pid=21625] ppid=21624 vsize=112216 CPUtime=155.19
/proc/21625/stat : 21625 (minisat) R 21624 21601 20971 0 -1 4194304 27260 0 0 0 15497 22 0 0 25 0 1 0 24024260 114909184 27246 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/21625/statm: 28054 27246 75 150 0 27901 0
Current children cumulated CPU time (s) 161.24
Current children cumulated vsize (KiB) 134440

[startup+222.303 s]
/proc/loadavg: 2.15 2.13 2.05 3/78 21625
/proc/meminfo: memFree=1694960/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=16868 CPUtime=6.05
/proc/21601/stat : 21601 (sugar) S 21599 21601 20971 0 -1 4194304 1371 15915 5 3 6 2 548 49 16 0 1 0 24023629 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21601/statm: 4217 1113 409 3 0 796 0
[pid=21624] ppid=21601 vsize=5356 CPUtime=0
/proc/21624/stat : 21624 (sh) S 21601 21601 20971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24024260 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21624/statm: 1339 232 193 169 0 50 0
[pid=21625] ppid=21624 vsize=112976 CPUtime=214.89
/proc/21625/stat : 21625 (minisat) R 21624 21601 20971 0 -1 4194304 27451 0 0 0 21467 22 0 0 25 0 1 0 24024260 115687424 27437 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/21625/statm: 28244 27437 75 150 0 28091 0
Current children cumulated CPU time (s) 220.94
Current children cumulated vsize (KiB) 135200


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

/proc/meminfo: memFree=1658352/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=16868 CPUtime=6.05
/proc/21601/stat : 21601 (sugar) S 21599 21601 20971 0 -1 4194304 1371 15915 5 3 6 2 548 49 16 0 1 0 24023629 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21601/statm: 4217 1113 409 3 0 796 0
[pid=21624] ppid=21601 vsize=5356 CPUtime=0
/proc/21624/stat : 21624 (sh) S 21601 21601 20971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24024260 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21624/statm: 1339 232 193 169 0 50 0
[pid=21625] ppid=21624 vsize=126900 CPUtime=1292.32
/proc/21625/stat : 21625 (minisat) R 21624 21601 20971 0 -1 4194304 30939 0 0 0 129202 30 0 0 25 0 1 0 24024260 129945600 30925 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21625/statm: 31725 30925 75 150 0 31572 0
Current children cumulated CPU time (s) 1298.37
Current children cumulated vsize (KiB) 149124

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 21680
/proc/meminfo: memFree=1656752/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=16868 CPUtime=6.05
/proc/21601/stat : 21601 (sugar) S 21599 21601 20971 0 -1 4194304 1371 15915 5 3 6 2 548 49 16 0 1 0 24023629 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21601/statm: 4217 1113 409 3 0 796 0
[pid=21624] ppid=21601 vsize=5356 CPUtime=0
/proc/21624/stat : 21624 (sh) S 21601 21601 20971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24024260 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21624/statm: 1339 232 193 169 0 50 0
[pid=21625] ppid=21624 vsize=127692 CPUtime=1352.3
/proc/21625/stat : 21625 (minisat) R 21624 21601 20971 0 -1 4194304 31126 0 0 0 135199 31 0 0 25 0 1 0 24024260 130756608 31112 996147200 134512640 135127466 4294956256 18446744073709551615 134531068 0 0 4096 3 0 0 0 17 0 0 0
/proc/21625/statm: 31923 31112 75 150 0 31770 0
Current children cumulated CPU time (s) 1358.35
Current children cumulated vsize (KiB) 149916

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 21680
/proc/meminfo: memFree=1655152/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=16868 CPUtime=6.05
/proc/21601/stat : 21601 (sugar) S 21599 21601 20971 0 -1 4194304 1371 15915 5 3 6 2 548 49 16 0 1 0 24023629 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21601/statm: 4217 1113 409 3 0 796 0
[pid=21624] ppid=21601 vsize=5356 CPUtime=0
/proc/21624/stat : 21624 (sh) S 21601 21601 20971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24024260 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21624/statm: 1339 232 193 169 0 50 0
[pid=21625] ppid=21624 vsize=128360 CPUtime=1412.28
/proc/21625/stat : 21625 (minisat) R 21624 21601 20971 0 -1 4194304 31303 0 0 0 141197 31 0 0 25 0 1 0 24024260 131440640 31289 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21625/statm: 32090 31289 75 150 0 31937 0
Current children cumulated CPU time (s) 1418.33
Current children cumulated vsize (KiB) 150584

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 21680
/proc/meminfo: memFree=1653680/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=16868 CPUtime=6.05
/proc/21601/stat : 21601 (sugar) S 21599 21601 20971 0 -1 4194304 1371 15915 5 3 6 2 548 49 16 0 1 0 24023629 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21601/statm: 4217 1113 409 3 0 796 0
[pid=21624] ppid=21601 vsize=5356 CPUtime=0
/proc/21624/stat : 21624 (sh) S 21601 21601 20971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24024260 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21624/statm: 1339 232 193 169 0 50 0
[pid=21625] ppid=21624 vsize=129176 CPUtime=1472.24
/proc/21625/stat : 21625 (minisat) R 21624 21601 20971 0 -1 4194304 31506 0 0 0 147193 31 0 0 25 0 1 0 24024260 132276224 31492 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21625/statm: 32294 31492 75 150 0 32141 0
Current children cumulated CPU time (s) 1478.29
Current children cumulated vsize (KiB) 151400

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 21680
/proc/meminfo: memFree=1652592/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=16868 CPUtime=6.05
/proc/21601/stat : 21601 (sugar) S 21599 21601 20971 0 -1 4194304 1371 15915 5 3 6 2 548 49 16 0 1 0 24023629 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21601/statm: 4217 1113 409 3 0 796 0
[pid=21624] ppid=21601 vsize=5356 CPUtime=0
/proc/21624/stat : 21624 (sh) S 21601 21601 20971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24024260 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21624/statm: 1339 232 193 169 0 50 0
[pid=21625] ppid=21624 vsize=129972 CPUtime=1532.23
/proc/21625/stat : 21625 (minisat) R 21624 21601 20971 0 -1 4194304 31640 0 0 0 153191 32 0 0 25 0 1 0 24024260 133091328 31626 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21625/statm: 32493 31626 75 150 0 32340 0
Current children cumulated CPU time (s) 1538.28
Current children cumulated vsize (KiB) 152196

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 21680
/proc/meminfo: memFree=1651184/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=16868 CPUtime=6.05
/proc/21601/stat : 21601 (sugar) S 21599 21601 20971 0 -1 4194304 1371 15915 5 3 6 2 548 49 16 0 1 0 24023629 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21601/statm: 4217 1113 409 3 0 796 0
[pid=21624] ppid=21601 vsize=5356 CPUtime=0
/proc/21624/stat : 21624 (sh) S 21601 21601 20971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24024260 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21624/statm: 1339 232 193 169 0 50 0
[pid=21625] ppid=21624 vsize=130520 CPUtime=1592.2
/proc/21625/stat : 21625 (minisat) R 21624 21601 20971 0 -1 4194304 31778 0 0 0 159188 32 0 0 25 0 1 0 24024260 133652480 31764 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21625/statm: 32630 31764 75 150 0 32477 0
Current children cumulated CPU time (s) 1598.25
Current children cumulated vsize (KiB) 152744

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 21680
/proc/meminfo: memFree=1650096/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=16868 CPUtime=6.05
/proc/21601/stat : 21601 (sugar) S 21599 21601 20971 0 -1 4194304 1371 15915 5 3 6 2 548 49 16 0 1 0 24023629 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21601/statm: 4217 1113 409 3 0 796 0
[pid=21624] ppid=21601 vsize=5356 CPUtime=0
/proc/21624/stat : 21624 (sh) S 21601 21601 20971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24024260 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21624/statm: 1339 232 193 169 0 50 0
[pid=21625] ppid=21624 vsize=131052 CPUtime=1652.17
/proc/21625/stat : 21625 (minisat) R 21624 21601 20971 0 -1 4194304 31916 0 0 0 165184 33 0 0 25 0 1 0 24024260 134197248 31902 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21625/statm: 32763 31902 75 150 0 32610 0
Current children cumulated CPU time (s) 1658.22
Current children cumulated vsize (KiB) 153276

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 21686
/proc/meminfo: memFree=1648744/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=16868 CPUtime=6.05
/proc/21601/stat : 21601 (sugar) S 21599 21601 20971 0 -1 4194304 1371 15915 5 3 6 2 548 49 16 0 1 0 24023629 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21601/statm: 4217 1113 409 3 0 796 0
[pid=21624] ppid=21601 vsize=5356 CPUtime=0
/proc/21624/stat : 21624 (sh) S 21601 21601 20971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24024260 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21624/statm: 1339 232 193 169 0 50 0
[pid=21625] ppid=21624 vsize=131712 CPUtime=1712.14
/proc/21625/stat : 21625 (minisat) R 21624 21601 20971 0 -1 4194304 32090 0 0 0 171181 33 0 0 25 0 1 0 24024260 134873088 32076 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/21625/statm: 32928 32076 75 150 0 32775 0
Current children cumulated CPU time (s) 1718.19
Current children cumulated vsize (KiB) 153936

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 21686
/proc/meminfo: memFree=1647272/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=16868 CPUtime=6.05
/proc/21601/stat : 21601 (sugar) S 21599 21601 20971 0 -1 4194304 1371 15915 5 3 6 2 548 49 16 0 1 0 24023629 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21601/statm: 4217 1113 409 3 0 796 0
[pid=21624] ppid=21601 vsize=5356 CPUtime=0
/proc/21624/stat : 21624 (sh) S 21601 21601 20971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24024260 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21624/statm: 1339 232 193 169 0 50 0
[pid=21625] ppid=21624 vsize=132504 CPUtime=1772.11
/proc/21625/stat : 21625 (minisat) R 21624 21601 20971 0 -1 4194304 32291 0 0 0 177178 33 0 0 25 0 1 0 24024260 135684096 32277 996147200 134512640 135127466 4294956256 18446744073709551615 134522676 0 0 4096 3 0 0 0 17 0 0 0
/proc/21625/statm: 33126 32277 75 150 0 32973 0
Current children cumulated CPU time (s) 1778.16
Current children cumulated vsize (KiB) 154728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 21686
/proc/meminfo: memFree=1646760/2055920 swapFree=4192812/4192956
[pid=21601] ppid=21599 vsize=16868 CPUtime=6.05
/proc/21601/stat : 21601 (sugar) S 21599 21601 20971 0 -1 4194304 1371 15915 5 3 6 2 548 49 16 0 1 0 24023629 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234220466274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21601/statm: 4217 1113 409 3 0 796 0
[pid=21624] ppid=21601 vsize=5356 CPUtime=0
/proc/21624/stat : 21624 (sh) S 21601 21601 20971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24024260 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21624/statm: 1339 232 193 169 0 50 0
[pid=21625] ppid=21624 vsize=132768 CPUtime=1794.02
/proc/21625/stat : 21625 (minisat) R 21624 21601 20971 0 -1 4194304 32360 0 0 0 179368 34 0 0 25 0 1 0 24024260 135954432 32346 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/21625/statm: 33192 32346 75 150 0 33039 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 154992

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21601 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=543157
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=545917
# CPU time returned by wait4() is 6.08907
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1804.26
CPU time (s): 1800.07
CPU user time (s): 1799.22
CPU system time (s): 0.85
CPU usage (%): 99.768
Max. virtual memory (cumulated for all children) (KiB): 890932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.54316
system time used= 0.545917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17669
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13879
involuntary context switches= 13732

runsolver used 2.20966 second user time and 6.05108 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-12 05:33:08
IDJOB=2080289
IDBENCH=57052
IDSOLVER=739
FILE ID=node54/2080289-1247369588
PBS_JOBID= 9507114
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-95-4.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-2080289-1247369588/watcher-2080289-1247369588 -o /tmp/evaluation-result-2080289-1247369588/solver-2080289-1247369588 -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-2080289-1247369588.xml

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

MD5SUM BENCH= 2fde0f12d2ada321174c733f0f6dc917
RANDOM SEED=743427078

node54.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:       1859432 kB
Buffers:          9100 kB
Cached:          88208 kB
SwapCached:          0 kB
Active:         105120 kB
Inactive:        44892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1716 kB
Writeback:           0 kB
Mapped:          63340 kB
Slab:            31768 kB
Committed_AS:   256856 kB
PageTables:       1788 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66400 MiB
End job on node54 at 2009-07-12 06:03:15