Trace number 2072776

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.01 1805.53

General information on the benchmark

Namecsp/pseudoGLB/
normalized-chnl35-45-pb-cnf-cr.xml
MD5SUM947154cb99982b2034e5540593a79891
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3150
Number of constraints160
Maximum constraint arity45
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(160)

Solver Data

0.01/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.01/0.07	c 0	BEGIN Sun Jul 12 02:02:00 2009
0.01/0.07	c 0	PID 17751
0.01/0.07	c 0	HOST node81.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2072776-1247356920.xml TO HOME/temp.csp
0.01/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-2072776-1247356920.xml' 'HOME/temp.csp'
0.05/0.53	c 0	1 domains, 3150 variables, 0 predicates, 0 relations, 160 constraints
0.05/0.54	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.05/0.54	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.50/0.61	c 0	Parsing HOME/temp.csp
0.50/0.87	c 1	parsed 3311 expressions
0.50/0.88	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.50/0.88	c 1	Converting to clausal form CSP
0.50/0.90	c 1	converted 332 (10%) expressions
0.50/0.91	c 1	converted 663 (20%) expressions
0.50/0.91	c 1	converted 994 (30%) expressions
0.50/0.91	c 1	converted 1325 (40%) expressions
0.50/0.92	c 1	converted 1656 (50%) expressions
0.50/0.92	c 1	converted 1987 (60%) expressions
0.50/0.92	c 1	converted 2318 (70%) expressions
0.50/0.92	c 1	converted 2649 (80%) expressions
0.50/0.93	c 1	converted 2980 (90%) expressions
1.24/1.40	c 1	converted 3311 (100%) expressions
1.34/1.40	c 1	CSP : 4590 integers, 0 booleans, 3040 clauses, largest domain size 13
1.34/1.40	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.34/1.40	c 1	Propagation in CSP
1.34/1.48	c 1	2730 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.34/1.49	c 1	CSP : 4590 integers, 0 booleans, 3040 clauses, largest domain size 13
1.34/1.49	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.34/1.49	c 1	Simplifing CSP by introducing new Boolean variables
1.34/1.50	c 1	CSP : 4590 integers, 0 booleans, 3040 clauses, largest domain size 13
1.34/1.50	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.45/1.53	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.45/1.54	c 1	459 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.45/1.55	c 1	918 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.45/1.55	c 1	1377 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.45/1.56	c 1	1836 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.45/1.56	c 1	2295 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.45/1.56	c 1	2754 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.45/1.56	c 1	3213 (70%) CSP integer variables are encoded (427 clauses, 5615 bytes)
1.45/1.57	c 1	3672 (80%) CSP integer variables are encoded (3538 clauses, 46058 bytes)
1.45/1.57	c 1	4131 (90%) CSP integer variables are encoded (5490 clauses, 71434 bytes)
1.45/1.57	c 1	4590 (100%) CSP integer variables are encoded (5490 clauses, 71434 bytes)
1.54/1.66	c 1	304 (10%) CSP clauses are encoded (20962 clauses, 373082 bytes)
1.64/1.73	c 2	608 (20%) CSP clauses are encoded (36434 clauses, 688298 bytes)
1.74/1.82	c 2	912 (30%) CSP clauses are encoded (51906 clauses, 1029594 bytes)
1.74/1.89	c 2	1216 (40%) CSP clauses are encoded (67378 clauses, 1370890 bytes)
1.84/1.97	c 2	1520 (50%) CSP clauses are encoded (82850 clauses, 1712186 bytes)
1.94/2.07	c 2	1824 (60%) CSP clauses are encoded (93798 clauses, 1941002 bytes)
2.14/2.23	c 2	2128 (70%) CSP clauses are encoded (97206 clauses, 1982523 bytes)
2.23/2.39	c 2	2432 (80%) CSP clauses are encoded (100614 clauses, 2025017 bytes)
2.44/2.55	c 2	2736 (90%) CSP clauses are encoded (104022 clauses, 2070905 bytes)
2.64/2.72	c 3	3040 (100%) CSP clauses are encoded (107430 clauses, 2117549 bytes)
2.64/2.72	c 3	3040 CSP clauses encoded
2.64/2.72	c 3	Writing map file : HOME/temp.map
2.64/2.73	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.64/2.73	c 3	SAT : 10080 SAT variables, 107430 SAT clauses, 2117549 bytes
2.64/2.73	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.64/2.78	c 3	SOLVING HOME/temp.cnf
2.64/2.78	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.64/2.79	c 3	This is MiniSat 2.0 beta
2.64/2.79	c 3	WARNING: for repeatability, setting FPU to use double precision
2.64/2.79	c 3	============================[ Problem Statistics ]=============================
2.64/2.79	c 3	|                                                                             |
2.64/2.79	c 3	|  Number of variables:  10080                                                |
2.64/2.79	c 3	|  Number of clauses:    107430                                               |
2.71/2.85	c 3	|  Parsing time:         0.05         s                                       |
2.71/2.85	c 3	============================[ Search Statistics ]==============================
2.71/2.85	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.71/2.85	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.71/2.85	c 3	===============================================================================
2.71/2.85	c 3	|         0 |   10080   107430   361170 |    35810        0    nan |  0.000 % |
2.71/2.87	c 3	|       100 |   10080   107430   361170 |    39391      100    107 |  0.000 % |
2.71/2.88	c 3	|       250 |   10080   107430   361170 |    43330      250     56 |  0.000 % |
2.71/2.89	c 3	|       476 |   10080   107430   361170 |    47663      476     44 |  0.000 % |
2.71/2.92	c 3	|       813 |   10080   107430   361170 |    52429      813     37 |  0.000 % |
2.71/2.96	c 3	|      1319 |   10080   107430   361170 |    57672     1319     41 |  0.000 % |
2.71/3.03	c 3	|      2078 |   10080   107430   361170 |    63439     2078     44 |  0.000 % |
2.71/3.11	c 3	|      3217 |   10080   107430   361170 |    69783     3217     35 |  0.000 % |
3.11/3.28	c 3	|      4925 |   10080   107430   361170 |    76761     4925     41 |  0.000 % |
3.41/3.57	c 3	|      7487 |   10080   107430   361170 |    84438     7487     45 |  0.000 % |
4.01/4.14	c 4	|     11332 |   10080   107430   361170 |    92881    11332     56 |  0.000 % |
4.80/4.99	c 5	|     17099 |   10080   107430   361170 |   102170    17099     60 |  0.000 % |
6.11/6.22	c 6	|     25748 |   10080   107430   361170 |   112387    25748     65 |  0.000 % |
8.51/8.62	c 8	|     38724 |   10080   107430   361170 |   123625    38724     67 |  0.000 % |
16.21/16.37	c 16	|     58185 |   10080   107430   361170 |   135988    58185     75 |  0.000 % |
28.00/28.18	c 28	|     87377 |   10080   107430   361170 |   149587    87377     77 |  0.000 % |
77.59/77.79	c 78	|    131168 |   10080   107430   361170 |   164545   131168     89 |  0.000 % |
139.17/139.31	c 139	|    196852 |   10080   107430   361170 |   181000    44112    137 |  0.000 % |
231.54/231.72	c 232	|    295378 |   10080   107430   361170 |   199100   142638    126 |  0.000 % |
457.07/457.30	c 457	|    443168 |   10080   107430   361170 |   219010   104917    138 |  0.000 % |
726.01/726.38	c 726	|    664851 |   10080   107430   361170 |   240911   125374     83 |  0.000 % |
1170.26/1172.36	c 1172	|    997377 |   10080   107430   361170 |   265002   232567     78 |  0.000 % |
1800.01/1805.51	c ERROR INTERRUPTED
1800.01/1805.53	s UNKNOWN
1800.01/1805.53	c 1805	CPU 2.72 (0.05 0.02 2.54 0.11)
1800.01/1805.53	c 1805	END Sun Jul 12 02:32:05 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-2072776-1247356920/watcher-2072776-1247356920 -o /tmp/evaluation-result-2072776-1247356920/solver-2072776-1247356920 -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-2072776-1247356920.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.13 2.03 2.01 4/81 17751
/proc/meminfo: memFree=1393344/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=12272 CPUtime=0
/proc/17751/stat : 17751 (sugar) R 17749 17751 16241 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 22757055 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 269816478718 0 0 4224 0 0 0 0 17 1 0 0
/proc/17751/statm: 3068 327 246 3 0 168 0

[startup+0.0284001 s]
/proc/loadavg: 2.13 2.03 2.01 4/81 17751
/proc/meminfo: memFree=1393344/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=13072 CPUtime=0.01
/proc/17751/stat : 17751 (sugar) R 17749 17751 16241 0 -1 4194304 646 0 0 0 1 0 0 0 18 0 1 0 22757055 13385728 615 996147200 4194304 4206940 548682068608 18446744073709551615 269807424225 0 0 4224 0 0 0 0 17 1 0 0
/proc/17751/statm: 3268 615 316 3 0 368 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13072

[startup+0.101407 s]
/proc/loadavg: 2.13 2.03 2.01 4/81 17751
/proc/meminfo: memFree=1393344/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=16868 CPUtime=0.05
/proc/17751/stat : 17751 (sugar) S 17749 17751 16241 0 -1 4194304 1227 128 0 0 4 1 0 0 16 0 1 0 22757055 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17751/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.301424 s]
/proc/loadavg: 2.13 2.03 2.01 4/81 17751
/proc/meminfo: memFree=1393344/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=16868 CPUtime=0.05
/proc/17751/stat : 17751 (sugar) S 17749 17751 16241 0 -1 4194304 1227 128 0 0 4 1 0 0 16 0 1 0 22757055 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17751/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.701471 s]
/proc/loadavg: 2.13 2.03 2.01 4/81 17751
/proc/meminfo: memFree=1393344/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=16868 CPUtime=0.5
/proc/17751/stat : 17751 (sugar) S 17749 17751 16241 0 -1 4194304 1309 5112 0 1 5 1 41 3 15 0 1 0 22757055 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17751/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 16868

[startup+1.50256 s]
/proc/loadavg: 2.13 2.03 2.01 3/92 17773
/proc/meminfo: memFree=1381736/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=16868 CPUtime=0.5
/proc/17751/stat : 17751 (sugar) S 17749 17751 16241 0 -1 4194304 1310 5112 0 1 5 1 41 3 15 0 1 0 22757055 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17751/statm: 4217 1111 409 3 0 796 0
[pid=17764] ppid=17751 vsize=5356 CPUtime=0
/proc/17764/stat : 17764 (sh) S 17751 17751 16241 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22757110 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17764/statm: 1339 233 193 169 0 50 0
[pid=17765] ppid=17764 vsize=868516 CPUtime=0.95
/proc/17765/stat : 17765 (java) S 17764 17751 16241 0 -1 0 7178 0 1 0 91 4 0 0 18 0 9 0 22757110 889360384 6396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17765/statm: 217129 6396 2566 9 0 211634 0
[pid=17765/tid=17766] ppid=17764 vsize=868516 CPUtime=0.64
/proc/17765/task/17766/stat : 17766 (java) R 17764 17751 16241 0 -1 64 2710 0 1 0 63 1 0 0 23 0 9 0 22757111 889360384 6396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17765/tid=17767] ppid=17764 vsize=868516 CPUtime=0.1
/proc/17765/task/17767/stat : 17767 (java) R 17764 17751 16241 0 -1 64 2273 0 0 0 9 1 0 0 16 0 9 0 22757112 889360384 6396 996147200 134512640 134550932 4294955936 18446744073709551615 102509215 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17765/tid=17768] ppid=17764 vsize=868516 CPUtime=0
/proc/17765/task/17768/stat : 17768 (java) S 17764 17751 16241 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22757112 889360384 6396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17765/tid=17769] ppid=17764 vsize=868516 CPUtime=0
/proc/17765/task/17769/stat : 17769 (java) S 17764 17751 16241 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22757112 889360384 6396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17765/tid=17770] ppid=17764 vsize=868516 CPUtime=0
/proc/17765/task/17770/stat : 17770 (java) S 17764 17751 16241 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22757114 889360384 6396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17765/tid=17771] ppid=17764 vsize=868516 CPUtime=0.18
/proc/17765/task/17771/stat : 17771 (java) S 17764 17751 16241 0 -1 64 1496 0 0 0 18 0 0 0 16 0 9 0 22757114 889360384 6396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17765/tid=17772] ppid=17764 vsize=868516 CPUtime=0
/proc/17765/task/17772/stat : 17772 (java) S 17764 17751 16241 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22757114 889360384 6396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17765/tid=17773] ppid=17764 vsize=868516 CPUtime=0
/proc/17765/task/17773/stat : 17773 (java) S 17764 17751 16241 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22757114 889360384 6396 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) 890740

[startup+3.10173 s]
/proc/loadavg: 2.12 2.03 2.01 3/92 17773
/proc/meminfo: memFree=1372072/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=16868 CPUtime=2.71
/proc/17751/stat : 17751 (sugar) S 17749 17751 16241 0 -1 4194304 1376 12786 0 2 5 2 254 10 15 0 1 0 22757055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17751/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 16868

[startup+6.30207 s]
/proc/loadavg: 2.12 2.03 2.01 3/84 17775
/proc/meminfo: memFree=1374824/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=16868 CPUtime=2.71
/proc/17751/stat : 17751 (sugar) S 17749 17751 16241 0 -1 4194304 1376 12786 0 2 5 2 254 10 16 0 1 0 22757055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17751/statm: 4217 1113 409 3 0 796 0
[pid=17774] ppid=17751 vsize=5356 CPUtime=0
/proc/17774/stat : 17774 (sh) S 17751 17751 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22757334 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17774/statm: 1339 232 193 169 0 50 0
[pid=17775] ppid=17774 vsize=15468 CPUtime=3.5
/proc/17775/stat : 17775 (minisat) R 17774 17751 16241 0 -1 4194304 3734 0 0 0 348 2 0 0 25 0 1 0 22757334 15839232 3720 996147200 134512640 135127466 4294956256 18446744073709551615 134529495 0 0 4096 3 0 0 0 17 1 0 0
/proc/17775/statm: 3867 3720 76 150 0 3714 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 37692

[startup+12.7018 s]
/proc/loadavg: 2.11 2.03 2.01 3/84 17775
/proc/meminfo: memFree=1363760/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=16868 CPUtime=2.71
/proc/17751/stat : 17751 (sugar) S 17749 17751 16241 0 -1 4194304 1376 12786 0 2 5 2 254 10 16 0 1 0 22757055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17751/statm: 4217 1113 409 3 0 796 0
[pid=17774] ppid=17751 vsize=5356 CPUtime=0
/proc/17774/stat : 17774 (sh) S 17751 17751 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22757334 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17774/statm: 1339 232 193 169 0 50 0
[pid=17775] ppid=17774 vsize=25136 CPUtime=9.89
/proc/17775/stat : 17775 (minisat) R 17774 17751 16241 0 -1 4194304 6140 0 0 0 986 3 0 0 25 0 1 0 22757334 25739264 6126 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17775/statm: 6284 6126 76 150 0 6131 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 47360

[startup+25.5011 s]
/proc/loadavg: 2.08 2.03 2.01 3/84 17775
/proc/meminfo: memFree=1351800/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=16868 CPUtime=2.71
/proc/17751/stat : 17751 (sugar) S 17749 17751 16241 0 -1 4194304 1376 12786 0 2 5 2 254 10 16 0 1 0 22757055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17751/statm: 4217 1113 409 3 0 796 0
[pid=17774] ppid=17751 vsize=5356 CPUtime=0
/proc/17774/stat : 17774 (sh) S 17751 17751 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22757334 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17774/statm: 1339 232 193 169 0 50 0
[pid=17775] ppid=17774 vsize=36836 CPUtime=22.69
/proc/17775/stat : 17775 (minisat) R 17774 17751 16241 0 -1 4194304 9031 0 0 0 2264 5 0 0 25 0 1 0 22757334 37720064 9017 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17775/statm: 9209 9017 76 150 0 9056 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 59060

[startup+51.1019 s]
/proc/loadavg: 2.05 2.03 2.00 3/84 17775
/proc/meminfo: memFree=1336056/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=16868 CPUtime=2.71
/proc/17751/stat : 17751 (sugar) S 17749 17751 16241 0 -1 4194304 1376 12786 0 2 5 2 254 10 16 0 1 0 22757055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17751/statm: 4217 1113 409 3 0 796 0
[pid=17774] ppid=17751 vsize=5356 CPUtime=0
/proc/17774/stat : 17774 (sh) S 17751 17751 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22757334 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17774/statm: 1339 232 193 169 0 50 0
[pid=17775] ppid=17774 vsize=53028 CPUtime=48.28
/proc/17775/stat : 17775 (minisat) R 17774 17751 16241 0 -1 4194304 13037 0 0 0 4819 9 0 0 25 0 1 0 22757334 54300672 13023 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/17775/statm: 13257 13023 76 150 0 13104 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 75252

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 17775
/proc/meminfo: memFree=1310072/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=16868 CPUtime=2.71
/proc/17751/stat : 17751 (sugar) S 17749 17751 16241 0 -1 4194304 1376 12786 0 2 5 2 254 10 16 0 1 0 22757055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17751/statm: 4217 1113 409 3 0 796 0
[pid=17774] ppid=17751 vsize=5356 CPUtime=0
/proc/17774/stat : 17774 (sh) S 17751 17751 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22757334 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17774/statm: 1339 232 193 169 0 50 0
[pid=17775] ppid=17774 vsize=79112 CPUtime=99.47
/proc/17775/stat : 17775 (minisat) R 17774 17751 16241 0 -1 4194304 19418 0 0 0 9931 16 0 0 25 0 1 0 22757334 81010688 19404 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17775/statm: 19778 19404 76 150 0 19625 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 101336

[startup+162.302 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 17775
/proc/meminfo: memFree=1305208/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=16868 CPUtime=2.71
/proc/17751/stat : 17751 (sugar) S 17749 17751 16241 0 -1 4194304 1376 12786 0 2 5 2 254 10 16 0 1 0 22757055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17751/statm: 4217 1113 409 3 0 796 0
[pid=17774] ppid=17751 vsize=5356 CPUtime=0
/proc/17774/stat : 17774 (sh) S 17751 17751 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22757334 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17774/statm: 1339 232 193 169 0 50 0
[pid=17775] ppid=17774 vsize=83740 CPUtime=159.45
/proc/17775/stat : 17775 (minisat) R 17774 17751 16241 0 -1 4194304 20611 0 0 0 15927 18 0 0 25 0 1 0 22757334 85749760 20597 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 1 0 0
/proc/17775/statm: 20935 20597 76 150 0 20782 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 105964

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 17775
/proc/meminfo: memFree=1297336/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=16868 CPUtime=2.71
/proc/17751/stat : 17751 (sugar) S 17749 17751 16241 0 -1 4194304 1376 12786 0 2 5 2 254 10 16 0 1 0 22757055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17751/statm: 4217 1113 409 3 0 796 0
[pid=17774] ppid=17751 vsize=5356 CPUtime=0
/proc/17774/stat : 17774 (sh) S 17751 17751 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22757334 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17774/statm: 1339 232 193 169 0 50 0
[pid=17775] ppid=17774 vsize=91820 CPUtime=219.43
/proc/17775/stat : 17775 (minisat) R 17774 17751 16241 0 -1 4194304 22586 0 0 0 21923 20 0 0 25 0 1 0 22757334 94023680 22572 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17775/statm: 22955 22572 76 150 0 22802 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 114044


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

/proc/meminfo: memFree=772888/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=16868 CPUtime=2.71
/proc/17751/stat : 17751 (sugar) S 17749 17751 16241 0 -1 4194304 1376 12786 0 2 5 2 254 10 16 0 1 0 22757055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17751/statm: 4217 1113 409 3 0 796 0
[pid=17774] ppid=17751 vsize=5356 CPUtime=0
/proc/17774/stat : 17774 (sh) S 17751 17751 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22757334 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17774/statm: 1339 232 193 169 0 50 0
[pid=17775] ppid=17774 vsize=140200 CPUtime=1356.33
/proc/17775/stat : 17775 (minisat) R 17774 17751 16241 0 -1 4194304 34383 0 0 0 135599 34 0 0 25 0 1 0 22757334 143564800 34369 996147200 134512640 135127466 4294956256 18446744073709551615 134527086 0 0 4096 3 0 0 0 17 1 0 0
/proc/17775/statm: 35050 34369 76 150 0 34897 0
Current children cumulated CPU time (s) 1359.04
Current children cumulated vsize (KiB) 162424

[startup+1422.31 s]
/proc/loadavg: 2.00 2.06 2.03 3/88 17859
/proc/meminfo: memFree=713880/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=16868 CPUtime=2.71
/proc/17751/stat : 17751 (sugar) S 17749 17751 16241 0 -1 4194304 1376 12786 0 2 5 2 254 10 16 0 1 0 22757055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17751/statm: 4217 1113 409 3 0 796 0
[pid=17774] ppid=17751 vsize=5356 CPUtime=0
/proc/17774/stat : 17774 (sh) S 17751 17751 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22757334 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17774/statm: 1339 232 193 169 0 50 0
[pid=17775] ppid=17774 vsize=144816 CPUtime=1416.02
/proc/17775/stat : 17775 (minisat) R 17774 17751 16241 0 -1 4194304 35335 0 0 0 141568 34 0 0 25 0 1 0 22757334 148291584 35321 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/17775/statm: 36204 35321 76 150 0 36051 0
Current children cumulated CPU time (s) 1418.73
Current children cumulated vsize (KiB) 167040

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/88 17859
/proc/meminfo: memFree=684248/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=16868 CPUtime=2.71
/proc/17751/stat : 17751 (sugar) S 17749 17751 16241 0 -1 4194304 1376 12786 0 2 5 2 254 10 16 0 1 0 22757055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17751/statm: 4217 1113 409 3 0 796 0
[pid=17774] ppid=17751 vsize=5356 CPUtime=0
/proc/17774/stat : 17774 (sh) S 17751 17751 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22757334 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17774/statm: 1339 232 193 169 0 50 0
[pid=17775] ppid=17774 vsize=146280 CPUtime=1475.71
/proc/17775/stat : 17775 (minisat) R 17774 17751 16241 0 -1 4194304 35611 0 0 0 147536 35 0 0 25 0 1 0 22757334 149790720 35597 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17775/statm: 36570 35597 76 150 0 36417 0
Current children cumulated CPU time (s) 1478.42
Current children cumulated vsize (KiB) 168504

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/88 17859
/proc/meminfo: memFree=684056/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=16868 CPUtime=2.71
/proc/17751/stat : 17751 (sugar) S 17749 17751 16241 0 -1 4194304 1376 12786 0 2 5 2 254 10 16 0 1 0 22757055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17751/statm: 4217 1113 409 3 0 796 0
[pid=17774] ppid=17751 vsize=5356 CPUtime=0
/proc/17774/stat : 17774 (sh) S 17751 17751 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22757334 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17774/statm: 1339 232 193 169 0 50 0
[pid=17775] ppid=17774 vsize=146360 CPUtime=1535.43
/proc/17775/stat : 17775 (minisat) R 17774 17751 16241 0 -1 4194304 35650 0 0 0 153508 35 0 0 25 0 1 0 22757334 149872640 35636 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/17775/statm: 36590 35636 76 150 0 36437 0
Current children cumulated CPU time (s) 1538.14
Current children cumulated vsize (KiB) 168584

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/88 17859
/proc/meminfo: memFree=683544/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=16868 CPUtime=2.71
/proc/17751/stat : 17751 (sugar) S 17749 17751 16241 0 -1 4194304 1376 12786 0 2 5 2 254 10 16 0 1 0 22757055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17751/statm: 4217 1113 409 3 0 796 0
[pid=17774] ppid=17751 vsize=5356 CPUtime=0
/proc/17774/stat : 17774 (sh) S 17751 17751 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22757334 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17774/statm: 1339 232 193 169 0 50 0
[pid=17775] ppid=17774 vsize=146964 CPUtime=1595.12
/proc/17775/stat : 17775 (minisat) R 17774 17751 16241 0 -1 4194304 35760 0 0 0 159477 35 0 0 25 0 1 0 22757334 150491136 35746 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/17775/statm: 36741 35746 76 150 0 36588 0
Current children cumulated CPU time (s) 1597.83
Current children cumulated vsize (KiB) 169188

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/88 17859
/proc/meminfo: memFree=679512/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=16868 CPUtime=2.71
/proc/17751/stat : 17751 (sugar) S 17749 17751 16241 0 -1 4194304 1376 12786 0 2 5 2 254 10 16 0 1 0 22757055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17751/statm: 4217 1113 409 3 0 796 0
[pid=17774] ppid=17751 vsize=5356 CPUtime=0
/proc/17774/stat : 17774 (sh) S 17751 17751 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22757334 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17774/statm: 1339 232 193 169 0 50 0
[pid=17775] ppid=17774 vsize=151020 CPUtime=1654.83
/proc/17775/stat : 17775 (minisat) R 17774 17751 16241 0 -1 4194304 36752 0 0 0 165447 36 0 0 25 0 1 0 22757334 154644480 36738 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/17775/statm: 37755 36738 76 150 0 37602 0
Current children cumulated CPU time (s) 1657.54
Current children cumulated vsize (KiB) 173244

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/88 17859
/proc/meminfo: memFree=662872/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=16868 CPUtime=2.71
/proc/17751/stat : 17751 (sugar) S 17749 17751 16241 0 -1 4194304 1376 12786 0 2 5 2 254 10 16 0 1 0 22757055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17751/statm: 4217 1113 409 3 0 796 0
[pid=17774] ppid=17751 vsize=5356 CPUtime=0
/proc/17774/stat : 17774 (sh) S 17751 17751 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22757334 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17774/statm: 1339 232 193 169 0 50 0
[pid=17775] ppid=17774 vsize=157132 CPUtime=1714.5
/proc/17775/stat : 17775 (minisat) R 17774 17751 16241 0 -1 4194304 38244 0 0 0 171412 38 0 0 25 0 1 0 22757334 160903168 38230 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17775/statm: 39283 38230 76 150 0 39130 0
Current children cumulated CPU time (s) 1717.21
Current children cumulated vsize (KiB) 179356

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 17859
/proc/meminfo: memFree=660376/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=16868 CPUtime=2.71
/proc/17751/stat : 17751 (sugar) S 17749 17751 16241 0 -1 4194304 1376 12786 0 2 5 2 254 10 16 0 1 0 22757055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17751/statm: 4217 1113 409 3 0 796 0
[pid=17774] ppid=17751 vsize=5356 CPUtime=0
/proc/17774/stat : 17774 (sh) S 17751 17751 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22757334 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17774/statm: 1339 232 193 169 0 50 0
[pid=17775] ppid=17774 vsize=159628 CPUtime=1774.21
/proc/17775/stat : 17775 (minisat) R 17774 17751 16241 0 -1 4194304 38838 0 0 0 177383 38 0 0 25 0 1 0 22757334 163459072 38824 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17775/statm: 39907 38824 76 150 0 39754 0
Current children cumulated CPU time (s) 1776.92
Current children cumulated vsize (KiB) 181852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 17859
/proc/meminfo: memFree=660376/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=16868 CPUtime=2.71
/proc/17751/stat : 17751 (sugar) S 17749 17751 16241 0 -1 4194304 1376 12786 0 2 5 2 254 10 16 0 1 0 22757055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17751/statm: 4217 1113 409 3 0 796 0
[pid=17774] ppid=17751 vsize=5356 CPUtime=0
/proc/17774/stat : 17774 (sh) S 17751 17751 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22757334 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17774/statm: 1339 232 193 169 0 50 0
[pid=17775] ppid=17774 vsize=159628 CPUtime=1797.3
/proc/17775/stat : 17775 (minisat) R 17774 17751 16241 0 -1 4194304 38841 0 0 0 179692 38 0 0 25 0 1 0 22757334 163459072 38827 996147200 134512640 135127466 4294956256 18446744073709551615 134530627 0 0 4096 3 0 0 0 17 0 0 0
/proc/17775/statm: 39907 38827 76 150 0 39754 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 181852

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

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

[startup+1805.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 17859
/proc/meminfo: memFree=660376/2055920 swapFree=4192948/4192956
[pid=17751] ppid=17749 vsize=16868 CPUtime=2.71
/proc/17751/stat : 17751 (sugar) S 17749 17751 16241 0 -1 4194304 1376 12786 0 2 5 2 254 10 16 0 1 0 22757055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17751/statm: 4217 1113 409 3 0 796 0
[pid=17774] ppid=17751 vsize=5356 CPUtime=0
/proc/17774/stat : 17774 (sh) S 17751 17751 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22757334 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17774/statm: 1339 232 193 169 0 50 0
[pid=17775] ppid=17774 vsize=159628 CPUtime=1797.3
/proc/17775/stat : 17775 (minisat) R 17774 17751 16241 0 -1 4194304 38841 0 0 0 179692 38 0 0 25 0 1 0 22757334 163459072 38827 996147200 134512640 135127466 4294956256 18446744073709551615 134530627 0 0 4096 3 0 0 0 17 0 0 0
/proc/17775/statm: 39907 38827 76 150 0 39754 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 181852

Child status: 0

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

Real time (s): 1805.53
CPU time (s): 1800.01
CPU user time (s): 1799.51
CPU system time (s): 0.5
CPU usage (%): 99.694
Max. virtual memory (cumulated for all children) (KiB): 890936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.6006
system time used= 0.134979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14545
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= 2929
involuntary context switches= 2863

runsolver used 2.37064 second user time and 5.51316 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-12 02:02:00
IDJOB=2072776
IDBENCH=55833
IDSOLVER=739
FILE ID=node81/2072776-1247356920
PBS_JOBID= 9506888
Free space on /tmp= 126616 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-chnl35-45-pb-cnf-cr.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-2072776-1247356920/watcher-2072776-1247356920 -o /tmp/evaluation-result-2072776-1247356920/solver-2072776-1247356920 -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-2072776-1247356920.xml

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

MD5SUM BENCH= 947154cb99982b2034e5540593a79891
RANDOM SEED=1067727786

node81.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.233
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.233
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:       1393760 kB
Buffers:         66424 kB
Cached:         435204 kB
SwapCached:          8 kB
Active:         161340 kB
Inactive:       446984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1393760 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1756 kB
Writeback:           0 kB
Mapped:         124480 kB
Slab:            38700 kB
Committed_AS:   910732 kB
PageTables:       2056 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126616 MiB
End job on node81 at 2009-07-12 02:32:07