Trace number 2061160

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.06 1807.72

General information on the benchmark

Namecsp/costasArray/
normalized-costasArray-18.xml
MD5SUMafec1f669fbbb2f7855298cf0c34011a
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark63.8323
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints167
Maximum constraint arity18
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension151
Global constraints used (with number of constraints)alldifferent(16)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 17:39:52 2009
0.00/0.07	c 0	PID 11914
0.00/0.07	c 0	HOST node53.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2061160-1247326792.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2061160-1247326792.xml' 'HOME/temp.csp'
0.06/0.36	c 1	2 domains, 168 variables, 2 predicates, 0 relations, 167 constraints
0.06/0.39	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.39	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.33/0.47	c 1	Parsing HOME/temp.csp
0.33/0.50	c 1	parsed 339 expressions
0.33/0.53	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.33/0.53	c 1	Converting to clausal form CSP
0.33/0.55	c 1	converted 34 (10%) expressions
0.33/0.55	c 1	converted 68 (20%) expressions
0.33/0.55	c 1	converted 102 (30%) expressions
0.33/0.55	c 1	converted 136 (40%) expressions
0.33/0.55	c 1	converted 170 (50%) expressions
0.33/0.60	c 1	converted 204 (60%) expressions
0.33/0.62	c 1	converted 238 (70%) expressions
0.33/0.64	c 1	converted 272 (80%) expressions
0.33/0.66	c 1	converted 306 (90%) expressions
1.20/1.38	c 2	converted 339 (100%) expressions
1.20/1.38	c 2	CSP : 170 integers, 0 booleans, 1305 clauses, largest domain size 35
1.20/1.38	c 2	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.38	c 2	Propagation in CSP
1.41/1.51	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.41/1.51	c 2	CSP : 170 integers, 0 booleans, 1305 clauses, largest domain size 35
1.41/1.51	c 2	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.52	c 2	Simplifing CSP by introducing new Boolean variables
1.41/1.54	c 2	CSP : 170 integers, 1938 booleans, 3243 clauses, largest domain size 35
1.41/1.54	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.57	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.41/1.58	c 2	17 (10%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.50/1.61	c 2	34 (20%) CSP integer variables are encoded (800 clauses, 8660 bytes)
1.50/1.62	c 2	51 (30%) CSP integer variables are encoded (1344 clauses, 15412 bytes)
1.50/1.62	c 2	68 (40%) CSP integer variables are encoded (1888 clauses, 22484 bytes)
1.50/1.63	c 2	85 (50%) CSP integer variables are encoded (2432 clauses, 29556 bytes)
1.50/1.63	c 2	102 (60%) CSP integer variables are encoded (2976 clauses, 36628 bytes)
1.50/1.63	c 2	119 (70%) CSP integer variables are encoded (3520 clauses, 43700 bytes)
1.50/1.63	c 2	136 (80%) CSP integer variables are encoded (4064 clauses, 50772 bytes)
1.50/1.64	c 2	153 (90%) CSP integer variables are encoded (4608 clauses, 57844 bytes)
1.50/1.64	c 2	170 (100%) CSP integer variables are encoded (5154 clauses, 64942 bytes)
1.80/1.98	c 2	325 (10%) CSP clauses are encoded (104376 clauses, 1579952 bytes)
1.90/2.02	c 2	649 (20%) CSP clauses are encoded (111597 clauses, 1714277 bytes)
1.90/2.06	c 2	973 (30%) CSP clauses are encoded (118983 clauses, 1851656 bytes)
1.90/2.10	c 3	1298 (40%) CSP clauses are encoded (126370 clauses, 1989091 bytes)
2.00/2.14	c 3	1622 (50%) CSP clauses are encoded (133756 clauses, 2126424 bytes)
2.00/2.18	c 3	1946 (60%) CSP clauses are encoded (141175 clauses, 2264391 bytes)
2.09/2.22	c 3	2271 (70%) CSP clauses are encoded (148595 clauses, 2398421 bytes)
2.09/2.25	c 3	2595 (80%) CSP clauses are encoded (156014 clauses, 2526568 bytes)
2.09/2.27	c 3	2919 (90%) CSP clauses are encoded (161961 clauses, 2623060 bytes)
2.09/2.28	c 3	3243 (100%) CSP clauses are encoded (165923 clauses, 2686656 bytes)
2.09/2.28	c 3	3243 CSP clauses encoded
2.09/2.28	c 3	Writing map file : HOME/temp.map
2.09/2.29	c 3	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.09/2.29	c 3	SAT : 7262 SAT variables, 165923 SAT clauses, 2686656 bytes
2.09/2.29	c 3	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.18/2.33	c 3	SOLVING HOME/temp.cnf
2.18/2.33	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.18/2.33	c 3	This is MiniSat 2.0 beta
2.18/2.33	c 3	WARNING: for repeatability, setting FPU to use double precision
2.18/2.33	c 3	============================[ Problem Statistics ]=============================
2.18/2.33	c 3	|                                                                             |
2.18/2.33	c 3	|  Number of variables:  7262                                                 |
2.18/2.33	c 3	|  Number of clauses:    165923                                               |
2.21/2.41	c 3	|  Parsing time:         0.06         s                                       |
2.21/2.41	c 3	============================[ Search Statistics ]==============================
2.21/2.41	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.21/2.41	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.21/2.41	c 3	===============================================================================
2.21/2.41	c 3	|         0 |    7262   165923   478252 |    55307        0    nan |  0.000 % |
2.21/2.59	c 3	|       100 |    7262   165923   478252 |    60838      100     15 |  0.000 % |
2.21/2.83	c 3	|       250 |    7262   165923   478252 |    66922      250     18 |  0.000 % |
2.21/3.07	c 3	|       475 |    7262   165923   478252 |    73614      475     17 |  0.000 % |
3.16/3.40	c 4	|       812 |    7262   165923   478252 |    80975      812     18 |  0.000 % |
3.76/3.96	c 4	|      1318 |    7262   165923   478252 |    89073     1318     17 |  0.000 % |
4.85/5.01	c 5	|      2078 |    7262   165923   478252 |    97980     2078     19 |  0.000 % |
6.45/6.62	c 7	|      3217 |    7262   165923   478252 |   107778     3217     19 |  0.000 % |
8.54/8.76	c 9	|      4926 |    7262   165923   478252 |   118556     4926     19 |  0.000 % |
12.92/13.18	c 14	|      7488 |    7262   165923   478252 |   130412     7488     19 |  0.000 % |
17.70/17.97	c 18	|     11333 |    7262   165923   478252 |   143453    11333     20 |  0.001 % |
27.56/27.88	c 28	|     17100 |    7262   165923   478252 |   157799    17100     20 |  0.000 % |
42.00/42.34	c 43	|     25749 |    7262   165923   478252 |   173579    25749     20 |  0.000 % |
66.10/66.54	c 67	|     38723 |    7262   165923   478252 |   190937    38723     21 |  0.000 % |
104.83/105.47	c 106	|     58184 |    7262   165923   478252 |   210030    58184     21 |  0.000 % |
167.27/168.18	c 169	|     87376 |    7262   165923   478252 |   231033    87376     21 |  0.000 % |
281.79/283.18	c 284	|    131165 |    7262   165923   478252 |   254137   131165     22 |  0.000 % |
502.39/504.64	c 505	|    196849 |    7262   165923   478252 |   279550   196849     22 |  0.000 % |
876.84/880.69	c 881	|    295375 |    7262   165923   478252 |   307506    29268     21 |  0.000 % |
1284.50/1290.01	c 1290	|    443164 |    7261   165919   478244 |   338256   177056     22 |  0.014 % |
1800.06/1807.71	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1807.71	c 1808	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.06/1807.72	c ERROR INTERRUPTED
1800.06/1807.72	s UNKNOWN
1800.06/1807.72	c 1808	CPU 2.23 (0.06 0.01 2.04 0.12)
1800.06/1807.72	c 1808	END Sat Jul 11 18:10:00 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-2061160-1247326792/watcher-2061160-1247326792 -o /tmp/evaluation-result-2061160-1247326792/solver-2061160-1247326792 -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-2061160-1247326792.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.74 1.93 1.90 4/72 11914
/proc/meminfo: memFree=902328/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=12272 CPUtime=0
/proc/11914/stat : 11914 (sugar) R 11912 11914 10533 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 19743251 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 269950286592 0 0 4224 0 0 0 0 17 1 0 0
/proc/11914/statm: 3068 327 246 3 0 168 0

[startup+0.00962295 s]
/proc/loadavg: 1.74 1.93 1.90 4/72 11914
/proc/meminfo: memFree=902328/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=12272 CPUtime=0
/proc/11914/stat : 11914 (sugar) R 11912 11914 10533 0 -1 4194304 410 0 0 0 0 0 0 0 18 0 1 0 19743251 12566528 378 996147200 4194304 4206940 548682068608 18446744073709551615 269930429029 0 0 4224 0 0 0 0 17 1 0 0
/proc/11914/statm: 3068 378 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101633 s]
/proc/loadavg: 1.74 1.93 1.90 4/72 11914
/proc/meminfo: memFree=902328/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=16868 CPUtime=0.06
/proc/11914/stat : 11914 (sugar) S 11912 11914 10533 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19743251 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11914/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301653 s]
/proc/loadavg: 1.74 1.93 1.90 4/72 11914
/proc/meminfo: memFree=902328/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=16868 CPUtime=0.06
/proc/11914/stat : 11914 (sugar) S 11912 11914 10533 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19743251 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11914/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701701 s]
/proc/loadavg: 1.74 1.93 1.90 4/72 11914
/proc/meminfo: memFree=902328/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=16868 CPUtime=0.33
/proc/11914/stat : 11914 (sugar) S 11912 11914 10533 0 -1 4194304 1309 4551 0 1 5 1 24 3 16 0 1 0 19743251 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11914/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 16868

[startup+1.50279 s]
/proc/loadavg: 1.74 1.93 1.90 3/83 11936
/proc/meminfo: memFree=888088/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=16868 CPUtime=0.33
/proc/11914/stat : 11914 (sugar) S 11912 11914 10533 0 -1 4194304 1310 4551 0 1 5 1 24 3 15 0 1 0 19743251 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11914/statm: 4217 1111 409 3 0 796 0
[pid=11927] ppid=11914 vsize=5356 CPUtime=0
/proc/11927/stat : 11927 (sh) S 11914 11914 10533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19743290 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11927/statm: 1339 233 193 169 0 50 0
[pid=11928] ppid=11927 vsize=868500 CPUtime=1.08
/proc/11928/stat : 11928 (java) S 11927 11914 10533 0 -1 0 5257 0 1 0 105 3 0 0 20 0 9 0 19743291 889344000 4642 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11928/statm: 217125 4642 1742 9 0 211630 0
[pid=11928/tid=11929] ppid=11927 vsize=868500 CPUtime=0.89
/proc/11928/task/11929/stat : 11929 (java) R 11927 11914 10533 0 -1 64 2701 0 1 0 88 1 0 0 25 0 9 0 19743292 889344000 4642 996147200 134512640 134550932 4294955936 18446744073709551615 4126460179 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11928/tid=11930] ppid=11927 vsize=868500 CPUtime=0.03
/proc/11928/task/11930/stat : 11930 (java) S 11927 11914 10533 0 -1 64 402 0 0 0 3 0 0 0 16 0 9 0 19743293 889344000 4642 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11928/tid=11931] ppid=11927 vsize=868500 CPUtime=0
/proc/11928/task/11931/stat : 11931 (java) S 11927 11914 10533 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 19743293 889344000 4642 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11928/tid=11932] ppid=11927 vsize=868500 CPUtime=0
/proc/11928/task/11932/stat : 11932 (java) S 11927 11914 10533 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 19743293 889344000 4642 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11928/tid=11933] ppid=11927 vsize=868500 CPUtime=0
/proc/11928/task/11933/stat : 11933 (java) S 11927 11914 10533 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19743296 889344000 4642 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11928/tid=11934] ppid=11927 vsize=868500 CPUtime=0.13
/proc/11928/task/11934/stat : 11934 (java) S 11927 11914 10533 0 -1 64 1460 0 0 0 13 0 0 0 16 0 9 0 19743296 889344000 4642 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11928/tid=11935] ppid=11927 vsize=868500 CPUtime=0
/proc/11928/task/11935/stat : 11935 (java) S 11927 11914 10533 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19743296 889344000 4642 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11928/tid=11936] ppid=11927 vsize=868500 CPUtime=0
/proc/11928/task/11936/stat : 11936 (java) S 11927 11914 10533 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19743296 889344000 4642 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890724

[startup+3.10199 s]
/proc/loadavg: 1.74 1.93 1.90 3/83 11936
/proc/meminfo: memFree=883800/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=16868 CPUtime=2.21
/proc/11914/stat : 11914 (sugar) S 11912 11914 10533 0 -1 4194304 1376 11616 0 2 6 1 203 11 15 0 1 0 19743251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11914/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30136 s]
/proc/loadavg: 1.76 1.94 1.90 3/75 11938
/proc/meminfo: memFree=886808/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=16868 CPUtime=2.21
/proc/11914/stat : 11914 (sugar) S 11912 11914 10533 0 -1 4194304 1376 11616 0 2 6 1 203 11 16 0 1 0 19743251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11914/statm: 4217 1113 409 3 0 796 0
[pid=11937] ppid=11914 vsize=5356 CPUtime=0
/proc/11937/stat : 11937 (sh) S 11914 11914 10533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19743484 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11937/statm: 1339 232 193 169 0 50 0
[pid=11938] ppid=11937 vsize=9988 CPUtime=3.93
/proc/11938/stat : 11938 (minisat) R 11937 11914 10533 0 -1 4194304 2356 0 0 0 392 1 0 0 25 0 1 0 19743485 10227712 2342 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11938/statm: 2497 2342 75 150 0 2344 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 32212

[startup+12.7021 s]
/proc/loadavg: 1.78 1.94 1.90 3/75 11938
/proc/meminfo: memFree=886424/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=16868 CPUtime=2.21
/proc/11914/stat : 11914 (sugar) S 11912 11914 10533 0 -1 4194304 1376 11616 0 2 6 1 203 11 16 0 1 0 19743251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11914/statm: 4217 1113 409 3 0 796 0
[pid=11937] ppid=11914 vsize=5356 CPUtime=0
/proc/11937/stat : 11937 (sh) S 11914 11914 10533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19743484 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11937/statm: 1339 232 193 169 0 50 0
[pid=11938] ppid=11937 vsize=10252 CPUtime=10.31
/proc/11938/stat : 11938 (minisat) R 11937 11914 10533 0 -1 4194304 2442 0 0 0 1029 2 0 0 25 0 1 0 19743485 10498048 2428 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11938/statm: 2563 2428 75 150 0 2410 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 32476

[startup+25.5016 s]
/proc/loadavg: 1.83 1.94 1.90 3/75 11938
/proc/meminfo: memFree=885848/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=16868 CPUtime=2.21
/proc/11914/stat : 11914 (sugar) S 11912 11914 10533 0 -1 4194304 1376 11616 0 2 6 1 203 11 16 0 1 0 19743251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11914/statm: 4217 1113 409 3 0 796 0
[pid=11937] ppid=11914 vsize=5356 CPUtime=0
/proc/11937/stat : 11937 (sh) S 11914 11914 10533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19743484 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11937/statm: 1339 232 193 169 0 50 0
[pid=11938] ppid=11937 vsize=11188 CPUtime=23.06
/proc/11938/stat : 11938 (minisat) R 11937 11914 10533 0 -1 4194304 2656 0 0 0 2304 2 0 0 25 0 1 0 19743485 11456512 2642 996147200 134512640 135127466 4294956256 18446744073709551615 134528349 0 0 4096 3 0 0 0 17 0 0 0
/proc/11938/statm: 2797 2642 75 150 0 2644 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 33412

[startup+51.1016 s]
/proc/loadavg: 1.89 1.94 1.90 3/75 11938
/proc/meminfo: memFree=884248/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=16868 CPUtime=2.21
/proc/11914/stat : 11914 (sugar) S 11912 11914 10533 0 -1 4194304 1376 11616 0 2 6 1 203 11 16 0 1 0 19743251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11914/statm: 4217 1113 409 3 0 796 0
[pid=11937] ppid=11914 vsize=5356 CPUtime=0
/proc/11937/stat : 11937 (sh) S 11914 11914 10533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19743484 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11937/statm: 1339 232 193 169 0 50 0
[pid=11938] ppid=11937 vsize=12820 CPUtime=48.54
/proc/11938/stat : 11938 (minisat) R 11937 11914 10533 0 -1 4194304 3063 0 0 0 4851 3 0 0 25 0 1 0 19743485 13127680 3049 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/11938/statm: 3205 3049 75 150 0 3052 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 35044

[startup+102.307 s]
/proc/loadavg: 1.95 1.95 1.91 3/75 11938
/proc/meminfo: memFree=881176/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=16868 CPUtime=2.21
/proc/11914/stat : 11914 (sugar) S 11912 11914 10533 0 -1 4194304 1376 11616 0 2 6 1 203 11 16 0 1 0 19743251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11914/statm: 4217 1113 409 3 0 796 0
[pid=11937] ppid=11914 vsize=5356 CPUtime=0
/proc/11937/stat : 11937 (sh) S 11914 11914 10533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19743484 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11937/statm: 1339 232 193 169 0 50 0
[pid=11938] ppid=11937 vsize=15940 CPUtime=99.53
/proc/11938/stat : 11938 (minisat) R 11937 11914 10533 0 -1 4194304 3830 0 0 0 9949 4 0 0 25 0 1 0 19743485 16322560 3816 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11938/statm: 3985 3816 75 150 0 3832 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 38164

[startup+162.302 s]
/proc/loadavg: 1.98 1.95 1.91 3/75 11938
/proc/meminfo: memFree=877784/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=16868 CPUtime=2.21
/proc/11914/stat : 11914 (sugar) S 11912 11914 10533 0 -1 4194304 1376 11616 0 2 6 1 203 11 16 0 1 0 19743251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11914/statm: 4217 1113 409 3 0 796 0
[pid=11937] ppid=11914 vsize=5356 CPUtime=0
/proc/11937/stat : 11937 (sh) S 11914 11914 10533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19743484 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11937/statm: 1339 232 193 169 0 50 0
[pid=11938] ppid=11937 vsize=19104 CPUtime=159.29
/proc/11938/stat : 11938 (minisat) R 11937 11914 10533 0 -1 4194304 4638 0 0 0 15924 5 0 0 25 0 1 0 19743485 19562496 4624 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/11938/statm: 4776 4624 75 150 0 4623 0
Current children cumulated CPU time (s) 161.5
Current children cumulated vsize (KiB) 41328

[startup+222.302 s]
/proc/loadavg: 1.99 1.96 1.91 3/75 11938
/proc/meminfo: memFree=874776/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=16868 CPUtime=2.21
/proc/11914/stat : 11914 (sugar) S 11912 11914 10533 0 -1 4194304 1376 11616 0 2 6 1 203 11 16 0 1 0 19743251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11914/statm: 4217 1113 409 3 0 796 0
[pid=11937] ppid=11914 vsize=5356 CPUtime=0
/proc/11937/stat : 11937 (sh) S 11914 11914 10533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19743484 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11937/statm: 1339 232 193 169 0 50 0
[pid=11938] ppid=11937 vsize=22196 CPUtime=219.03
/proc/11938/stat : 11938 (minisat) R 11937 11914 10533 0 -1 4194304 5388 0 0 0 21897 6 0 0 25 0 1 0 19743485 22728704 5374 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11938/statm: 5549 5374 75 150 0 5396 0
Current children cumulated CPU time (s) 221.24
Current children cumulated vsize (KiB) 44420

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

/proc/meminfo: memFree=838472/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=16868 CPUtime=2.21
/proc/11914/stat : 11914 (sugar) S 11912 11914 10533 0 -1 4194304 1376 11616 0 2 6 1 203 11 16 0 1 0 19743251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11914/statm: 4217 1113 409 3 0 796 0
[pid=11937] ppid=11914 vsize=5356 CPUtime=0
/proc/11937/stat : 11937 (sh) S 11914 11914 10533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19743484 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11937/statm: 1339 232 193 169 0 50 0
[pid=11938] ppid=11937 vsize=43492 CPUtime=1354.3
/proc/11938/stat : 11938 (minisat) R 11937 11914 10533 0 -1 4194304 10692 0 0 0 135413 17 0 0 25 0 1 0 19743485 44535808 10678 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11938/statm: 10873 10678 75 150 0 10720 0
Current children cumulated CPU time (s) 1356.51
Current children cumulated vsize (KiB) 65716

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 11975
/proc/meminfo: memFree=838408/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=16868 CPUtime=2.21
/proc/11914/stat : 11914 (sugar) S 11912 11914 10533 0 -1 4194304 1376 11616 0 2 6 1 203 11 16 0 1 0 19743251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11914/statm: 4217 1113 409 3 0 796 0
[pid=11937] ppid=11914 vsize=5356 CPUtime=0
/proc/11937/stat : 11937 (sh) S 11914 11914 10533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19743484 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11937/statm: 1339 232 193 169 0 50 0
[pid=11938] ppid=11937 vsize=43624 CPUtime=1414.05
/proc/11938/stat : 11938 (minisat) R 11937 11914 10533 0 -1 4194304 10712 0 0 0 141388 17 0 0 25 0 1 0 19743485 44670976 10698 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11938/statm: 10906 10698 75 150 0 10753 0
Current children cumulated CPU time (s) 1416.26
Current children cumulated vsize (KiB) 65848

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 11975
/proc/meminfo: memFree=838152/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=16868 CPUtime=2.21
/proc/11914/stat : 11914 (sugar) S 11912 11914 10533 0 -1 4194304 1376 11616 0 2 6 1 203 11 16 0 1 0 19743251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11914/statm: 4217 1113 409 3 0 796 0
[pid=11937] ppid=11914 vsize=5356 CPUtime=0
/proc/11937/stat : 11937 (sh) S 11914 11914 10533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19743484 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11937/statm: 1339 232 193 169 0 50 0
[pid=11938] ppid=11937 vsize=43784 CPUtime=1473.8
/proc/11938/stat : 11938 (minisat) R 11937 11914 10533 0 -1 4194304 10766 0 0 0 147363 17 0 0 25 0 1 0 19743485 44834816 10752 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11938/statm: 10946 10752 75 150 0 10793 0
Current children cumulated CPU time (s) 1476.01
Current children cumulated vsize (KiB) 66008

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 11975
/proc/meminfo: memFree=838088/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=16868 CPUtime=2.21
/proc/11914/stat : 11914 (sugar) S 11912 11914 10533 0 -1 4194304 1376 11616 0 2 6 1 203 11 16 0 1 0 19743251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11914/statm: 4217 1113 409 3 0 796 0
[pid=11937] ppid=11914 vsize=5356 CPUtime=0
/proc/11937/stat : 11937 (sh) S 11914 11914 10533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19743484 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11937/statm: 1339 232 193 169 0 50 0
[pid=11938] ppid=11937 vsize=43784 CPUtime=1533.55
/proc/11938/stat : 11938 (minisat) R 11937 11914 10533 0 -1 4194304 10772 0 0 0 153338 17 0 0 25 0 1 0 19743485 44834816 10758 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/11938/statm: 10946 10758 75 150 0 10793 0
Current children cumulated CPU time (s) 1535.76
Current children cumulated vsize (KiB) 66008

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 11975
/proc/meminfo: memFree=838024/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=16868 CPUtime=2.21
/proc/11914/stat : 11914 (sugar) S 11912 11914 10533 0 -1 4194304 1376 11616 0 2 6 1 203 11 16 0 1 0 19743251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11914/statm: 4217 1113 409 3 0 796 0
[pid=11937] ppid=11914 vsize=5356 CPUtime=0
/proc/11937/stat : 11937 (sh) S 11914 11914 10533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19743484 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11937/statm: 1339 232 193 169 0 50 0
[pid=11938] ppid=11937 vsize=43920 CPUtime=1593.3
/proc/11938/stat : 11938 (minisat) R 11937 11914 10533 0 -1 4194304 10779 0 0 0 159313 17 0 0 25 0 1 0 19743485 44974080 10765 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11938/statm: 10980 10765 75 150 0 10827 0
Current children cumulated CPU time (s) 1595.51
Current children cumulated vsize (KiB) 66144

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 11975
/proc/meminfo: memFree=837960/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=16868 CPUtime=2.21
/proc/11914/stat : 11914 (sugar) S 11912 11914 10533 0 -1 4194304 1376 11616 0 2 6 1 203 11 16 0 1 0 19743251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11914/statm: 4217 1113 409 3 0 796 0
[pid=11937] ppid=11914 vsize=5356 CPUtime=0
/proc/11937/stat : 11937 (sh) S 11914 11914 10533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19743484 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11937/statm: 1339 232 193 169 0 50 0
[pid=11938] ppid=11937 vsize=43920 CPUtime=1653.05
/proc/11938/stat : 11938 (minisat) R 11937 11914 10533 0 -1 4194304 10798 0 0 0 165288 17 0 0 25 0 1 0 19743485 44974080 10784 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/11938/statm: 10980 10784 75 150 0 10827 0
Current children cumulated CPU time (s) 1655.26
Current children cumulated vsize (KiB) 66144

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 11975
/proc/meminfo: memFree=836552/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=16868 CPUtime=2.21
/proc/11914/stat : 11914 (sugar) S 11912 11914 10533 0 -1 4194304 1376 11616 0 2 6 1 203 11 16 0 1 0 19743251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11914/statm: 4217 1113 409 3 0 796 0
[pid=11937] ppid=11914 vsize=5356 CPUtime=0
/proc/11937/stat : 11937 (sh) S 11914 11914 10533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19743484 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11937/statm: 1339 232 193 169 0 50 0
[pid=11938] ppid=11937 vsize=45412 CPUtime=1712.79
/proc/11938/stat : 11938 (minisat) R 11937 11914 10533 0 -1 4194304 11156 0 0 0 171262 17 0 0 25 0 1 0 19743485 46501888 11142 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11938/statm: 11353 11142 75 150 0 11200 0
Current children cumulated CPU time (s) 1715
Current children cumulated vsize (KiB) 67636

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 11975
/proc/meminfo: memFree=834952/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=16868 CPUtime=2.21
/proc/11914/stat : 11914 (sugar) S 11912 11914 10533 0 -1 4194304 1376 11616 0 2 6 1 203 11 16 0 1 0 19743251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11914/statm: 4217 1113 409 3 0 796 0
[pid=11937] ppid=11914 vsize=5356 CPUtime=0
/proc/11937/stat : 11937 (sh) S 11914 11914 10533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19743484 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11937/statm: 1339 232 193 169 0 50 0
[pid=11938] ppid=11937 vsize=47012 CPUtime=1772.55
/proc/11938/stat : 11938 (minisat) R 11937 11914 10533 0 -1 4194304 11548 0 0 0 177237 18 0 0 25 0 1 0 19743485 48140288 11534 996147200 134512640 135127466 4294956256 18446744073709551615 134527086 0 0 4096 3 0 0 0 17 1 0 0
/proc/11938/statm: 11753 11534 75 150 0 11600 0
Current children cumulated CPU time (s) 1774.76
Current children cumulated vsize (KiB) 69236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.7 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 11975
/proc/meminfo: memFree=834312/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=16868 CPUtime=2.21
/proc/11914/stat : 11914 (sugar) S 11912 11914 10533 0 -1 4194304 1376 11616 0 2 6 1 203 11 16 0 1 0 19743251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11914/statm: 4217 1113 409 3 0 796 0
[pid=11937] ppid=11914 vsize=5356 CPUtime=0
/proc/11937/stat : 11937 (sh) S 11914 11914 10533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19743484 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11937/statm: 1339 232 193 169 0 50 0
[pid=11938] ppid=11937 vsize=47544 CPUtime=1797.85
/proc/11938/stat : 11938 (minisat) R 11937 11914 10533 0 -1 4194304 11706 0 0 0 179766 19 0 0 25 0 1 0 19743485 48685056 11692 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11938/statm: 11886 11692 75 150 0 11733 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 69768

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

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

[startup+1807.7 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 11975
/proc/meminfo: memFree=834312/2055920 swapFree=4192956/4192956
[pid=11914] ppid=11912 vsize=16868 CPUtime=2.21
/proc/11914/stat : 11914 (sugar) S 11912 11914 10533 0 -1 4194304 1376 11616 0 2 6 1 203 11 16 0 1 0 19743251 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11914/statm: 4217 1113 409 3 0 796 0
[pid=11937] ppid=11914 vsize=5356 CPUtime=0
/proc/11937/stat : 11937 (sh) S 11914 11914 10533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19743484 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11937/statm: 1339 232 193 169 0 50 0
[pid=11938] ppid=11937 vsize=47544 CPUtime=1797.85
/proc/11938/stat : 11938 (minisat) R 11937 11914 10533 0 -1 4194304 11706 0 0 0 179766 19 0 0 25 0 1 0 19743485 48685056 11692 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11938/statm: 11886 11692 75 150 0 11733 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 69768

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11914 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=103680
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=143978
# CPU time returned by wait4() is 2.24766
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.72
CPU time (s): 1800.06
CPU user time (s): 1799.75
CPU system time (s): 0.31
CPU usage (%): 99.5761
Max. virtual memory (cumulated for all children) (KiB): 890836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.10368
system time used= 0.143978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13588
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= 2800
involuntary context switches= 2688

runsolver used 1.93271 second user time and 5.13222 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-11 17:39:52
IDJOB=2061160
IDBENCH=53783
IDSOLVER=739
FILE ID=node53/2061160-1247326792
PBS_JOBID= 9506523
Free space on /tmp= 65936 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/costasArray/normalized-costasArray-18.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-2061160-1247326792/watcher-2061160-1247326792 -o /tmp/evaluation-result-2061160-1247326792/solver-2061160-1247326792 -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-2061160-1247326792.xml

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

MD5SUM BENCH= afec1f669fbbb2f7855298cf0c34011a
RANDOM SEED=853149951

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:        902744 kB
Buffers:         64364 kB
Cached:         988956 kB
SwapCached:          0 kB
Active:         128652 kB
Inactive:       951124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        902744 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1508 kB
Writeback:           0 kB
Mapped:          36952 kB
Slab:            58828 kB
Committed_AS:   141768 kB
PageTables:       1716 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= 65932 MiB
End job on node53 at 2009-07-11 18:10:02