Trace number 2085294

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.02 1809.03

General information on the benchmark

Namecsp/graphColoring/sgb/queen/
normalized-queen13-13-14.xml
MD5SUM21ee69a34102e53e746e1388c6d27e48
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 variables169
Number of constraints3328
Maximum constraint arity2
Maximum domain size14
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3328
Global constraints used (with number of constraints)

Solver Data

0.03/0.27	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.27	c 0	BEGIN Sun Jul 12 08:50:29 2009
0.03/0.27	c 0	PID 20853
0.03/0.28	c 0	HOST node22.alineos.net
0.03/0.28	c 0	CONVERTING HOME/instance-2085294-1247381429.xml TO HOME/temp.csp
0.03/0.28	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2085294-1247381429.xml' 'HOME/temp.csp'
0.07/0.85	c 1	1 domains, 169 variables, 1 predicates, 0 relations, 3328 constraints
0.07/0.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.88	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.61/0.96	c 1	Parsing HOME/temp.csp
0.70/1.07	c 1	parsed 3499 expressions
0.70/1.08	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.70/1.08	c 1	Converting to clausal form CSP
0.81/1.18	c 1	converted 350 (10%) expressions
0.99/1.31	c 1	converted 700 (20%) expressions
0.99/1.34	c 1	converted 1050 (30%) expressions
0.99/1.35	c 1	converted 1400 (40%) expressions
0.99/1.37	c 1	converted 1750 (50%) expressions
0.99/1.38	c 1	converted 2100 (60%) expressions
0.99/1.40	c 1	converted 2450 (70%) expressions
1.08/1.41	c 1	converted 2800 (80%) expressions
1.08/1.42	c 1	converted 3150 (90%) expressions
1.08/1.43	c 1	converted 3499 (100%) expressions
1.08/1.43	c 1	CSP : 169 integers, 0 booleans, 3328 clauses, largest domain size 14
1.08/1.43	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.08/1.43	c 1	Propagation in CSP
1.08/1.46	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.08/1.46	c 1	CSP : 169 integers, 0 booleans, 3328 clauses, largest domain size 14
1.08/1.46	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.08/1.46	c 1	Simplifing CSP by introducing new Boolean variables
1.19/1.56	c 1	CSP : 169 integers, 6656 booleans, 9984 clauses, largest domain size 14
1.19/1.56	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.29/1.61	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.29/1.62	c 1	17 (10%) CSP integer variables are encoded (204 clauses, 2108 bytes)
1.29/1.62	c 1	34 (20%) CSP integer variables are encoded (408 clauses, 4352 bytes)
1.29/1.62	c 1	51 (30%) CSP integer variables are encoded (612 clauses, 6596 bytes)
1.29/1.63	c 1	68 (40%) CSP integer variables are encoded (816 clauses, 8840 bytes)
1.29/1.63	c 1	85 (50%) CSP integer variables are encoded (1020 clauses, 11279 bytes)
1.29/1.63	c 1	102 (60%) CSP integer variables are encoded (1224 clauses, 13931 bytes)
1.29/1.63	c 1	119 (70%) CSP integer variables are encoded (1428 clauses, 16583 bytes)
1.29/1.63	c 1	136 (80%) CSP integer variables are encoded (1632 clauses, 19235 bytes)
1.29/1.63	c 1	153 (90%) CSP integer variables are encoded (1836 clauses, 21887 bytes)
1.29/1.63	c 1	169 (100%) CSP integer variables are encoded (2028 clauses, 24383 bytes)
1.29/1.69	c 1	999 (10%) CSP clauses are encoded (11685 clauses, 176059 bytes)
1.38/1.73	c 2	1997 (20%) CSP clauses are encoded (21341 clauses, 336283 bytes)
1.38/1.76	c 2	2996 (30%) CSP clauses are encoded (30998 clauses, 496853 bytes)
1.38/1.78	c 2	3994 (40%) CSP clauses are encoded (40641 clauses, 657796 bytes)
1.48/1.81	c 2	4992 (50%) CSP clauses are encoded (50284 clauses, 819285 bytes)
1.48/1.83	c 2	5991 (60%) CSP clauses are encoded (59941 clauses, 982291 bytes)
1.48/1.85	c 2	6989 (70%) CSP clauses are encoded (69597 clauses, 1154435 bytes)
1.48/1.89	c 2	7988 (80%) CSP clauses are encoded (79254 clauses, 1328261 bytes)
1.58/1.91	c 2	8986 (90%) CSP clauses are encoded (88897 clauses, 1501832 bytes)
1.58/1.93	c 2	9984 (100%) CSP clauses are encoded (98540 clauses, 1675403 bytes)
1.58/1.93	c 2	9984 CSP clauses encoded
1.58/1.93	c 2	Writing map file : HOME/temp.map
1.58/1.94	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.58/1.94	c 2	SAT : 8853 SAT variables, 98540 SAT clauses, 1675403 bytes
1.58/1.94	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.58/1.99	c 2	SOLVING HOME/temp.cnf
1.58/1.99	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.58/1.99	c 2	This is MiniSat 2.0 beta
1.58/1.99	c 2	WARNING: for repeatability, setting FPU to use double precision
1.58/1.99	c 2	============================[ Problem Statistics ]=============================
1.58/1.99	c 2	|                                                                             |
1.58/1.99	c 2	|  Number of variables:  8853                                                 |
1.58/1.99	c 2	|  Number of clauses:    98540                                                |
1.66/2.04	c 2	|  Parsing time:         0.05         s                                       |
1.66/2.05	c 2	============================[ Search Statistics ]==============================
1.66/2.05	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.66/2.05	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.66/2.05	c 2	===============================================================================
1.66/2.05	c 2	|         0 |    8853    98540   276952 |    32846        0    nan |  0.000 % |
1.76/2.11	c 2	|       100 |    8853    98540   276952 |    36131      100     70 |  0.000 % |
1.76/2.18	c 2	|       251 |    8853    98540   276952 |    39744      251     63 |  0.000 % |
1.94/2.32	c 2	|       477 |    8853    98540   276952 |    43718      477     68 |  0.000 % |
2.04/2.48	c 2	|       814 |    8853    98540   276952 |    48090      814     61 |  0.000 % |
2.24/2.63	c 2	|      1321 |    8853    98540   276952 |    52899     1321     55 |  0.000 % |
2.54/2.93	c 3	|      2080 |    8853    98540   276952 |    58189     2080     54 |  0.000 % |
2.74/3.18	c 3	|      3219 |    8853    98540   276952 |    64008     3219     44 |  0.000 % |
2.94/3.39	c 3	|      4928 |    8853    98540   276952 |    70409     4928     37 |  0.000 % |
4.23/4.64	c 4	|      7490 |    8853    98540   276952 |    77450     7490     45 |  0.000 % |
6.11/6.55	c 6	|     11335 |    8853    98540   276952 |    85195    11335     52 |  0.000 % |
9.67/10.13	c 10	|     17101 |    8853    98540   276952 |    93715    17101     59 |  0.000 % |
15.71/16.21	c 16	|     25751 |    8853    98540   276952 |   103086    25751     64 |  0.000 % |
25.91/26.51	c 26	|     38726 |    8853    98540   276952 |   113395    38726     69 |  0.000 % |
41.16/41.94	c 42	|     58187 |    8853    98540   276952 |   124735    58187     71 |  0.000 % |
73.56/74.62	c 74	|     87379 |    8853    98540   276952 |   137208    87379     73 |  0.000 % |
139.13/140.75	c 141	|    131168 |    8853    98540   276952 |   150929   131168     83 |  0.000 % |
229.68/231.39	c 231	|    196853 |    8853    98540   276952 |   166022    57030    104 |  0.000 % |
441.05/442.84	c 443	|    295379 |    8853    98540   276952 |   182624   155556    112 |  0.000 % |
755.22/757.11	c 757	|    443168 |    8853    98540   276952 |   200887   130659    119 |  0.000 % |
1286.69/1290.82	c 1291	|    664851 |    8853    98540   276952 |   220975   164504    105 |  0.000 % |
1800.02/1809.02	c ERROR INTERRUPTED
1800.02/1809.02	s UNKNOWN
1800.02/1809.02	c 1809	CPU 1.66 (0.06 0.02 1.46 0.12)
1800.02/1809.02	c 1809	END Sun Jul 12 09:20:38 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-2085294-1247381429/watcher-2085294-1247381429 -o /tmp/evaluation-result-2085294-1247381429/solver-2085294-1247381429 -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-2085294-1247381429.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.92 1.98 1.99 4/84 20853
/proc/meminfo: memFree=1748040/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=18576 CPUtime=0
/proc/20853/stat : 20853 (runsolver) D 20851 20853 19584 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 25209369 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 272467815719 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/20853/statm: 4644 284 249 26 0 2626 0

[startup+0.099844 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 20853
/proc/meminfo: memFree=1748040/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=12272 CPUtime=0
/proc/20853/stat : 20853 (sugar) R 20851 20853 19584 0 -1 4194304 371 0 4 0 0 0 0 0 18 0 1 0 25209369 12566528 343 996147200 4194304 4206940 548682068608 18446744073709551615 272485421394 0 0 4224 0 0 0 0 17 1 0 0
/proc/20853/statm: 3068 343 256 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101842 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 20853
/proc/meminfo: memFree=1748040/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=12272 CPUtime=0
/proc/20853/stat : 20853 (sugar) D 20851 20853 19584 0 -1 4194304 392 0 4 0 0 0 0 0 18 0 1 0 25209369 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/20853/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301876 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 20853
/proc/meminfo: memFree=1748040/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=16868 CPUtime=0.07
/proc/20853/stat : 20853 (sugar) S 20851 20853 19584 0 -1 4194304 1221 128 6 0 5 2 0 0 18 0 1 0 25209369 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20853/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701934 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 20853
/proc/meminfo: memFree=1748040/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=16868 CPUtime=0.07
/proc/20853/stat : 20853 (sugar) S 20851 20853 19584 0 -1 4194304 1221 128 6 0 5 2 0 0 18 0 1 0 25209369 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20853/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50205 s]
/proc/loadavg: 1.92 1.98 1.99 4/95 20875
/proc/meminfo: memFree=1739184/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=16868 CPUtime=0.61
/proc/20853/stat : 20853 (sugar) S 20851 20853 19584 0 -1 4194304 1304 6770 6 1 5 2 50 4 16 0 1 0 25209369 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20853/statm: 4217 1111 409 3 0 796 0
[pid=20866] ppid=20853 vsize=5356 CPUtime=0
/proc/20866/stat : 20866 (sh) S 20853 20853 19584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25209458 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20866/statm: 1339 233 193 169 0 50 0
[pid=20867] ppid=20866 vsize=868484 CPUtime=0.58
/proc/20867/stat : 20867 (java) S 20866 20853 19584 0 -1 0 5908 0 1 0 54 4 0 0 18 0 9 0 25209458 889327616 5321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20867/statm: 217121 5321 1747 9 0 211626 0
[pid=20867/tid=20868] ppid=20866 vsize=868484 CPUtime=0.35
/proc/20867/task/20868/stat : 20868 (java) R 20866 20853 19584 0 -1 64 2680 0 1 0 33 2 0 0 19 0 9 0 25209459 889327616 5321 996147200 134512640 134550932 4294955936 18446744073709551615 4125950624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20869] ppid=20866 vsize=868484 CPUtime=0.04
/proc/20867/task/20869/stat : 20869 (java) S 20866 20853 19584 0 -1 64 1051 0 0 0 3 1 0 0 16 0 9 0 25209461 889327616 5321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20870] ppid=20866 vsize=868484 CPUtime=0
/proc/20867/task/20870/stat : 20870 (java) S 20866 20853 19584 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25209461 889327616 5321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20871] ppid=20866 vsize=868484 CPUtime=0
/proc/20867/task/20871/stat : 20871 (java) S 20866 20853 19584 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25209461 889327616 5321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20872] ppid=20866 vsize=868484 CPUtime=0
/proc/20867/task/20872/stat : 20872 (java) S 20866 20853 19584 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25209463 889327616 5321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20873] ppid=20866 vsize=868484 CPUtime=0.16
/proc/20867/task/20873/stat : 20873 (java) S 20866 20853 19584 0 -1 64 1483 0 0 0 16 0 0 0 16 0 9 0 25209463 889327616 5321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20874] ppid=20866 vsize=868484 CPUtime=0
/proc/20867/task/20874/stat : 20874 (java) S 20866 20853 19584 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25209463 889327616 5321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20867/tid=20875] ppid=20866 vsize=868484 CPUtime=0
/proc/20867/task/20875/stat : 20875 (java) S 20866 20853 19584 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25209463 889327616 5321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 890708

[startup+3.10228 s]
/proc/loadavg: 1.92 1.98 1.99 3/87 20877
/proc/meminfo: memFree=1735984/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=16868 CPUtime=1.66
/proc/20853/stat : 20853 (sugar) S 20851 20853 19584 0 -1 4194304 1370 14629 6 3 6 2 146 12 15 0 1 0 25209369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20853/statm: 4217 1113 409 3 0 796 0
[pid=20876] ppid=20853 vsize=5356 CPUtime=0
/proc/20876/stat : 20876 (sh) S 20853 20853 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25209568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20876/statm: 1339 232 193 169 0 50 0
[pid=20877] ppid=20876 vsize=7380 CPUtime=1.08
/proc/20877/stat : 20877 (minisat) R 20876 20853 19584 0 -1 4194304 1725 0 0 0 108 0 0 0 25 0 1 0 25209569 7557120 1711 996147200 134512640 135127466 4294956256 18446744073709551615 134527502 0 0 4096 3 0 0 0 17 1 0 0
/proc/20877/statm: 1845 1711 76 150 0 1692 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 29604

[startup+6.30174 s]
/proc/loadavg: 1.93 1.98 1.99 3/87 20877
/proc/meminfo: memFree=1733552/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=16868 CPUtime=1.66
/proc/20853/stat : 20853 (sugar) S 20851 20853 19584 0 -1 4194304 1370 14629 6 3 6 2 146 12 16 0 1 0 25209369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20853/statm: 4217 1113 409 3 0 796 0
[pid=20876] ppid=20853 vsize=5356 CPUtime=0
/proc/20876/stat : 20876 (sh) S 20853 20853 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25209568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20876/statm: 1339 232 193 169 0 50 0
[pid=20877] ppid=20876 vsize=9360 CPUtime=4.25
/proc/20877/stat : 20877 (minisat) R 20876 20853 19584 0 -1 4194304 2198 0 0 0 424 1 0 0 25 0 1 0 25209569 9584640 2184 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/20877/statm: 2340 2184 76 150 0 2187 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 31584

[startup+12.7027 s]
/proc/loadavg: 1.93 1.98 1.99 3/87 20877
/proc/meminfo: memFree=1730224/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=16868 CPUtime=1.66
/proc/20853/stat : 20853 (sugar) S 20851 20853 19584 0 -1 4194304 1370 14629 6 3 6 2 146 12 16 0 1 0 25209369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20853/statm: 4217 1113 409 3 0 796 0
[pid=20876] ppid=20853 vsize=5356 CPUtime=0
/proc/20876/stat : 20876 (sh) S 20853 20853 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25209568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20876/statm: 1339 232 193 169 0 50 0
[pid=20877] ppid=20876 vsize=12792 CPUtime=10.59
/proc/20877/stat : 20877 (minisat) R 20876 20853 19584 0 -1 4194304 3052 0 0 0 1057 2 0 0 25 0 1 0 25209569 13099008 3038 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/20877/statm: 3198 3038 76 150 0 3045 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 35016

[startup+25.5015 s]
/proc/loadavg: 1.95 1.98 1.99 3/87 20877
/proc/meminfo: memFree=1724464/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=16868 CPUtime=1.66
/proc/20853/stat : 20853 (sugar) S 20851 20853 19584 0 -1 4194304 1370 14629 6 3 6 2 146 12 16 0 1 0 25209369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20853/statm: 4217 1113 409 3 0 796 0
[pid=20876] ppid=20853 vsize=5356 CPUtime=0
/proc/20876/stat : 20876 (sh) S 20853 20853 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25209568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20876/statm: 1339 232 193 169 0 50 0
[pid=20877] ppid=20876 vsize=18368 CPUtime=23.26
/proc/20877/stat : 20877 (minisat) R 20876 20853 19584 0 -1 4194304 4448 0 0 0 2322 4 0 0 25 0 1 0 25209569 18808832 4434 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/20877/statm: 4592 4434 76 150 0 4439 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 40592

[startup+51.1012 s]
/proc/loadavg: 1.96 1.98 1.99 3/87 20877
/proc/meminfo: memFree=1714864/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=16868 CPUtime=1.66
/proc/20853/stat : 20853 (sugar) S 20851 20853 19584 0 -1 4194304 1370 14629 6 3 6 2 146 12 16 0 1 0 25209369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20853/statm: 4217 1113 409 3 0 796 0
[pid=20876] ppid=20853 vsize=5356 CPUtime=0
/proc/20876/stat : 20876 (sh) S 20853 20853 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25209568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20876/statm: 1339 232 193 169 0 50 0
[pid=20877] ppid=20876 vsize=28208 CPUtime=48.62
/proc/20877/stat : 20877 (minisat) R 20876 20853 19584 0 -1 4194304 6884 0 0 0 4856 6 0 0 25 0 1 0 25209569 28884992 6870 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20877/statm: 7052 6870 76 150 0 6899 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 50432

[startup+102.307 s]
/proc/loadavg: 2.06 2.00 2.00 4/84 20919
/proc/meminfo: memFree=1867768/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=16868 CPUtime=1.66
/proc/20853/stat : 20853 (sugar) S 20851 20853 19584 0 -1 4194304 1370 14629 6 3 6 2 146 12 16 0 1 0 25209369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20853/statm: 4217 1113 409 3 0 796 0
[pid=20876] ppid=20853 vsize=5356 CPUtime=0
/proc/20876/stat : 20876 (sh) S 20853 20853 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25209568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20876/statm: 1339 232 193 169 0 50 0
[pid=20877] ppid=20876 vsize=43568 CPUtime=99.31
/proc/20877/stat : 20877 (minisat) R 20876 20853 19584 0 -1 4194304 10719 0 0 0 9919 12 0 0 25 0 1 0 25209569 44613632 10705 996147200 134512640 135127466 4294956256 18446744073709551615 134527482 0 0 4096 3 0 0 0 17 0 0 0
/proc/20877/statm: 10892 10705 76 150 0 10739 0
Current children cumulated CPU time (s) 100.97
Current children cumulated vsize (KiB) 65792

[startup+162.301 s]
/proc/loadavg: 2.16 2.04 2.01 3/87 20988
/proc/meminfo: memFree=1776736/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=16868 CPUtime=1.66
/proc/20853/stat : 20853 (sugar) S 20851 20853 19584 0 -1 4194304 1370 14629 6 3 6 2 146 12 16 0 1 0 25209369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20853/statm: 4217 1113 409 3 0 796 0
[pid=20876] ppid=20853 vsize=5356 CPUtime=0
/proc/20876/stat : 20876 (sh) S 20853 20853 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25209568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20876/statm: 1339 232 193 169 0 50 0
[pid=20877] ppid=20876 vsize=60092 CPUtime=159.05
/proc/20877/stat : 20877 (minisat) R 20876 20853 19584 0 -1 4194304 14837 0 0 0 15887 18 0 0 25 0 1 0 25209569 61534208 14823 996147200 134512640 135127466 4294956256 18446744073709551615 134528048 0 0 4096 3 0 0 0 17 0 0 0
/proc/20877/statm: 15023 14823 76 150 0 14870 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 82316

[startup+222.302 s]
/proc/loadavg: 2.11 2.05 2.01 3/87 20988
/proc/meminfo: memFree=1773024/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=16868 CPUtime=1.66
/proc/20853/stat : 20853 (sugar) S 20851 20853 19584 0 -1 4194304 1370 14629 6 3 6 2 146 12 16 0 1 0 25209369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20853/statm: 4217 1113 409 3 0 796 0
[pid=20876] ppid=20853 vsize=5356 CPUtime=0
/proc/20876/stat : 20876 (sh) S 20853 20853 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25209568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20876/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1626848/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=16868 CPUtime=1.66
/proc/20853/stat : 20853 (sugar) S 20851 20853 19584 0 -1 4194304 1370 14629 6 3 6 2 146 12 16 0 1 0 25209369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20853/statm: 4217 1113 409 3 0 796 0
[pid=20876] ppid=20853 vsize=5356 CPUtime=0
/proc/20876/stat : 20876 (sh) S 20853 20853 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25209568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20876/statm: 1339 232 193 169 0 50 0
[pid=20877] ppid=20876 vsize=107612 CPUtime=1296.43
/proc/20877/stat : 20877 (minisat) R 20876 20853 19584 0 -1 4194304 26711 0 0 0 129609 34 0 0 25 0 1 0 25209569 110194688 26697 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20877/statm: 26903 26697 76 150 0 26750 0
Current children cumulated CPU time (s) 1298.09
Current children cumulated vsize (KiB) 129836

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 20994
/proc/meminfo: memFree=1626656/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=16868 CPUtime=1.66
/proc/20853/stat : 20853 (sugar) S 20851 20853 19584 0 -1 4194304 1370 14629 6 3 6 2 146 12 16 0 1 0 25209369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20853/statm: 4217 1113 409 3 0 796 0
[pid=20876] ppid=20853 vsize=5356 CPUtime=0
/proc/20876/stat : 20876 (sh) S 20853 20853 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25209568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20876/statm: 1339 232 193 169 0 50 0
[pid=20877] ppid=20876 vsize=107612 CPUtime=1355.86
/proc/20877/stat : 20877 (minisat) R 20876 20853 19584 0 -1 4194304 26711 0 0 0 135552 34 0 0 25 0 1 0 25209569 110194688 26697 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/20877/statm: 26903 26697 76 150 0 26750 0
Current children cumulated CPU time (s) 1357.52
Current children cumulated vsize (KiB) 129836

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 20994
/proc/meminfo: memFree=1621984/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=16868 CPUtime=1.66
/proc/20853/stat : 20853 (sugar) S 20851 20853 19584 0 -1 4194304 1370 14629 6 3 6 2 146 12 16 0 1 0 25209369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20853/statm: 4217 1113 409 3 0 796 0
[pid=20876] ppid=20853 vsize=5356 CPUtime=0
/proc/20876/stat : 20876 (sh) S 20853 20853 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25209568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20876/statm: 1339 232 193 169 0 50 0
[pid=20877] ppid=20876 vsize=112776 CPUtime=1415.29
/proc/20877/stat : 20877 (minisat) R 20876 20853 19584 0 -1 4194304 27924 0 0 0 141494 35 0 0 25 0 1 0 25209569 115482624 27910 996147200 134512640 135127466 4294956256 18446744073709551615 134531240 0 0 4096 3 0 0 0 17 1 0 0
/proc/20877/statm: 28194 27910 76 150 0 28041 0
Current children cumulated CPU time (s) 1416.95
Current children cumulated vsize (KiB) 135000

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 20994
/proc/meminfo: memFree=1621984/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=16868 CPUtime=1.66
/proc/20853/stat : 20853 (sugar) S 20851 20853 19584 0 -1 4194304 1370 14629 6 3 6 2 146 12 16 0 1 0 25209369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20853/statm: 4217 1113 409 3 0 796 0
[pid=20876] ppid=20853 vsize=5356 CPUtime=0
/proc/20876/stat : 20876 (sh) S 20853 20853 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25209568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20876/statm: 1339 232 193 169 0 50 0
[pid=20877] ppid=20876 vsize=112776 CPUtime=1474.73
/proc/20877/stat : 20877 (minisat) R 20876 20853 19584 0 -1 4194304 27924 0 0 0 147438 35 0 0 25 0 1 0 25209569 115482624 27910 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20877/statm: 28194 27910 76 150 0 28041 0
Current children cumulated CPU time (s) 1476.39
Current children cumulated vsize (KiB) 135000

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 20994
/proc/meminfo: memFree=1621920/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=16868 CPUtime=1.66
/proc/20853/stat : 20853 (sugar) S 20851 20853 19584 0 -1 4194304 1370 14629 6 3 6 2 146 12 16 0 1 0 25209369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20853/statm: 4217 1113 409 3 0 796 0
[pid=20876] ppid=20853 vsize=5356 CPUtime=0
/proc/20876/stat : 20876 (sh) S 20853 20853 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25209568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20876/statm: 1339 232 193 169 0 50 0
[pid=20877] ppid=20876 vsize=112776 CPUtime=1534.16
/proc/20877/stat : 20877 (minisat) R 20876 20853 19584 0 -1 4194304 27925 0 0 0 153381 35 0 0 25 0 1 0 25209569 115482624 27911 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/20877/statm: 28194 27911 76 150 0 28041 0
Current children cumulated CPU time (s) 1535.82
Current children cumulated vsize (KiB) 135000

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 20994
/proc/meminfo: memFree=1621920/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=16868 CPUtime=1.66
/proc/20853/stat : 20853 (sugar) S 20851 20853 19584 0 -1 4194304 1370 14629 6 3 6 2 146 12 16 0 1 0 25209369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20853/statm: 4217 1113 409 3 0 796 0
[pid=20876] ppid=20853 vsize=5356 CPUtime=0
/proc/20876/stat : 20876 (sh) S 20853 20853 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25209568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20876/statm: 1339 232 193 169 0 50 0
[pid=20877] ppid=20876 vsize=112776 CPUtime=1593.6
/proc/20877/stat : 20877 (minisat) R 20876 20853 19584 0 -1 4194304 27925 0 0 0 159325 35 0 0 25 0 1 0 25209569 115482624 27911 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20877/statm: 28194 27911 76 150 0 28041 0
Current children cumulated CPU time (s) 1595.26
Current children cumulated vsize (KiB) 135000

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 20994
/proc/meminfo: memFree=1621856/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=16868 CPUtime=1.66
/proc/20853/stat : 20853 (sugar) S 20851 20853 19584 0 -1 4194304 1370 14629 6 3 6 2 146 12 16 0 1 0 25209369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20853/statm: 4217 1113 409 3 0 796 0
[pid=20876] ppid=20853 vsize=5356 CPUtime=0
/proc/20876/stat : 20876 (sh) S 20853 20853 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25209568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20876/statm: 1339 232 193 169 0 50 0
[pid=20877] ppid=20876 vsize=112776 CPUtime=1653.02
/proc/20877/stat : 20877 (minisat) R 20876 20853 19584 0 -1 4194304 27925 0 0 0 165267 35 0 0 25 0 1 0 25209569 115482624 27911 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20877/statm: 28194 27911 76 150 0 28041 0
Current children cumulated CPU time (s) 1654.68
Current children cumulated vsize (KiB) 135000

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 20994
/proc/meminfo: memFree=1621856/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=16868 CPUtime=1.66
/proc/20853/stat : 20853 (sugar) S 20851 20853 19584 0 -1 4194304 1370 14629 6 3 6 2 146 12 16 0 1 0 25209369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20853/statm: 4217 1113 409 3 0 796 0
[pid=20876] ppid=20853 vsize=5356 CPUtime=0
/proc/20876/stat : 20876 (sh) S 20853 20853 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25209568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20876/statm: 1339 232 193 169 0 50 0
[pid=20877] ppid=20876 vsize=112776 CPUtime=1712.47
/proc/20877/stat : 20877 (minisat) R 20876 20853 19584 0 -1 4194304 27925 0 0 0 171211 36 0 0 25 0 1 0 25209569 115482624 27911 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/20877/statm: 28194 27911 76 150 0 28041 0
Current children cumulated CPU time (s) 1714.13
Current children cumulated vsize (KiB) 135000

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 20994
/proc/meminfo: memFree=1621600/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=16868 CPUtime=1.66
/proc/20853/stat : 20853 (sugar) S 20851 20853 19584 0 -1 4194304 1370 14629 6 3 6 2 146 12 16 0 1 0 25209369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20853/statm: 4217 1113 409 3 0 796 0
[pid=20876] ppid=20853 vsize=5356 CPUtime=0
/proc/20876/stat : 20876 (sh) S 20853 20853 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25209568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20876/statm: 1339 232 193 169 0 50 0
[pid=20877] ppid=20876 vsize=112776 CPUtime=1771.9
/proc/20877/stat : 20877 (minisat) R 20876 20853 19584 0 -1 4194304 27925 0 0 0 177154 36 0 0 25 0 1 0 25209569 115482624 27911 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20877/statm: 28194 27911 76 150 0 28041 0
Current children cumulated CPU time (s) 1773.56
Current children cumulated vsize (KiB) 135000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 20994
/proc/meminfo: memFree=1621600/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=16868 CPUtime=1.66
/proc/20853/stat : 20853 (sugar) S 20851 20853 19584 0 -1 4194304 1370 14629 6 3 6 2 146 12 16 0 1 0 25209369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20853/statm: 4217 1113 409 3 0 796 0
[pid=20876] ppid=20853 vsize=5356 CPUtime=0
/proc/20876/stat : 20876 (sh) S 20853 20853 19584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25209568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20876/statm: 1339 232 193 169 0 50 0
[pid=20877] ppid=20876 vsize=112776 CPUtime=1798.36
/proc/20877/stat : 20877 (minisat) R 20876 20853 19584 0 -1 4194304 27925 0 0 0 179800 36 0 0 25 0 1 0 25209569 115482624 27911 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/20877/statm: 28194 27911 76 150 0 28041 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 135000

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 20853 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=523768
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=153976
# CPU time returned by wait4() is 1.67774
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.03
CPU time (s): 1800.02
CPU user time (s): 1799.52
CPU system time (s): 0.5
CPU usage (%): 99.502
Max. virtual memory (cumulated for all children) (KiB): 890908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.52377
system time used= 0.153976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16382
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2532
involuntary context switches= 2337

runsolver used 2.12068 second user time and 6.12007 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-12 08:50:29
IDJOB=2085294
IDBENCH=58358
IDSOLVER=739
FILE ID=node22/2085294-1247381429
PBS_JOBID= 9507144
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/sgb/queen/normalized-queen13-13-14.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-2085294-1247381429/watcher-2085294-1247381429 -o /tmp/evaluation-result-2085294-1247381429/solver-2085294-1247381429 -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-2085294-1247381429.xml

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

MD5SUM BENCH= 21ee69a34102e53e746e1388c6d27e48
RANDOM SEED=592696959

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1748520 kB
Buffers:          5472 kB
Cached:          57292 kB
SwapCached:          0 kB
Active:         230452 kB
Inactive:        29880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1716 kB
Writeback:           0 kB
Mapped:         213264 kB
Slab:            32036 kB
Committed_AS:   860988 kB
PageTables:       2084 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= 66396 MiB
End job on node22 at 2009-07-12 09:20:40