Trace number 2080707

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 1810.83

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-20.xml
MD5SUMa9dc0248b5bac88ceea300c49a32664c
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 benchmark2.37064
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints3819
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3819
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 05:50:33 2009
0.00/0.07	c 0	PID 22739
0.00/0.07	c 0	HOST node77.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2080707-1247370632.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2080707-1247370632.xml' 'HOME/temp.csp'
0.06/0.59	c 0	1 domains, 400 variables, 4 predicates, 0 relations, 3819 constraints
0.06/0.64	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.64	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.57/0.71	c 0	Parsing HOME/temp.csp
0.57/0.86	c 0	parsed 4224 expressions
0.57/0.86	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.57/0.86	c 0	Converting to clausal form CSP
0.57/0.92	c 1	converted 423 (10%) expressions
1.01/1.13	c 1	converted 845 (20%) expressions
1.10/1.20	c 1	converted 1268 (30%) expressions
1.10/1.26	c 1	converted 1690 (40%) expressions
1.20/1.31	c 1	converted 2112 (50%) expressions
1.20/1.36	c 1	converted 2535 (60%) expressions
1.30/1.46	c 1	converted 2957 (70%) expressions
1.40/1.51	c 1	converted 3380 (80%) expressions
1.40/1.56	c 1	converted 3802 (90%) expressions
1.50/1.61	c 1	converted 4224 (100%) expressions
1.50/1.61	c 1	CSP : 400 integers, 3514 booleans, 11227 clauses, largest domain size 20
1.50/1.61	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.61	c 1	Propagation in CSP
1.60/1.70	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.60/1.70	c 1	CSP : 400 integers, 3514 booleans, 11227 clauses, largest domain size 20
1.60/1.70	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.60/1.71	c 1	Simplifing CSP by introducing new Boolean variables
1.60/1.79	c 1	CSP : 400 integers, 7600 booleans, 15313 clauses, largest domain size 20
1.60/1.79	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.85	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.70/1.88	c 1	40 (10%) CSP integer variables are encoded (720 clauses, 7780 bytes)
1.70/1.90	c 1	80 (20%) CSP integer variables are encoded (1440 clauses, 16687 bytes)
1.79/1.90	c 1	120 (30%) CSP integer variables are encoded (2160 clauses, 26047 bytes)
1.79/1.90	c 1	160 (40%) CSP integer variables are encoded (2880 clauses, 35407 bytes)
1.79/1.91	c 1	200 (50%) CSP integer variables are encoded (3600 clauses, 44767 bytes)
1.79/1.91	c 1	240 (60%) CSP integer variables are encoded (4320 clauses, 54127 bytes)
1.79/1.92	c 1	280 (70%) CSP integer variables are encoded (5040 clauses, 63487 bytes)
1.79/1.92	c 2	320 (80%) CSP integer variables are encoded (5760 clauses, 72847 bytes)
1.79/1.92	c 2	360 (90%) CSP integer variables are encoded (6480 clauses, 82207 bytes)
1.79/1.92	c 2	400 (100%) CSP integer variables are encoded (7200 clauses, 91567 bytes)
1.90/2.06	c 2	1532 (10%) CSP clauses are encoded (30295 clauses, 493417 bytes)
2.00/2.17	c 2	3063 (20%) CSP clauses are encoded (52905 clauses, 892999 bytes)
2.09/2.27	c 2	4594 (30%) CSP clauses are encoded (75301 clauses, 1301908 bytes)
2.18/2.38	c 2	6126 (40%) CSP clauses are encoded (98261 clauses, 1731225 bytes)
2.27/2.47	c 2	7657 (50%) CSP clauses are encoded (120645 clauses, 2149588 bytes)
2.38/2.56	c 2	9188 (60%) CSP clauses are encoded (143718 clauses, 2580743 bytes)
2.48/2.65	c 2	10720 (70%) CSP clauses are encoded (166779 clauses, 3014142 bytes)
2.57/2.74	c 2	12251 (80%) CSP clauses are encoded (189391 clauses, 3451117 bytes)
2.67/2.84	c 2	13782 (90%) CSP clauses are encoded (212246 clauses, 3893020 bytes)
2.78/2.93	c 3	15313 (100%) CSP clauses are encoded (234724 clauses, 4327100 bytes)
2.78/2.93	c 3	15313 CSP clauses encoded
2.78/2.93	c 3	Writing map file : HOME/temp.map
2.78/2.94	c 3	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.78/2.94	c 3	SAT : 15200 SAT variables, 234724 SAT clauses, 4327100 bytes
2.78/2.94	c 3	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.78/2.99	c 3	SOLVING HOME/temp.cnf
2.78/2.99	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.84/4.40	c 4	This is MiniSat 2.0 beta
2.84/4.40	c 4	WARNING: for repeatability, setting FPU to use double precision
2.84/4.40	c 4	============================[ Problem Statistics ]=============================
2.84/4.40	c 4	|                                                                             |
2.84/4.40	c 4	|  Number of variables:  15200                                                |
2.84/4.40	c 4	|  Number of clauses:    234724                                               |
2.84/4.52	c 4	|  Parsing time:         0.10         s                                       |
2.84/4.53	c 4	============================[ Search Statistics ]==============================
2.84/4.53	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.84/4.53	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.84/4.53	c 4	===============================================================================
2.84/4.53	c 4	|         0 |   15200   234724   669500 |    78241        0    nan |  0.000 % |
2.84/4.56	c 4	|       100 |   15200   234724   669500 |    86065      100      7 |  0.000 % |
2.84/4.61	c 4	|       250 |   15200   234724   669500 |    94672      250      6 |  0.000 % |
2.84/4.66	c 4	|       475 |   15200   234724   669500 |   104139      475      7 |  0.000 % |
2.84/4.72	c 4	|       813 |   15200   234724   669500 |   114553      813      7 |  0.000 % |
2.84/4.82	c 4	|      1321 |   15200   234724   669500 |   126008     1321      7 |  0.000 % |
2.84/4.91	c 4	|      2082 |   15200   234724   669500 |   138609     2082     10 |  0.000 % |
2.84/5.00	c 5	|      3222 |   15200   234724   669500 |   152470     3222      9 |  0.000 % |
2.84/5.09	c 5	|      4930 |   15200   234724   669500 |   167717     4930      9 |  0.000 % |
2.84/5.22	c 5	|      7492 |   15200   234724   669500 |   184488     7492     10 |  0.000 % |
3.82/5.45	c 5	|     11336 |   15200   234724   669500 |   202937    11336     10 |  0.000 % |
4.22/5.81	c 5	|     17104 |   15200   234724   669500 |   223231    17104     11 |  0.000 % |
4.61/6.25	c 6	|     25753 |   15200   234724   669500 |   245554    25753     12 |  0.000 % |
5.40/7.01	c 7	|     38728 |   15200   234724   669500 |   270110    38728     11 |  0.000 % |
6.81/8.46	c 8	|     58189 |   15200   234724   669500 |   297121    58189     12 |  0.000 % |
9.78/11.42	c 11	|     87381 |   15200   234724   669500 |   326833    87381     13 |  0.000 % |
15.56/17.25	c 17	|    131171 |   15200   234724   669500 |   359516   131171     13 |  0.000 % |
26.51/28.30	c 28	|    196855 |   15200   234724   669500 |   395468   196855     15 |  0.000 % |
47.20/49.06	c 49	|    295381 |   15200   234724   669500 |   435015   295381     16 |  0.000 % |
85.31/87.39	c 87	|    443171 |   15200   234724   669500 |   478516   443171     16 |  0.000 % |
138.45/140.75	c 140	|    664855 |   15200   234724   669500 |   526368   202032     16 |  0.000 % |
606.83/611.44	c 611	|    997380 |   15200   234724   669500 |   579005   534557     20 |  0.000 % |
917.17/923.38	c 923	|   1496168 |   15200   234724   669500 |   636905   466275     20 |  0.000 % |
1705.09/1715.11	c 1715	|   2244350 |   15200   234724   669500 |   700596   586776     22 |  0.000 % |
1800.03/1810.81	c ERROR INTERRUPTED
1800.03/1810.83	s UNKNOWN
1800.03/1810.83	c 1810	CPU 2.84 (0.05 0.01 2.63 0.15)
1800.03/1810.83	c 1810	END Sun Jul 12 06:20: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-2080707-1247370632/watcher-2080707-1247370632 -o /tmp/evaluation-result-2080707-1247370632/solver-2080707-1247370632 -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-2080707-1247370632.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/82 22739
/proc/meminfo: memFree=1781984/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=12272 CPUtime=0
/proc/22739/stat : 22739 (sugar) R 22737 22739 17798 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 24128470 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 228044012133 0 0 4224 0 0 0 0 17 1 0 0
/proc/22739/statm: 3068 327 246 3 0 168 0

[startup+0.0862289 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 22739
/proc/meminfo: memFree=1781984/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=0.06
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24128470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22739/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102228 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 22739
/proc/meminfo: memFree=1781984/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=0.06
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24128470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22739/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301269 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 22739
/proc/meminfo: memFree=1781984/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=0.06
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24128470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22739/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702347 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 22739
/proc/meminfo: memFree=1781984/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=0.57
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1292 6969 0 1 5 1 47 4 16 0 1 0 24128470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22739/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 16868

[startup+1.5015 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 22761
/proc/meminfo: memFree=1771336/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=0.57
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1309 6969 0 1 5 1 47 4 15 0 1 0 24128470 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22739/statm: 4217 1111 409 3 0 796 0
[pid=22752] ppid=22739 vsize=5356 CPUtime=0
/proc/22752/stat : 22752 (sh) S 22739 22739 17798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24128535 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22752/statm: 1339 233 193 169 0 50 0
[pid=22753] ppid=22752 vsize=868568 CPUtime=0.83
/proc/22753/stat : 22753 (java) S 22752 22739 17798 0 -1 0 7385 0 1 0 79 4 0 0 20 0 9 0 24128535 889413632 6602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22753/statm: 217142 6602 2566 9 0 211647 0
[pid=22753/tid=22754] ppid=22752 vsize=868568 CPUtime=0.56
/proc/22753/task/22754/stat : 22754 (java) R 22752 22739 17798 0 -1 64 2690 0 1 0 55 1 0 0 25 0 9 0 24128536 889413632 6602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22753/tid=22755] ppid=22752 vsize=868568 CPUtime=0.1
/proc/22753/task/22755/stat : 22755 (java) R 22752 22739 17798 0 -1 64 2524 0 0 0 9 1 0 0 16 0 9 0 24128537 889413632 6602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22753/tid=22756] ppid=22752 vsize=868568 CPUtime=0
/proc/22753/task/22756/stat : 22756 (java) S 22752 22739 17798 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24128537 889413632 6602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22753/tid=22757] ppid=22752 vsize=868568 CPUtime=0
/proc/22753/task/22757/stat : 22757 (java) S 22752 22739 17798 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24128537 889413632 6602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22753/tid=22758] ppid=22752 vsize=868568 CPUtime=0
/proc/22753/task/22758/stat : 22758 (java) S 22752 22739 17798 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24128539 889413632 6602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22753/tid=22759] ppid=22752 vsize=868568 CPUtime=0.15
/proc/22753/task/22759/stat : 22759 (java) S 22752 22739 17798 0 -1 64 1472 0 0 0 14 1 0 0 16 0 9 0 24128539 889413632 6602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22753/tid=22760] ppid=22752 vsize=868568 CPUtime=0
/proc/22753/task/22760/stat : 22760 (java) S 22752 22739 17798 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24128539 889413632 6602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22753/tid=22761] ppid=22752 vsize=868568 CPUtime=0
/proc/22753/task/22761/stat : 22761 (java) S 22752 22739 17798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24128539 889413632 6602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890792

[startup+3.10181 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 22761
/proc/meminfo: memFree=1758728/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=2.84
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1348 15641 0 2 5 1 263 15 15 0 1 0 24128470 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22739/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 16868

[startup+6.30145 s]
/proc/loadavg: 2.09 2.02 2.01 3/85 22763
/proc/meminfo: memFree=1760904/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=2.84
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1376 15641 0 2 5 1 263 15 15 0 1 0 24128470 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22739/statm: 4217 1113 409 3 0 796 0
[pid=22762] ppid=22739 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22739 22739 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24128770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22762/statm: 1339 232 193 169 0 50 0
[pid=22763] ppid=22762 vsize=15564 CPUtime=1.87
/proc/22763/stat : 22763 (minisat) R 22762 22739 17798 0 -1 4194304 3675 0 0 0 186 1 0 0 25 0 1 0 24128910 15937536 3661 996147200 134512640 135127466 4294956256 18446744073709551615 134530973 0 0 4096 3 0 0 0 17 1 0 0
/proc/22763/statm: 3891 3661 76 150 0 3738 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 37788
heavy processes:

[startup+12.7017 s]
/proc/loadavg: 2.08 2.02 2.00 3/85 22763
/proc/meminfo: memFree=1752968/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=2.84
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1376 15641 0 2 5 1 263 15 16 0 1 0 24128470 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22739/statm: 4217 1113 409 3 0 796 0
[pid=22762] ppid=22739 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22739 22739 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24128770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22762/statm: 1339 232 193 169 0 50 0
[pid=22763] ppid=22762 vsize=22708 CPUtime=8.24
/proc/22763/stat : 22763 (minisat) R 22762 22739 17798 0 -1 4194304 5451 0 0 0 821 3 0 0 25 0 1 0 24128910 23252992 5437 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22763/statm: 5677 5437 76 150 0 5524 0
Current children cumulated CPU time (s) 11.08
Current children cumulated vsize (KiB) 44932

[startup+25.5012 s]
/proc/loadavg: 2.06 2.01 2.00 3/85 22763
/proc/meminfo: memFree=1743688/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=2.84
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1376 15641 0 2 5 1 263 15 16 0 1 0 24128470 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22739/statm: 4217 1113 409 3 0 796 0
[pid=22762] ppid=22739 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22739 22739 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24128770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22762/statm: 1339 232 193 169 0 50 0
[pid=22763] ppid=22762 vsize=31332 CPUtime=20.98
/proc/22763/stat : 22763 (minisat) R 22762 22739 17798 0 -1 4194304 7607 0 0 0 2094 4 0 0 25 0 1 0 24128910 32083968 7593 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22763/statm: 7833 7593 76 150 0 7680 0
Current children cumulated CPU time (s) 23.82
Current children cumulated vsize (KiB) 53556

[startup+51.1023 s]
/proc/loadavg: 2.04 2.01 2.00 3/85 22765
/proc/meminfo: memFree=1729672/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=2.84
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1376 15641 0 2 5 1 263 15 16 0 1 0 24128470 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22739/statm: 4217 1113 409 3 0 796 0
[pid=22762] ppid=22739 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22739 22739 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24128770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22762/statm: 1339 232 193 169 0 50 0
[pid=22763] ppid=22762 vsize=46516 CPUtime=46.45
/proc/22763/stat : 22763 (minisat) R 22762 22739 17798 0 -1 4194304 11262 0 0 0 4639 6 0 0 25 0 1 0 24128910 47632384 11248 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22763/statm: 11629 11248 76 150 0 11476 0
Current children cumulated CPU time (s) 49.29
Current children cumulated vsize (KiB) 68740

[startup+102.306 s]
/proc/loadavg: 2.06 2.02 2.00 3/85 22765
/proc/meminfo: memFree=1712072/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=2.84
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1376 15641 0 2 5 1 263 15 16 0 1 0 24128470 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22739/statm: 4217 1113 409 3 0 796 0
[pid=22762] ppid=22739 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22739 22739 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24128770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22762/statm: 1339 232 193 169 0 50 0
[pid=22763] ppid=22762 vsize=63876 CPUtime=97.4
/proc/22763/stat : 22763 (minisat) R 22762 22739 17798 0 -1 4194304 15502 0 0 0 9731 9 0 0 25 0 1 0 24128910 65409024 15488 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/22763/statm: 15969 15488 76 150 0 15816 0
Current children cumulated CPU time (s) 100.24
Current children cumulated vsize (KiB) 86100

[startup+162.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/85 22765
/proc/meminfo: memFree=1711880/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=2.84
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1376 15641 0 2 5 1 263 15 16 0 1 0 24128470 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22739/statm: 4217 1113 409 3 0 796 0
[pid=22762] ppid=22739 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22739 22739 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24128770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22762/statm: 1339 232 193 169 0 50 0
[pid=22763] ppid=22762 vsize=63876 CPUtime=157.1
/proc/22763/stat : 22763 (minisat) R 22762 22739 17798 0 -1 4194304 15504 0 0 0 15701 9 0 0 25 0 1 0 24128910 65409024 15490 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22763/statm: 15969 15490 76 150 0 15816 0
Current children cumulated CPU time (s) 159.94
Current children cumulated vsize (KiB) 86100

[startup+222.301 s]
/proc/loadavg: 2.06 2.04 2.00 3/85 22765
/proc/meminfo: memFree=1711880/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=2.84
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1376 15641 0 2 5 1 263 15 16 0 1 0 24128470 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22739/statm: 4217 1113 409 3 0 796 0
[pid=22762] ppid=22739 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22739 22739 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24128770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22762/statm: 1339 232 193 169 0 50 0
[pid=22763] ppid=22762 vsize=63876 CPUtime=216.8
/proc/22763/stat : 22763 (minisat) R 22762 22739 17798 0 -1 4194304 15506 0 0 0 21671 9 0 0 25 0 1 0 24128910 65409024 15492 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22763/statm: 15969 15492 76 150 0 15816 0
Current children cumulated CPU time (s) 219.64
Current children cumulated vsize (KiB) 86100

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

/proc/meminfo: memFree=1662024/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=2.84
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1376 15641 0 2 5 1 263 15 16 0 1 0 24128470 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22739/statm: 4217 1113 409 3 0 796 0
[pid=22762] ppid=22739 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22739 22739 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24128770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22762/statm: 1339 232 193 169 0 50 0
[pid=22763] ppid=22762 vsize=113232 CPUtime=1291.48
/proc/22763/stat : 22763 (minisat) R 22762 22739 17798 0 -1 4194304 27708 0 0 0 129130 18 0 0 25 0 1 0 24128910 115949568 27694 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22763/statm: 28308 27694 76 150 0 28155 0
Current children cumulated CPU time (s) 1294.32
Current children cumulated vsize (KiB) 135456

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/85 22771
/proc/meminfo: memFree=1661960/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=2.84
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1376 15641 0 2 5 1 263 15 16 0 1 0 24128470 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22739/statm: 4217 1113 409 3 0 796 0
[pid=22762] ppid=22739 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22739 22739 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24128770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22762/statm: 1339 232 193 169 0 50 0
[pid=22763] ppid=22762 vsize=113232 CPUtime=1351.18
/proc/22763/stat : 22763 (minisat) R 22762 22739 17798 0 -1 4194304 27713 0 0 0 135100 18 0 0 25 0 1 0 24128910 115949568 27699 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22763/statm: 28308 27699 76 150 0 28155 0
Current children cumulated CPU time (s) 1354.02
Current children cumulated vsize (KiB) 135456

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/85 22771
/proc/meminfo: memFree=1661704/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=2.84
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1376 15641 0 2 5 1 263 15 16 0 1 0 24128470 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22739/statm: 4217 1113 409 3 0 796 0
[pid=22762] ppid=22739 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22739 22739 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24128770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22762/statm: 1339 232 193 169 0 50 0
[pid=22763] ppid=22762 vsize=113680 CPUtime=1410.89
/proc/22763/stat : 22763 (minisat) R 22762 22739 17798 0 -1 4194304 27771 0 0 0 141071 18 0 0 25 0 1 0 24128910 116408320 27757 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22763/statm: 28420 27757 76 150 0 28267 0
Current children cumulated CPU time (s) 1413.73
Current children cumulated vsize (KiB) 135904

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 22771
/proc/meminfo: memFree=1661448/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=2.84
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1376 15641 0 2 5 1 263 15 16 0 1 0 24128470 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22739/statm: 4217 1113 409 3 0 796 0
[pid=22762] ppid=22739 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22739 22739 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24128770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22762/statm: 1339 232 193 169 0 50 0
[pid=22763] ppid=22762 vsize=114008 CPUtime=1470.59
/proc/22763/stat : 22763 (minisat) R 22762 22739 17798 0 -1 4194304 27835 0 0 0 147041 18 0 0 25 0 1 0 24128910 116744192 27821 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22763/statm: 28502 27821 76 150 0 28349 0
Current children cumulated CPU time (s) 1473.43
Current children cumulated vsize (KiB) 136232

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 22771
/proc/meminfo: memFree=1661320/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=2.84
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1376 15641 0 2 5 1 263 15 16 0 1 0 24128470 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22739/statm: 4217 1113 409 3 0 796 0
[pid=22762] ppid=22739 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22739 22739 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24128770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22762/statm: 1339 232 193 169 0 50 0
[pid=22763] ppid=22762 vsize=114172 CPUtime=1530.3
/proc/22763/stat : 22763 (minisat) R 22762 22739 17798 0 -1 4194304 27862 0 0 0 153012 18 0 0 25 0 1 0 24128910 116912128 27848 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22763/statm: 28543 27848 76 150 0 28390 0
Current children cumulated CPU time (s) 1533.14
Current children cumulated vsize (KiB) 136396

[startup+1602.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/85 22771
/proc/meminfo: memFree=1659848/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=2.84
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1376 15641 0 2 5 1 263 15 16 0 1 0 24128470 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22739/statm: 4217 1113 409 3 0 796 0
[pid=22762] ppid=22739 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22739 22739 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24128770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22762/statm: 1339 232 193 169 0 50 0
[pid=22763] ppid=22762 vsize=115680 CPUtime=1589.99
/proc/22763/stat : 22763 (minisat) R 22762 22739 17798 0 -1 4194304 28214 0 0 0 158981 18 0 0 25 0 1 0 24128910 118456320 28200 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/22763/statm: 28920 28200 76 150 0 28767 0
Current children cumulated CPU time (s) 1592.83
Current children cumulated vsize (KiB) 137904

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 22771
/proc/meminfo: memFree=1656840/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=2.84
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1376 15641 0 2 5 1 263 15 16 0 1 0 24128470 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22739/statm: 4217 1113 409 3 0 796 0
[pid=22762] ppid=22739 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22739 22739 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24128770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22762/statm: 1339 232 193 169 0 50 0
[pid=22763] ppid=22762 vsize=118652 CPUtime=1649.7
/proc/22763/stat : 22763 (minisat) R 22762 22739 17798 0 -1 4194304 28961 0 0 0 164951 19 0 0 25 0 1 0 24128910 121499648 28947 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22763/statm: 29663 28947 76 150 0 29510 0
Current children cumulated CPU time (s) 1652.54
Current children cumulated vsize (KiB) 140876

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/85 22771
/proc/meminfo: memFree=1647944/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=2.84
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1376 15641 0 2 5 1 263 15 16 0 1 0 24128470 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22739/statm: 4217 1113 409 3 0 796 0
[pid=22762] ppid=22739 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22739 22739 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24128770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22762/statm: 1339 232 193 169 0 50 0
[pid=22763] ppid=22762 vsize=128564 CPUtime=1709.41
/proc/22763/stat : 22763 (minisat) R 22762 22739 17798 0 -1 4194304 31355 0 0 0 170920 21 0 0 25 0 1 0 24128910 131649536 31341 996147200 134512640 135127466 4294956256 18446744073709551615 134527837 0 0 4096 3 0 0 0 17 1 0 0
/proc/22763/statm: 32141 31341 76 150 0 31988 0
Current children cumulated CPU time (s) 1712.25
Current children cumulated vsize (KiB) 150788

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/86 22857
/proc/meminfo: memFree=1646992/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=2.84
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1376 15641 0 2 5 1 263 15 16 0 1 0 24128470 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22739/statm: 4217 1113 409 3 0 796 0
[pid=22762] ppid=22739 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22739 22739 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24128770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22762/statm: 1339 232 193 169 0 50 0
[pid=22763] ppid=22762 vsize=137236 CPUtime=1769.03
/proc/22763/stat : 22763 (minisat) R 22762 22739 17798 0 -1 4194304 33221 0 0 0 176880 23 0 0 25 0 1 0 24128910 140529664 33207 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22763/statm: 34309 33207 76 150 0 34156 0
Current children cumulated CPU time (s) 1771.87
Current children cumulated vsize (KiB) 159460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.8 s]
/proc/loadavg: 2.07 2.02 2.00 3/86 23135
/proc/meminfo: memFree=1625408/2055920 swapFree=4192812/4192956
[pid=22739] ppid=22737 vsize=16868 CPUtime=2.84
/proc/22739/stat : 22739 (sugar) S 22737 22739 17798 0 -1 4194304 1376 15641 0 2 5 1 263 15 16 0 1 0 24128470 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22739/statm: 4217 1113 409 3 0 796 0
[pid=22762] ppid=22739 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22739 22739 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24128770 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22762/statm: 1339 232 193 169 0 50 0
[pid=22763] ppid=22762 vsize=137236 CPUtime=1797.19
/proc/22763/stat : 22763 (minisat) R 22762 22739 17798 0 -1 4194304 33221 0 0 0 179694 25 0 0 25 0 1 0 24128910 140529664 33207 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22763/statm: 34309 33207 76 150 0 34156 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 159460

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 22739 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=694590
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=176973
# CPU time returned by wait4() is 2.87156
# 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): 1810.83
CPU time (s): 1800.03
CPU user time (s): 1799.62
CPU system time (s): 0.41
CPU usage (%): 99.4034
Max. virtual memory (cumulated for all children) (KiB): 890980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.69459
system time used= 0.176973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17400
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= 3948
involuntary context switches= 3845

runsolver used 1.72374 second user time and 4.91225 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-12 05:50:33
IDJOB=2080707
IDBENCH=57136
IDSOLVER=739
FILE ID=node77/2080707-1247370632
PBS_JOBID= 9507000
Free space on /tmp= 66256 MiB

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

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

MD5SUM BENCH= a9dc0248b5bac88ceea300c49a32664c
RANDOM SEED=1840787979

node77.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.256
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.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1782400 kB
Buffers:         34612 kB
Cached:         150552 kB
SwapCached:        136 kB
Active:         161052 kB
Inactive:        59472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3020 kB
Writeback:           0 kB
Mapped:          55616 kB
Slab:            38180 kB
Committed_AS:   228608 kB
PageTables:       1856 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= 66252 MiB
End job on node77 at 2009-07-12 06:20:45