Trace number 2080630

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.03 1817.27

General information on the benchmark

Namecsp/knights/
normalized-knights-50-25.xml
MD5SUM6094f58e403d75120e0b4306e300bfb0
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 benchmark70.0993
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size2500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension300
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:45:40 2009
0.00/0.08	c 0	PID 23407
0.07/0.08	c 0	HOST node56.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2080630-1247370340.xml TO HOME/temp.csp
0.07/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-2080630-1247370340.xml' 'HOME/temp.csp'
0.07/0.40	c 0	1 domains, 25 variables, 2 predicates, 0 relations, 300 constraints
0.07/0.47	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.47	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.42/0.55	c 0	Parsing HOME/temp.csp
0.42/0.59	c 0	parsed 328 expressions
0.42/0.60	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.60	c 0	Converting to clausal form CSP
0.42/0.64	c 0	converted 33 (10%) expressions
0.42/0.67	c 0	converted 66 (20%) expressions
0.42/0.69	c 0	converted 99 (30%) expressions
0.42/0.71	c 1	converted 132 (40%) expressions
0.42/0.72	c 1	converted 164 (50%) expressions
0.42/0.80	c 1	converted 197 (60%) expressions
0.42/0.81	c 1	converted 230 (70%) expressions
0.42/0.82	c 1	converted 263 (80%) expressions
0.42/0.83	c 1	converted 296 (90%) expressions
0.42/0.85	c 1	converted 328 (100%) expressions
0.42/0.85	c 1	CSP : 125 integers, 50 booleans, 700 clauses, largest domain size 2500
0.42/0.85	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.85	c 1	Propagation in CSP
0.42/0.86	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.42/0.86	c 1	CSP : 125 integers, 50 booleans, 700 clauses, largest domain size 2500
0.42/0.86	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.86	c 1	Simplifing CSP by introducing new Boolean variables
0.42/0.88	c 1	CSP : 125 integers, 800 booleans, 1450 clauses, largest domain size 2500
0.42/0.88	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.91	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.42/0.97	c 1	13 (10%) CSP integer variables are encoded (32474 clauses, 464974 bytes)
0.93/1.01	c 1	25 (20%) CSP integer variables are encoded (62450 clauses, 914614 bytes)
0.93/1.01	c 1	38 (30%) CSP integer variables are encoded (63074 clauses, 923974 bytes)
0.93/1.02	c 1	50 (40%) CSP integer variables are encoded (63650 clauses, 932614 bytes)
0.93/1.02	c 1	63 (50%) CSP integer variables are encoded (64274 clauses, 941974 bytes)
0.93/1.02	c 1	75 (60%) CSP integer variables are encoded (64850 clauses, 950614 bytes)
0.93/1.02	c 1	88 (70%) CSP integer variables are encoded (65474 clauses, 959974 bytes)
0.93/1.02	c 1	100 (80%) CSP integer variables are encoded (66050 clauses, 968614 bytes)
0.93/1.02	c 1	113 (90%) CSP integer variables are encoded (66674 clauses, 977974 bytes)
0.93/1.02	c 1	125 (100%) CSP integer variables are encoded (67250 clauses, 986614 bytes)
1.22/1.33	c 1	145 (10%) CSP clauses are encoded (219599 clauses, 4103930 bytes)
1.62/1.75	c 2	290 (20%) CSP clauses are encoded (430416 clauses, 8517956 bytes)
2.01/2.11	c 2	435 (30%) CSP clauses are encoded (612001 clauses, 12381402 bytes)
2.31/2.46	c 2	580 (40%) CSP clauses are encoded (791087 clauses, 16304835 bytes)
2.70/2.91	c 3	725 (50%) CSP clauses are encoded (970173 clauses, 20228328 bytes)
3.00/3.26	c 3	870 (60%) CSP clauses are encoded (1151758 clauses, 24206794 bytes)
3.39/3.60	c 3	1015 (70%) CSP clauses are encoded (1330843 clauses, 28129592 bytes)
3.58/3.89	c 4	1160 (80%) CSP clauses are encoded (1480698 clauses, 31403294 bytes)
3.89/4.17	c 4	1305 (90%) CSP clauses are encoded (1628096 clauses, 34614788 bytes)
4.09/4.34	c 4	1450 (100%) CSP clauses are encoded (1711950 clauses, 36436026 bytes)
4.09/4.34	c 4	1450 CSP clauses encoded
4.09/4.34	c 4	Writing map file : HOME/temp.map
4.09/4.34	c 4	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.09/4.34	c 4	SAT : 68175 SAT variables, 1711950 SAT clauses, 36436026 bytes
4.09/4.34	c 4	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.09/4.39	c 4	SOLVING HOME/temp.cnf
4.09/4.39	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.09/4.39	c 4	This is MiniSat 2.0 beta
4.09/4.39	c 4	WARNING: for repeatability, setting FPU to use double precision
4.09/4.39	c 4	============================[ Problem Statistics ]=============================
4.09/4.39	c 4	|                                                                             |
4.09/4.39	c 4	|  Number of variables:  68175                                                |
4.09/4.39	c 4	|  Number of clauses:    1711950                                              |
4.14/5.34	c 5	|  Parsing time:         0.81         s                                       |
4.14/5.39	c 5	============================[ Search Statistics ]==============================
4.14/5.39	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.14/5.39	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.14/5.39	c 5	===============================================================================
4.14/5.39	c 5	|         0 |   68175  1711950  5057000 |   570650        0    nan |  0.000 % |
5.62/5.94	c 6	|       100 |   68175  1711950  5057000 |   627715      100      9 |  0.000 % |
6.30/6.67	c 6	|       250 |   68175  1711950  5057000 |   690486      250     12 |  0.000 % |
7.00/7.34	c 7	|       475 |   68175  1711950  5057000 |   759535      475     13 |  0.000 % |
7.89/8.22	c 8	|       812 |   68175  1711950  5057000 |   835488      812     14 |  0.000 % |
9.18/9.57	c 9	|      1318 |   68175  1711950  5057000 |   919037     1318     15 |  0.000 % |
11.25/11.68	c 11	|      2078 |   68175  1711950  5057000 |  1010941     2078     15 |  0.000 % |
13.53/13.93	c 14	|      3218 |   68175  1711950  5057000 |  1112035     3218     17 |  0.000 % |
19.86/20.35	c 20	|      4927 |   68175  1711950  5057000 |  1223238     4927     20 |  0.000 % |
27.59/28.10	c 28	|      7489 |   68175  1711950  5057000 |  1345562     7489     20 |  0.000 % |
42.55/43.20	c 43	|     11334 |   68175  1711950  5057000 |  1480119    11334     22 |  0.000 % |
57.31/58.16	c 58	|     17101 |   68175  1711950  5057000 |  1628131    17101     23 |  0.000 % |
116.22/117.67	c 117	|     25750 |   68175  1711950  5057000 |  1790944    25750     27 |  0.000 % |
154.56/156.37	c 156	|     38724 |   68175  1711950  5057000 |  1970038    38724     28 |  0.000 % |
214.69/217.05	c 217	|     58185 |   68175  1711950  5057000 |  2167042    58185     29 |  0.000 % |
452.52/457.13	c 457	|     87377 |   68175  1711950  5057000 |  2383746    87377     30 |  0.000 % |
579.13/584.95	c 585	|    131166 |   68175  1711950  5057000 |  2622121   131166     35 |  0.000 % |
661.45/668.03	c 668	|    196851 |   68175  1711950  5057000 |  2884333   196851     37 |  0.000 % |
1181.96/1193.17	c 1193	|    295377 |   68175  1711950  5057000 |  3172766   295377     39 |  0.000 % |
1394.50/1407.76	c 1408	|    443167 |   68175  1711950  5057000 |  3490043   443167     38 |  0.000 % |
1800.03/1817.22	c ERROR INTERRUPTED
1800.03/1817.24	s UNKNOWN
1800.03/1817.24	c 1817	CPU 4.14 (0.06 0.01 3.7 0.37)
1800.03/1817.24	c 1817	END Sun Jul 12 06:15:57 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-2080630-1247370340/watcher-2080630-1247370340 -o /tmp/evaluation-result-2080630-1247370340/solver-2080630-1247370340 -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-2080630-1247370340.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.00 2.01 2.01 4/73 23407
/proc/meminfo: memFree=1506808/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=12268 CPUtime=0
/proc/23407/stat : 23407 (sugar) R 23405 23407 22322 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24097292 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 250977762302 0 0 4224 0 0 0 0 17 1 0 0
/proc/23407/statm: 3067 316 241 3 0 167 0

[startup+0.0838669 s]
/proc/loadavg: 2.00 2.01 2.01 4/73 23407
/proc/meminfo: memFree=1506808/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=16740 CPUtime=0.07
/proc/23407/stat : 23407 (sugar) S 23405 23407 22322 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 24097292 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23407/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.10205 s]
/proc/loadavg: 2.00 2.01 2.01 4/73 23407
/proc/meminfo: memFree=1506808/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=16868 CPUtime=0.07
/proc/23407/stat : 23407 (sugar) S 23405 23407 22322 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24097292 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23407/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301064 s]
/proc/loadavg: 2.00 2.01 2.01 4/73 23407
/proc/meminfo: memFree=1506808/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=16868 CPUtime=0.07
/proc/23407/stat : 23407 (sugar) S 23405 23407 22322 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24097292 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23407/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701103 s]
/proc/loadavg: 2.00 2.01 2.01 4/73 23407
/proc/meminfo: memFree=1506808/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=16868 CPUtime=0.42
/proc/23407/stat : 23407 (sugar) S 23405 23407 22322 0 -1 4194304 1309 4543 0 1 6 1 32 3 15 0 1 0 24097292 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23407/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16868

[startup+1.50118 s]
/proc/loadavg: 2.00 2.01 2.01 3/84 23429
/proc/meminfo: memFree=1490720/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=16868 CPUtime=0.42
/proc/23407/stat : 23407 (sugar) S 23405 23407 22322 0 -1 4194304 1310 4543 0 1 6 1 32 3 15 0 1 0 24097292 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23407/statm: 4217 1111 409 3 0 796 0
[pid=23420] ppid=23407 vsize=5356 CPUtime=0
/proc/23420/stat : 23420 (sh) S 23407 23407 22322 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24097340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23420/statm: 1339 233 193 169 0 50 0
[pid=23421] ppid=23420 vsize=868572 CPUtime=0.99
/proc/23421/stat : 23421 (java) S 23420 23407 22322 0 -1 0 6480 0 1 0 91 8 0 0 18 0 9 0 24097340 889417728 5557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23421/statm: 217143 5557 2589 9 0 211620 0
[pid=23421/tid=23422] ppid=23420 vsize=868572 CPUtime=0.74
/proc/23421/task/23422/stat : 23422 (java) R 23420 23407 22322 0 -1 64 2872 0 1 0 69 5 0 0 22 0 9 0 24097341 889417728 5557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23421/tid=23423] ppid=23420 vsize=868572 CPUtime=0.07
/proc/23421/task/23423/stat : 23423 (java) S 23420 23407 22322 0 -1 64 1432 0 0 0 6 1 0 0 16 0 9 0 24097342 889417728 5557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23421/tid=23424] ppid=23420 vsize=868572 CPUtime=0
/proc/23421/task/23424/stat : 23424 (java) S 23420 23407 22322 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24097342 889417728 5557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23421/tid=23425] ppid=23420 vsize=868572 CPUtime=0
/proc/23421/task/23425/stat : 23425 (java) S 23420 23407 22322 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24097342 889417728 5557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23421/tid=23426] ppid=23420 vsize=868572 CPUtime=0
/proc/23421/task/23426/stat : 23426 (java) S 23420 23407 22322 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24097344 889417728 5557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23421/tid=23427] ppid=23420 vsize=868572 CPUtime=0.15
/proc/23421/task/23427/stat : 23427 (java) S 23420 23407 22322 0 -1 64 1477 0 0 0 15 0 0 0 16 0 9 0 24097344 889417728 5557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23421/tid=23428] ppid=23420 vsize=868572 CPUtime=0
/proc/23421/task/23428/stat : 23428 (java) S 23420 23407 22322 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24097344 889417728 5557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23421/tid=23429] ppid=23420 vsize=868572 CPUtime=0
/proc/23421/task/23429/stat : 23429 (java) S 23420 23407 22322 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24097344 889417728 5557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890796

[startup+3.10234 s]
/proc/loadavg: 2.00 2.01 2.01 3/84 23429
/proc/meminfo: memFree=1478688/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=16868 CPUtime=0.42
/proc/23407/stat : 23407 (sugar) S 23405 23407 22322 0 -1 4194304 1310 4543 0 1 6 1 32 3 15 0 1 0 24097292 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23407/statm: 4217 1111 409 3 0 796 0
[pid=23420] ppid=23407 vsize=5356 CPUtime=0
/proc/23420/stat : 23420 (sh) S 23407 23407 22322 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24097340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23420/statm: 1339 233 193 169 0 50 0
[pid=23421] ppid=23420 vsize=868572 CPUtime=2.48
/proc/23421/stat : 23421 (java) S 23420 23407 22322 0 -1 0 6935 0 1 0 225 23 0 0 18 0 9 0 24097340 889417728 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23421/statm: 217143 5567 2589 9 0 211620 0
[pid=23421/tid=23422] ppid=23420 vsize=868572 CPUtime=2.08
/proc/23421/task/23422/stat : 23422 (java) R 23420 23407 22322 0 -1 64 3317 0 1 0 191 17 0 0 25 0 9 0 24097341 889417728 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23421/tid=23423] ppid=23420 vsize=868572 CPUtime=0.18
/proc/23421/task/23423/stat : 23423 (java) S 23420 23407 22322 0 -1 64 1432 0 0 0 14 4 0 0 16 0 9 0 24097342 889417728 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23421/tid=23424] ppid=23420 vsize=868572 CPUtime=0
/proc/23421/task/23424/stat : 23424 (java) S 23420 23407 22322 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24097342 889417728 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23421/tid=23425] ppid=23420 vsize=868572 CPUtime=0
/proc/23421/task/23425/stat : 23425 (java) S 23420 23407 22322 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24097342 889417728 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23421/tid=23426] ppid=23420 vsize=868572 CPUtime=0
/proc/23421/task/23426/stat : 23426 (java) S 23420 23407 22322 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24097344 889417728 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23421/tid=23427] ppid=23420 vsize=868572 CPUtime=0.18
/proc/23421/task/23427/stat : 23427 (java) S 23420 23407 22322 0 -1 64 1487 0 0 0 18 0 0 0 16 0 9 0 24097344 889417728 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23421/tid=23428] ppid=23420 vsize=868572 CPUtime=0
/proc/23421/task/23428/stat : 23428 (java) S 23420 23407 22322 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24097344 889417728 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23421/tid=23429] ppid=23420 vsize=868572 CPUtime=0
/proc/23421/task/23429/stat : 23429 (java) S 23420 23407 22322 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24097344 889417728 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 890796

[startup+6.30265 s]
/proc/loadavg: 2.08 2.03 2.02 3/76 23431
/proc/meminfo: memFree=1397984/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=16868 CPUtime=4.14
/proc/23407/stat : 23407 (sugar) S 23405 23407 22322 0 -1 4194304 1374 12153 0 2 6 1 370 37 15 0 1 0 24097292 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23407/statm: 4217 1112 409 3 0 796 0
[pid=23430] ppid=23407 vsize=5356 CPUtime=0
/proc/23430/stat : 23430 (sh) S 23407 23407 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24097731 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23430/statm: 1339 232 193 169 0 50 0
[pid=23431] ppid=23430 vsize=81056 CPUtime=1.88
/proc/23431/stat : 23431 (minisat) R 23430 23407 22322 0 -1 4194304 19352 0 0 0 173 15 0 0 25 0 1 0 24097732 83001344 19338 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23431/statm: 20264 19338 75 150 0 20111 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 103280

[startup+12.7013 s]
/proc/loadavg: 2.15 2.04 2.02 3/76 23431
/proc/meminfo: memFree=1388960/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=16868 CPUtime=4.14
/proc/23407/stat : 23407 (sugar) S 23405 23407 22322 0 -1 4194304 1374 12153 0 2 6 1 370 37 16 0 1 0 24097292 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23407/statm: 4217 1112 409 3 0 796 0
[pid=23430] ppid=23407 vsize=5356 CPUtime=0
/proc/23430/stat : 23430 (sh) S 23407 23407 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24097731 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23430/statm: 1339 232 193 169 0 50 0
[pid=23431] ppid=23430 vsize=82040 CPUtime=8.2
/proc/23431/stat : 23431 (minisat) R 23430 23407 22322 0 -1 4194304 19573 0 0 0 803 17 0 0 25 0 1 0 24097732 84008960 19559 996147200 134512640 135127466 4294956256 18446744073709551615 134531107 0 0 4096 3 0 0 0 17 1 0 0
/proc/23431/statm: 20510 19559 75 150 0 20357 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 104264

[startup+25.5015 s]
/proc/loadavg: 2.12 2.04 2.02 3/76 23431
/proc/meminfo: memFree=1389152/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=16868 CPUtime=4.14
/proc/23407/stat : 23407 (sugar) S 23405 23407 22322 0 -1 4194304 1374 12153 0 2 6 1 370 37 16 0 1 0 24097292 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23407/statm: 4217 1112 409 3 0 796 0
[pid=23430] ppid=23407 vsize=5356 CPUtime=0
/proc/23430/stat : 23430 (sh) S 23407 23407 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24097731 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23430/statm: 1339 232 193 169 0 50 0
[pid=23431] ppid=23430 vsize=82040 CPUtime=20.88
/proc/23431/stat : 23431 (minisat) R 23430 23407 22322 0 -1 4194304 19578 0 0 0 2071 17 0 0 25 0 1 0 24097732 84008960 19564 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23431/statm: 20510 19564 75 150 0 20357 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 104264

[startup+51.102 s]
/proc/loadavg: 2.08 2.03 2.02 3/76 23431
/proc/meminfo: memFree=1388640/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=16868 CPUtime=4.14
/proc/23407/stat : 23407 (sugar) S 23405 23407 22322 0 -1 4194304 1374 12153 0 2 6 1 370 37 16 0 1 0 24097292 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23407/statm: 4217 1112 409 3 0 796 0
[pid=23430] ppid=23407 vsize=5356 CPUtime=0
/proc/23430/stat : 23430 (sh) S 23407 23407 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24097731 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23430/statm: 1339 232 193 169 0 50 0
[pid=23431] ppid=23430 vsize=82900 CPUtime=46.23
/proc/23431/stat : 23431 (minisat) R 23430 23407 22322 0 -1 4194304 19793 0 0 0 4605 18 0 0 25 0 1 0 24097732 84889600 19779 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/23431/statm: 20725 19779 75 150 0 20572 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 105124

[startup+102.306 s]
/proc/loadavg: 2.03 2.03 2.01 3/76 23431
/proc/meminfo: memFree=1386976/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=16868 CPUtime=4.14
/proc/23407/stat : 23407 (sugar) S 23405 23407 22322 0 -1 4194304 1374 12153 0 2 6 1 370 37 16 0 1 0 24097292 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23407/statm: 4217 1112 409 3 0 796 0
[pid=23430] ppid=23407 vsize=5356 CPUtime=0
/proc/23430/stat : 23430 (sh) S 23407 23407 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24097731 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23430/statm: 1339 232 193 169 0 50 0
[pid=23431] ppid=23430 vsize=84488 CPUtime=96.93
/proc/23431/stat : 23431 (minisat) R 23430 23407 22322 0 -1 4194304 20177 0 0 0 9675 18 0 0 25 0 1 0 24097732 86515712 20163 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23431/statm: 21122 20163 75 150 0 20969 0
Current children cumulated CPU time (s) 101.07
Current children cumulated vsize (KiB) 106712

[startup+162.302 s]
/proc/loadavg: 2.01 2.02 2.01 3/76 23431
/proc/meminfo: memFree=1384096/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=16868 CPUtime=4.14
/proc/23407/stat : 23407 (sugar) S 23405 23407 22322 0 -1 4194304 1374 12153 0 2 6 1 370 37 16 0 1 0 24097292 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23407/statm: 4217 1112 409 3 0 796 0
[pid=23430] ppid=23407 vsize=5356 CPUtime=0
/proc/23430/stat : 23430 (sh) S 23407 23407 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24097731 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1240648/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=16868 CPUtime=4.14
/proc/23407/stat : 23407 (sugar) S 23405 23407 22322 0 -1 4194304 1374 12153 0 2 6 1 370 37 16 0 1 0 24097292 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23407/statm: 4217 1112 409 3 0 796 0
[pid=23430] ppid=23407 vsize=5356 CPUtime=0
/proc/23430/stat : 23430 (sh) S 23407 23407 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24097731 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23430/statm: 1339 232 193 169 0 50 0
[pid=23431] ppid=23430 vsize=150984 CPUtime=1285.97
/proc/23431/stat : 23431 (minisat) R 23430 23407 22322 0 -1 4194304 36663 0 0 0 128557 40 0 0 25 0 1 0 24097732 154607616 36649 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23431/statm: 37746 36649 76 150 0 37593 0
Current children cumulated CPU time (s) 1290.11
Current children cumulated vsize (KiB) 173208

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 23539
/proc/meminfo: memFree=1232776/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=16868 CPUtime=4.14
/proc/23407/stat : 23407 (sugar) S 23405 23407 22322 0 -1 4194304 1374 12153 0 2 6 1 370 37 16 0 1 0 24097292 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23407/statm: 4217 1112 409 3 0 796 0
[pid=23430] ppid=23407 vsize=5356 CPUtime=0
/proc/23430/stat : 23430 (sh) S 23407 23407 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24097731 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23430/statm: 1339 232 193 169 0 50 0
[pid=23431] ppid=23430 vsize=158684 CPUtime=1345.4
/proc/23431/stat : 23431 (minisat) R 23430 23407 22322 0 -1 4194304 38618 0 0 0 134497 43 0 0 25 0 1 0 24097732 162492416 38604 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23431/statm: 39671 38604 76 150 0 39518 0
Current children cumulated CPU time (s) 1349.54
Current children cumulated vsize (KiB) 180908

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 23539
/proc/meminfo: memFree=1226504/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=16868 CPUtime=4.14
/proc/23407/stat : 23407 (sugar) S 23405 23407 22322 0 -1 4194304 1374 12153 0 2 6 1 370 37 16 0 1 0 24097292 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23407/statm: 4217 1112 409 3 0 796 0
[pid=23430] ppid=23407 vsize=5356 CPUtime=0
/proc/23430/stat : 23430 (sh) S 23407 23407 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24097731 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23430/statm: 1339 232 193 169 0 50 0
[pid=23431] ppid=23430 vsize=164852 CPUtime=1404.82
/proc/23431/stat : 23431 (minisat) R 23430 23407 22322 0 -1 4194304 40164 0 0 0 140437 45 0 0 25 0 1 0 24097732 168808448 40150 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/23431/statm: 41213 40150 76 150 0 41060 0
Current children cumulated CPU time (s) 1408.96
Current children cumulated vsize (KiB) 187076

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 23539
/proc/meminfo: memFree=1224776/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=16868 CPUtime=4.14
/proc/23407/stat : 23407 (sugar) S 23405 23407 22322 0 -1 4194304 1374 12153 0 2 6 1 370 37 16 0 1 0 24097292 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23407/statm: 4217 1112 409 3 0 796 0
[pid=23430] ppid=23407 vsize=5356 CPUtime=0
/proc/23430/stat : 23430 (sh) S 23407 23407 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24097731 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23430/statm: 1339 232 193 169 0 50 0
[pid=23431] ppid=23430 vsize=166496 CPUtime=1464.23
/proc/23431/stat : 23431 (minisat) R 23430 23407 22322 0 -1 4194304 40589 0 0 0 146377 46 0 0 25 0 1 0 24097732 170491904 40575 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23431/statm: 41624 40575 76 150 0 41471 0
Current children cumulated CPU time (s) 1468.37
Current children cumulated vsize (KiB) 188720

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 23539
/proc/meminfo: memFree=1222152/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=16868 CPUtime=4.14
/proc/23407/stat : 23407 (sugar) S 23405 23407 22322 0 -1 4194304 1374 12153 0 2 6 1 370 37 16 0 1 0 24097292 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23407/statm: 4217 1112 409 3 0 796 0
[pid=23430] ppid=23407 vsize=5356 CPUtime=0
/proc/23430/stat : 23430 (sh) S 23407 23407 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24097731 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23430/statm: 1339 232 193 169 0 50 0
[pid=23431] ppid=23430 vsize=170112 CPUtime=1523.64
/proc/23431/stat : 23431 (minisat) R 23430 23407 22322 0 -1 4194304 41244 0 0 0 152318 46 0 0 25 0 1 0 24097732 174194688 41230 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23431/statm: 42528 41230 76 150 0 42375 0
Current children cumulated CPU time (s) 1527.78
Current children cumulated vsize (KiB) 192336

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 23539
/proc/meminfo: memFree=1219528/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=16868 CPUtime=4.14
/proc/23407/stat : 23407 (sugar) S 23405 23407 22322 0 -1 4194304 1374 12153 0 2 6 1 370 37 16 0 1 0 24097292 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23407/statm: 4217 1112 409 3 0 796 0
[pid=23430] ppid=23407 vsize=5356 CPUtime=0
/proc/23430/stat : 23430 (sh) S 23407 23407 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24097731 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23430/statm: 1339 232 193 169 0 50 0
[pid=23431] ppid=23430 vsize=172752 CPUtime=1583.07
/proc/23431/stat : 23431 (minisat) R 23430 23407 22322 0 -1 4194304 41914 0 0 0 158260 47 0 0 25 0 1 0 24097732 176898048 41900 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/23431/statm: 43188 41900 76 150 0 43035 0
Current children cumulated CPU time (s) 1587.21
Current children cumulated vsize (KiB) 194976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 23539
/proc/meminfo: memFree=1216776/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=16868 CPUtime=4.14
/proc/23407/stat : 23407 (sugar) S 23405 23407 22322 0 -1 4194304 1374 12153 0 2 6 1 370 37 16 0 1 0 24097292 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23407/statm: 4217 1112 409 3 0 796 0
[pid=23430] ppid=23407 vsize=5356 CPUtime=0
/proc/23430/stat : 23430 (sh) S 23407 23407 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24097731 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23430/statm: 1339 232 193 169 0 50 0
[pid=23431] ppid=23430 vsize=175428 CPUtime=1642.49
/proc/23431/stat : 23431 (minisat) R 23430 23407 22322 0 -1 4194304 42603 0 0 0 164201 48 0 0 25 0 1 0 24097732 179638272 42589 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23431/statm: 43857 42589 76 150 0 43704 0
Current children cumulated CPU time (s) 1646.63
Current children cumulated vsize (KiB) 197652

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 23539
/proc/meminfo: memFree=1213832/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=16868 CPUtime=4.14
/proc/23407/stat : 23407 (sugar) S 23405 23407 22322 0 -1 4194304 1374 12153 0 2 6 1 370 37 16 0 1 0 24097292 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23407/statm: 4217 1112 409 3 0 796 0
[pid=23430] ppid=23407 vsize=5356 CPUtime=0
/proc/23430/stat : 23430 (sh) S 23407 23407 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24097731 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23430/statm: 1339 232 193 169 0 50 0
[pid=23431] ppid=23430 vsize=178260 CPUtime=1701.91
/proc/23431/stat : 23431 (minisat) R 23430 23407 22322 0 -1 4194304 43326 0 0 0 170142 49 0 0 25 0 1 0 24097732 182538240 43312 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23431/statm: 44565 43312 76 150 0 44412 0
Current children cumulated CPU time (s) 1706.05
Current children cumulated vsize (KiB) 200484

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 23539
/proc/meminfo: memFree=1167304/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=16868 CPUtime=4.14
/proc/23407/stat : 23407 (sugar) S 23405 23407 22322 0 -1 4194304 1374 12153 0 2 6 1 370 37 16 0 1 0 24097292 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23407/statm: 4217 1112 409 3 0 796 0
[pid=23430] ppid=23407 vsize=5356 CPUtime=0
/proc/23430/stat : 23430 (sh) S 23407 23407 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24097731 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23430/statm: 1339 232 193 169 0 50 0
[pid=23431] ppid=23430 vsize=180928 CPUtime=1761.33
/proc/23431/stat : 23431 (minisat) R 23430 23407 22322 0 -1 4194304 43994 0 0 0 176083 50 0 0 25 0 1 0 24097732 185270272 43980 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23431/statm: 45232 43980 76 150 0 45079 0
Current children cumulated CPU time (s) 1765.47
Current children cumulated vsize (KiB) 203152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 23539
/proc/meminfo: memFree=1165704/2055920 swapFree=4192952/4192956
[pid=23407] ppid=23405 vsize=16868 CPUtime=4.14
/proc/23407/stat : 23407 (sugar) S 23405 23407 22322 0 -1 4194304 1374 12153 0 2 6 1 370 37 16 0 1 0 24097292 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23407/statm: 4217 1112 409 3 0 796 0
[pid=23430] ppid=23407 vsize=5356 CPUtime=0
/proc/23430/stat : 23430 (sh) S 23407 23407 22322 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24097731 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23430/statm: 1339 232 193 169 0 50 0
[pid=23431] ppid=23430 vsize=182532 CPUtime=1795.89
/proc/23431/stat : 23431 (minisat) R 23430 23407 22322 0 -1 4194304 44381 0 0 0 179539 50 0 0 25 0 1 0 24097732 186912768 44367 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23431/statm: 45633 44367 76 150 0 45480 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 204756

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 23407 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=774426
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=413937
# CPU time returned by wait4() is 4.18836
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.27
CPU time (s): 1800.03
CPU user time (s): 1799.15
CPU system time (s): 0.88
CPU usage (%): 99.0515
Max. virtual memory (cumulated for all children) (KiB): 890796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.77443
system time used= 0.413937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13910
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= 9840
involuntary context switches= 9757

runsolver used 2.02069 second user time and 6.26505 second system time

The end

Launcher Data

Begin job on node56 at 2009-07-12 05:45:40
IDJOB=2080630
IDBENCH=57116
IDSOLVER=739
FILE ID=node56/2080630-1247370340
PBS_JOBID= 9507122
Free space on /tmp= 103048 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/knights/normalized-knights-50-25.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-2080630-1247370340/watcher-2080630-1247370340 -o /tmp/evaluation-result-2080630-1247370340/solver-2080630-1247370340 -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-2080630-1247370340.xml

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

MD5SUM BENCH= 6094f58e403d75120e0b4306e300bfb0
RANDOM SEED=546497989

node56.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.209
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.209
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:       1507288 kB
Buffers:         79168 kB
Cached:         367452 kB
SwapCached:          4 kB
Active:         166888 kB
Inactive:       302708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1507288 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:          34728 kB
Slab:            64356 kB
Committed_AS:   178460 kB
PageTables:       1816 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= 103048 MiB
End job on node56 at 2009-07-12 06:15:59