Trace number 2084755

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 1805.72

General information on the benchmark

Namecsp/graphColoring/register/zeroin/
normalized-zeroin-i-1-20.xml
MD5SUM5a658ecce9751df456415fcf4c35a839
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.144977
Satisfiable
(Un)Satisfiability was proved
Number of variables211
Number of constraints4100
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4100
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 08:19:37 2009
0.00/0.07	c 0	PID 25673
0.00/0.08	c 0	HOST node29.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2084755-1247379577.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084755-1247379577.xml' 'HOME/temp.csp'
0.06/0.64	c 1	1 domains, 211 variables, 1 predicates, 0 relations, 4100 constraints
0.06/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	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.62/0.74	c 1	Parsing HOME/temp.csp
0.62/0.84	c 1	parsed 4313 expressions
0.62/0.85	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.62/0.85	c 1	Converting to clausal form CSP
0.62/0.96	c 1	converted 432 (10%) expressions
0.62/1.07	c 1	converted 863 (20%) expressions
1.04/1.11	c 1	converted 1294 (30%) expressions
1.04/1.13	c 1	converted 1726 (40%) expressions
1.04/1.14	c 1	converted 2157 (50%) expressions
1.04/1.16	c 1	converted 2588 (60%) expressions
1.04/1.17	c 1	converted 3020 (70%) expressions
1.04/1.19	c 1	converted 3451 (80%) expressions
1.15/1.20	c 1	converted 3882 (90%) expressions
1.15/1.22	c 1	converted 4313 (100%) expressions
1.15/1.22	c 1	CSP : 211 integers, 0 booleans, 4100 clauses, largest domain size 20
1.15/1.22	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.22	c 1	Propagation in CSP
1.15/1.29	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.15/1.29	c 1	CSP : 211 integers, 0 booleans, 4100 clauses, largest domain size 20
1.15/1.29	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.29	c 1	Simplifing CSP by introducing new Boolean variables
1.24/1.34	c 2	CSP : 211 integers, 8200 booleans, 12300 clauses, largest domain size 20
1.24/1.34	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.39	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.35/1.41	c 2	22 (10%) CSP integer variables are encoded (396 clauses, 4216 bytes)
1.35/1.41	c 2	43 (20%) CSP integer variables are encoded (774 clauses, 8374 bytes)
1.35/1.41	c 2	64 (30%) CSP integer variables are encoded (1152 clauses, 12943 bytes)
1.35/1.42	c 2	85 (40%) CSP integer variables are encoded (1530 clauses, 17857 bytes)
1.35/1.42	c 2	106 (50%) CSP integer variables are encoded (1908 clauses, 22771 bytes)
1.35/1.42	c 2	127 (60%) CSP integer variables are encoded (2286 clauses, 27685 bytes)
1.35/1.42	c 2	148 (70%) CSP integer variables are encoded (2664 clauses, 32599 bytes)
1.35/1.42	c 2	169 (80%) CSP integer variables are encoded (3042 clauses, 37513 bytes)
1.35/1.42	c 2	190 (90%) CSP integer variables are encoded (3420 clauses, 42427 bytes)
1.35/1.42	c 2	211 (100%) CSP integer variables are encoded (3798 clauses, 47341 bytes)
1.35/1.50	c 2	1230 (10%) CSP clauses are encoded (20608 clauses, 318039 bytes)
1.45/1.55	c 2	2460 (20%) CSP clauses are encoded (37418 clauses, 602177 bytes)
1.45/1.58	c 2	3690 (30%) CSP clauses are encoded (54228 clauses, 892197 bytes)
1.54/1.62	c 2	4920 (40%) CSP clauses are encoded (71038 clauses, 1182217 bytes)
1.54/1.67	c 2	6150 (50%) CSP clauses are encoded (87848 clauses, 1469615 bytes)
1.64/1.70	c 2	7380 (60%) CSP clauses are encoded (104658 clauses, 1759673 bytes)
1.64/1.74	c 2	8610 (70%) CSP clauses are encoded (121468 clauses, 2058699 bytes)
1.64/1.78	c 2	9840 (80%) CSP clauses are encoded (138278 clauses, 2378169 bytes)
1.74/1.81	c 2	11070 (90%) CSP clauses are encoded (155088 clauses, 2702889 bytes)
1.74/1.85	c 2	12300 (100%) CSP clauses are encoded (171898 clauses, 3027609 bytes)
1.74/1.85	c 2	12300 CSP clauses encoded
1.74/1.85	c 2	Writing map file : HOME/temp.map
1.74/1.86	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.74/1.86	c 2	SAT : 12209 SAT variables, 171898 SAT clauses, 3027609 bytes
1.74/1.86	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.80/1.92	c 2	SOLVING HOME/temp.cnf
1.80/1.92	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.80/1.92	c 2	This is MiniSat 2.0 beta
1.80/1.92	c 2	WARNING: for repeatability, setting FPU to use double precision
1.80/1.92	c 2	============================[ Problem Statistics ]=============================
1.80/1.92	c 2	|                                                                             |
1.80/1.92	c 2	|  Number of variables:  12209                                                |
1.80/1.92	c 2	|  Number of clauses:    171898                                               |
1.81/2.01	c 2	|  Parsing time:         0.08         s                                       |
1.81/2.01	c 2	============================[ Search Statistics ]==============================
1.81/2.01	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.81/2.01	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.81/2.01	c 2	===============================================================================
1.81/2.01	c 2	|         0 |   12209   171898   491396 |    57299        0    nan |  0.000 % |
1.81/2.07	c 2	|       100 |   12209   171898   491396 |    63029      100      8 |  0.000 % |
1.81/2.11	c 2	|       250 |   12209   171898   491396 |    69332      250      8 |  0.000 % |
1.81/2.14	c 2	|       475 |   12209   171898   491396 |    76265      475      8 |  0.000 % |
1.81/2.19	c 2	|       812 |   12209   171898   491396 |    83891      812      8 |  0.000 % |
2.07/2.23	c 2	|      1319 |   12209   171898   491396 |    92281     1319      8 |  0.000 % |
2.17/2.31	c 2	|      2078 |   12209   171898   491396 |   101509     2078      9 |  0.000 % |
2.27/2.48	c 3	|      3217 |   12209   171898   491396 |   111660     3217     10 |  0.000 % |
2.47/2.68	c 3	|      4925 |   12209   171898   491396 |   122826     4925     10 |  0.000 % |
2.77/2.92	c 3	|      7488 |   12209   171898   491396 |   135108     7488     10 |  0.000 % |
3.07/3.29	c 3	|     11333 |   12209   171898   491396 |   148619    11333     10 |  0.000 % |
3.87/4.09	c 4	|     17099 |   12209   171898   491396 |   163481    17099     11 |  0.000 % |
4.46/4.64	c 5	|     25749 |   12209   171898   491396 |   179829    25749     11 |  0.000 % |
6.05/6.25	c 6	|     38723 |   12209   171898   491396 |   197812    38723     12 |  0.000 % |
9.04/9.24	c 9	|     58185 |   12209   171898   491396 |   217594    58185     12 |  0.000 % |
17.59/17.83	c 18	|     87377 |   12209   171898   491396 |   239353    87377     13 |  0.000 % |
32.63/32.92	c 33	|    131168 |   12209   171898   491396 |   263288   131168     13 |  0.000 % |
67.76/68.28	c 68	|    196852 |   12209   171898   491396 |   289617   196852     14 |  0.000 % |
180.81/181.82	c 182	|    295378 |   12209   171898   491396 |   318579    26016     19 |  0.000 % |
257.95/259.37	c 260	|    443168 |   12209   171898   491396 |   350437   173806     17 |  0.000 % |
635.14/638.36	c 639	|    664852 |   12209   171898   491396 |   385481    66062     20 |  0.000 % |
1045.39/1050.58	c 1051	|    997377 |   12209   171898   491396 |   424029    34089     17 |  0.000 % |
1800.07/1805.71	c 1806	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1805.71	c 1806	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.07/1805.72	c ERROR INTERRUPTED
1800.07/1805.72	s UNKNOWN
1800.07/1805.72	c 1806	CPU 1.82 (0.06 0.01 1.62 0.13)
1800.07/1805.72	c 1806	END Sun Jul 12 08:49:43 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-2084755-1247379577/watcher-2084755-1247379577 -o /tmp/evaluation-result-2084755-1247379577/solver-2084755-1247379577 -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-2084755-1247379577.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.06 2.14 4/72 25673
/proc/meminfo: memFree=1923104/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=18576 CPUtime=0
/proc/25673/stat : 25673 (runsolver) R 25671 25673 25536 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 25023869 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 221780700455 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25673/statm: 4644 284 249 26 0 2626 0

[startup+0.118419 s]
/proc/loadavg: 2.08 2.06 2.14 4/72 25673
/proc/meminfo: memFree=1923104/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=0.06
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 25023869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25673/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201424 s]
/proc/loadavg: 2.08 2.06 2.14 4/72 25673
/proc/meminfo: memFree=1923104/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=0.06
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 25023869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25673/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30143 s]
/proc/loadavg: 2.08 2.06 2.14 4/72 25673
/proc/meminfo: memFree=1923104/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=0.06
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 25023869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25673/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701456 s]
/proc/loadavg: 2.08 2.06 2.14 4/72 25673
/proc/meminfo: memFree=1923104/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=0.62
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1292 7086 0 1 5 1 51 5 16 0 1 0 25023869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25673/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 16868

[startup+1.5015 s]
/proc/loadavg: 2.08 2.06 2.14 3/83 25695
/proc/meminfo: memFree=1907720/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=0.63
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1310 7086 0 1 6 1 51 5 15 0 1 0 25023869 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25673/statm: 4217 1111 409 3 0 796 0
[pid=25686] ppid=25673 vsize=5356 CPUtime=0
/proc/25686/stat : 25686 (sh) S 25673 25673 25536 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25023935 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25686/statm: 1339 233 193 169 0 50 0
[pid=25687] ppid=25686 vsize=868676 CPUtime=0.82
/proc/25687/stat : 25687 (java) S 25686 25673 25536 0 -1 0 7764 0 1 0 77 5 0 0 18 0 9 0 25023935 889524224 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25687/statm: 217169 6971 2590 9 0 211646 0
[pid=25687/tid=25688] ppid=25686 vsize=868676 CPUtime=0.45
/proc/25687/task/25688/stat : 25688 (java) R 25686 25673 25536 0 -1 64 2742 0 1 0 43 2 0 0 23 0 9 0 25023936 889524224 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4126899425 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25689] ppid=25686 vsize=868676 CPUtime=0.14
/proc/25687/task/25689/stat : 25689 (java) S 25686 25673 25536 0 -1 64 2824 0 0 0 14 0 0 0 16 0 9 0 25023937 889524224 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25690] ppid=25686 vsize=868676 CPUtime=0
/proc/25687/task/25690/stat : 25690 (java) S 25686 25673 25536 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25023938 889524224 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25691] ppid=25686 vsize=868676 CPUtime=0
/proc/25687/task/25691/stat : 25691 (java) S 25686 25673 25536 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25023938 889524224 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25692] ppid=25686 vsize=868676 CPUtime=0
/proc/25687/task/25692/stat : 25692 (java) S 25686 25673 25536 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25023940 889524224 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25693] ppid=25686 vsize=868676 CPUtime=0.19
/proc/25687/task/25693/stat : 25693 (java) S 25686 25673 25536 0 -1 64 1500 0 0 0 19 0 0 0 16 0 9 0 25023940 889524224 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25694] ppid=25686 vsize=868676 CPUtime=0
/proc/25687/task/25694/stat : 25694 (java) S 25686 25673 25536 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25023940 889524224 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25687/tid=25695] ppid=25686 vsize=868676 CPUtime=0
/proc/25687/task/25695/stat : 25695 (java) S 25686 25673 25536 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25023940 889524224 6971 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 890900

[startup+3.10161 s]
/proc/loadavg: 2.08 2.06 2.14 3/75 25697
/proc/meminfo: memFree=1907272/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=1.81
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1376 15260 0 2 6 1 162 12 15 0 1 0 25023869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25673/statm: 4217 1113 409 3 0 796 0
[pid=25696] ppid=25673 vsize=5356 CPUtime=0
/proc/25696/stat : 25696 (sh) S 25673 25673 25536 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25024061 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25696/statm: 1339 232 193 169 0 50 0
[pid=25697] ppid=25696 vsize=10996 CPUtime=1.16
/proc/25697/stat : 25697 (minisat) R 25696 25673 25536 0 -1 4194304 2585 0 0 0 116 0 0 0 25 0 1 0 25024061 11259904 2571 996147200 134512640 135127466 4294956256 18446744073709551615 134530809 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 2749 2571 76 150 0 2596 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 33220

[startup+6.30281 s]
/proc/loadavg: 2.07 2.06 2.14 3/75 25697
/proc/meminfo: memFree=1904584/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=1.81
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1376 15260 0 2 6 1 162 12 16 0 1 0 25023869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25673/statm: 4217 1113 409 3 0 796 0
[pid=25696] ppid=25673 vsize=5356 CPUtime=0
/proc/25696/stat : 25696 (sh) S 25673 25673 25536 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25024061 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25696/statm: 1339 232 193 169 0 50 0
[pid=25697] ppid=25696 vsize=13560 CPUtime=4.34
/proc/25697/stat : 25697 (minisat) R 25696 25673 25536 0 -1 4194304 3238 0 0 0 433 1 0 0 25 0 1 0 25024061 13885440 3224 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 3390 3224 76 150 0 3237 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 35784

[startup+12.7012 s]
/proc/loadavg: 2.07 2.06 2.14 3/75 25697
/proc/meminfo: memFree=1900616/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=1.81
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1376 15260 0 2 6 1 162 12 16 0 1 0 25023869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25673/statm: 4217 1113 409 3 0 796 0
[pid=25696] ppid=25673 vsize=5356 CPUtime=0
/proc/25696/stat : 25696 (sh) S 25673 25673 25536 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25024061 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25696/statm: 1339 232 193 169 0 50 0
[pid=25697] ppid=25696 vsize=17092 CPUtime=10.71
/proc/25697/stat : 25697 (minisat) R 25696 25673 25536 0 -1 4194304 4096 0 0 0 1069 2 0 0 25 0 1 0 25024061 17502208 4082 996147200 134512640 135127466 4294956256 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 4273 4082 76 150 0 4120 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 39316

[startup+25.503 s]
/proc/loadavg: 2.05 2.06 2.13 3/75 25697
/proc/meminfo: memFree=1897352/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=1.81
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1376 15260 0 2 6 1 162 12 16 0 1 0 25023869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25673/statm: 4217 1113 409 3 0 796 0
[pid=25696] ppid=25673 vsize=5356 CPUtime=0
/proc/25696/stat : 25696 (sh) S 25673 25673 25536 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25024061 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25696/statm: 1339 232 193 169 0 50 0
[pid=25697] ppid=25696 vsize=20456 CPUtime=23.45
/proc/25697/stat : 25697 (minisat) R 25696 25673 25536 0 -1 4194304 4934 0 0 0 2342 3 0 0 25 0 1 0 25024061 20946944 4920 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 5114 4920 76 150 0 4961 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 42680

[startup+51.1026 s]
/proc/loadavg: 2.03 2.05 2.13 3/75 25697
/proc/meminfo: memFree=1892104/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=1.81
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1376 15260 0 2 6 1 162 12 16 0 1 0 25023869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25673/statm: 4217 1113 409 3 0 796 0
[pid=25696] ppid=25673 vsize=5356 CPUtime=0
/proc/25696/stat : 25696 (sh) S 25673 25673 25536 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25024061 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25696/statm: 1339 232 193 169 0 50 0
[pid=25697] ppid=25696 vsize=25844 CPUtime=48.93
/proc/25697/stat : 25697 (minisat) R 25696 25673 25536 0 -1 4194304 6263 0 0 0 4889 4 0 0 25 0 1 0 25024061 26464256 6249 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 6461 6249 76 150 0 6308 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 48068

[startup+102.303 s]
/proc/loadavg: 2.01 2.04 2.12 3/75 25697
/proc/meminfo: memFree=1884296/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=1.81
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1376 15260 0 2 6 1 162 12 16 0 1 0 25023869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25673/statm: 4217 1113 409 3 0 796 0
[pid=25696] ppid=25673 vsize=5356 CPUtime=0
/proc/25696/stat : 25696 (sh) S 25673 25673 25536 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25024061 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25696/statm: 1339 232 193 169 0 50 0
[pid=25697] ppid=25696 vsize=33728 CPUtime=99.89
/proc/25697/stat : 25697 (minisat) R 25696 25673 25536 0 -1 4194304 8178 0 0 0 9983 6 0 0 25 0 1 0 25024061 34537472 8164 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 8432 8164 76 150 0 8279 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 55952

[startup+162.303 s]
/proc/loadavg: 2.00 2.03 2.11 3/75 25697
/proc/meminfo: memFree=1879816/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=1.81
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1376 15260 0 2 6 1 162 12 16 0 1 0 25023869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25673/statm: 4217 1113 409 3 0 796 0
[pid=25696] ppid=25673 vsize=5356 CPUtime=0
/proc/25696/stat : 25696 (sh) S 25673 25673 25536 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25024061 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25696/statm: 1339 232 193 169 0 50 0
[pid=25697] ppid=25696 vsize=38176 CPUtime=159.6
/proc/25697/stat : 25697 (minisat) R 25696 25673 25536 0 -1 4194304 9293 0 0 0 15953 7 0 0 25 0 1 0 25024061 39092224 9279 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25697/statm: 9544 9279 76 150 0 9391 0
Current children cumulated CPU time (s) 161.41
Current children cumulated vsize (KiB) 60400

[startup+222.307 s]
/proc/loadavg: 2.00 2.02 2.09 3/75 25697
/proc/meminfo: memFree=1878792/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=1.81
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1376 15260 0 2 6 1 162 12 16 0 1 0 25023869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25673/statm: 4217 1113 409 3 0 796 0
[pid=25696] ppid=25673 vsize=5356 CPUtime=0
/proc/25696/stat : 25696 (sh) S 25673 25673 25536 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25024061 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25696/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1669928/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=1.81
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1376 15260 0 2 6 1 162 12 16 0 1 0 25023869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25673/statm: 4217 1113 409 3 0 796 0
[pid=25696] ppid=25673 vsize=5356 CPUtime=0
/proc/25696/stat : 25696 (sh) S 25673 25673 25536 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25024061 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25696/statm: 1339 232 193 169 0 50 0
[pid=25697] ppid=25696 vsize=63412 CPUtime=1295.16
/proc/25697/stat : 25697 (minisat) R 25696 25673 25536 0 -1 4194304 15336 0 0 0 129502 14 0 0 25 0 1 0 25024061 64933888 15322 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25697/statm: 15853 15322 76 150 0 15700 0
Current children cumulated CPU time (s) 1296.97
Current children cumulated vsize (KiB) 85636

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25737
/proc/meminfo: memFree=1669224/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=1.81
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1376 15260 0 2 6 1 162 12 16 0 1 0 25023869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25673/statm: 4217 1113 409 3 0 796 0
[pid=25696] ppid=25673 vsize=5356 CPUtime=0
/proc/25696/stat : 25696 (sh) S 25673 25673 25536 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25024061 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25696/statm: 1339 232 193 169 0 50 0
[pid=25697] ppid=25696 vsize=63952 CPUtime=1355.06
/proc/25697/stat : 25697 (minisat) R 25696 25673 25536 0 -1 4194304 15478 0 0 0 135492 14 0 0 25 0 1 0 25024061 65486848 15464 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25697/statm: 15988 15464 76 150 0 15835 0
Current children cumulated CPU time (s) 1356.87
Current children cumulated vsize (KiB) 86176

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25737
/proc/meminfo: memFree=1644264/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=1.81
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1376 15260 0 2 6 1 162 12 16 0 1 0 25023869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25673/statm: 4217 1113 409 3 0 796 0
[pid=25696] ppid=25673 vsize=5356 CPUtime=0
/proc/25696/stat : 25696 (sh) S 25673 25673 25536 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25024061 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25696/statm: 1339 232 193 169 0 50 0
[pid=25697] ppid=25696 vsize=65348 CPUtime=1415.03
/proc/25697/stat : 25697 (minisat) R 25696 25673 25536 0 -1 4194304 15743 0 0 0 141489 14 0 0 25 0 1 0 25024061 66916352 15729 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25697/statm: 16337 15729 76 150 0 16184 0
Current children cumulated CPU time (s) 1416.84
Current children cumulated vsize (KiB) 87572

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25737
/proc/meminfo: memFree=1619944/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=1.81
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1376 15260 0 2 6 1 162 12 16 0 1 0 25023869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25673/statm: 4217 1113 409 3 0 796 0
[pid=25696] ppid=25673 vsize=5356 CPUtime=0
/proc/25696/stat : 25696 (sh) S 25673 25673 25536 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25024061 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25696/statm: 1339 232 193 169 0 50 0
[pid=25697] ppid=25696 vsize=66000 CPUtime=1475.01
/proc/25697/stat : 25697 (minisat) R 25696 25673 25536 0 -1 4194304 15880 0 0 0 147487 14 0 0 25 0 1 0 25024061 67584000 15866 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25697/statm: 16500 15866 76 150 0 16347 0
Current children cumulated CPU time (s) 1476.82
Current children cumulated vsize (KiB) 88224

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25737
/proc/meminfo: memFree=1618984/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=1.81
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1376 15260 0 2 6 1 162 12 16 0 1 0 25023869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25673/statm: 4217 1113 409 3 0 796 0
[pid=25696] ppid=25673 vsize=5356 CPUtime=0
/proc/25696/stat : 25696 (sh) S 25673 25673 25536 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25024061 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25696/statm: 1339 232 193 169 0 50 0
[pid=25697] ppid=25696 vsize=66920 CPUtime=1534.99
/proc/25697/stat : 25697 (minisat) R 25696 25673 25536 0 -1 4194304 16104 0 0 0 153484 15 0 0 25 0 1 0 25024061 68526080 16090 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25697/statm: 16730 16090 76 150 0 16577 0
Current children cumulated CPU time (s) 1536.8
Current children cumulated vsize (KiB) 89144

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25737
/proc/meminfo: memFree=1593832/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=1.81
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1376 15260 0 2 6 1 162 12 16 0 1 0 25023869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25673/statm: 4217 1113 409 3 0 796 0
[pid=25696] ppid=25673 vsize=5356 CPUtime=0
/proc/25696/stat : 25696 (sh) S 25673 25673 25536 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25024061 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25696/statm: 1339 232 193 169 0 50 0
[pid=25697] ppid=25696 vsize=67820 CPUtime=1594.96
/proc/25697/stat : 25697 (minisat) R 25696 25673 25536 0 -1 4194304 16335 0 0 0 159481 15 0 0 25 0 1 0 25024061 69447680 16321 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25697/statm: 16955 16321 76 150 0 16802 0
Current children cumulated CPU time (s) 1596.77
Current children cumulated vsize (KiB) 90044

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25737
/proc/meminfo: memFree=1593256/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=1.81
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1376 15260 0 2 6 1 162 12 16 0 1 0 25023869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25673/statm: 4217 1113 409 3 0 796 0
[pid=25696] ppid=25673 vsize=5356 CPUtime=0
/proc/25696/stat : 25696 (sh) S 25673 25673 25536 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25024061 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25696/statm: 1339 232 193 169 0 50 0
[pid=25697] ppid=25696 vsize=68308 CPUtime=1654.94
/proc/25697/stat : 25697 (minisat) R 25696 25673 25536 0 -1 4194304 16445 0 0 0 165479 15 0 0 25 0 1 0 25024061 69947392 16431 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25697/statm: 17077 16431 76 150 0 16924 0
Current children cumulated CPU time (s) 1656.75
Current children cumulated vsize (KiB) 90532

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25737
/proc/meminfo: memFree=1592680/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=1.81
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1376 15260 0 2 6 1 162 12 16 0 1 0 25023869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25673/statm: 4217 1113 409 3 0 796 0
[pid=25696] ppid=25673 vsize=5356 CPUtime=0
/proc/25696/stat : 25696 (sh) S 25673 25673 25536 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25024061 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25696/statm: 1339 232 193 169 0 50 0
[pid=25697] ppid=25696 vsize=68712 CPUtime=1714.92
/proc/25697/stat : 25697 (minisat) R 25696 25673 25536 0 -1 4194304 16538 0 0 0 171477 15 0 0 25 0 1 0 25024061 70361088 16524 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25697/statm: 17178 16524 76 150 0 17025 0
Current children cumulated CPU time (s) 1716.73
Current children cumulated vsize (KiB) 90936

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25737
/proc/meminfo: memFree=1569192/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=1.81
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1376 15260 0 2 6 1 162 12 16 0 1 0 25023869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25673/statm: 4217 1113 409 3 0 796 0
[pid=25696] ppid=25673 vsize=5356 CPUtime=0
/proc/25696/stat : 25696 (sh) S 25673 25673 25536 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25024061 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25696/statm: 1339 232 193 169 0 50 0
[pid=25697] ppid=25696 vsize=69236 CPUtime=1774.86
/proc/25697/stat : 25697 (minisat) R 25696 25673 25536 0 -1 4194304 16650 0 0 0 177470 16 0 0 25 0 1 0 25024061 70897664 16636 996147200 134512640 135127466 4294956256 18446744073709551615 134523542 0 0 4096 3 0 0 0 17 0 0 0
/proc/25697/statm: 17309 16636 76 150 0 17156 0
Current children cumulated CPU time (s) 1776.67
Current children cumulated vsize (KiB) 91460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25737
/proc/meminfo: memFree=1569192/2055920 swapFree=4191900/4192956
[pid=25673] ppid=25671 vsize=16868 CPUtime=1.81
/proc/25673/stat : 25673 (sugar) S 25671 25673 25536 0 -1 4194304 1376 15260 0 2 6 1 162 12 16 0 1 0 25023869 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25673/statm: 4217 1113 409 3 0 796 0
[pid=25696] ppid=25673 vsize=5356 CPUtime=0
/proc/25696/stat : 25696 (sh) S 25673 25673 25536 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25024061 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25696/statm: 1339 232 193 169 0 50 0
[pid=25697] ppid=25696 vsize=69236 CPUtime=1798.26
/proc/25697/stat : 25697 (minisat) R 25696 25673 25536 0 -1 4194304 16650 0 0 0 179810 16 0 0 25 0 1 0 25024061 70897664 16636 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/25697/statm: 17309 16636 76 150 0 17156 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 91460

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 25673 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=691742
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=154976
# CPU time returned by wait4() is 1.84672
# 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): 1805.72
CPU time (s): 1800.07
CPU user time (s): 1799.78
CPU system time (s): 0.29
CPU usage (%): 99.687
Max. virtual memory (cumulated for all children) (KiB): 890900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.69174
system time used= 0.154976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17101
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= 2812
involuntary context switches= 2727

runsolver used 2.20366 second user time and 6.01609 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 08:19:37
IDJOB=2084755
IDBENCH=58121
IDSOLVER=739
FILE ID=node29/2084755-1247379577
PBS_JOBID= 9507236
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/zeroin/normalized-zeroin-i-1-20.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-2084755-1247379577/watcher-2084755-1247379577 -o /tmp/evaluation-result-2084755-1247379577/solver-2084755-1247379577 -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-2084755-1247379577.xml

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

MD5SUM BENCH= 5a658ecce9751df456415fcf4c35a839
RANDOM SEED=2073400700

node29.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.225
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.225
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:       1923584 kB
Buffers:          3940 kB
Cached:          56912 kB
SwapCached:          8 kB
Active:          58736 kB
Inactive:        23640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1923584 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2204 kB
Writeback:           0 kB
Mapped:          32712 kB
Slab:            35232 kB
Committed_AS:   197852 kB
PageTables:       1848 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= 66376 MiB
End job on node29 at 2009-07-12 08:49:45