Trace number 2081389

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.05 1803.53

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-8.xml
MD5SUMe0d3c2a9b72782260c487372febe60b6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints2034
Maximum constraint arity2
Maximum domain size64
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2034
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 06:23:42 2009
0.00/0.08	c 0	PID 22909
0.06/0.08	c 0	HOST node24.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2081389-1247372622.xml TO HOME/temp.csp
0.06/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-2081389-1247372622.xml' 'HOME/temp.csp'
0.06/0.72	c 1	2 domains, 65 variables, 3 predicates, 0 relations, 2034 constraints
0.06/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.68/0.84	c 1	Parsing HOME/temp.csp
0.68/0.99	c 1	parsed 2104 expressions
0.90/1.04	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.90/1.04	c 1	Converting to clausal form CSP
1.10/1.25	c 1	converted 211 (10%) expressions
1.10/1.27	c 1	converted 421 (20%) expressions
1.10/1.30	c 1	converted 632 (30%) expressions
1.19/1.31	c 1	converted 842 (40%) expressions
1.19/1.32	c 1	converted 1052 (50%) expressions
1.19/1.33	c 1	converted 1263 (60%) expressions
1.19/1.35	c 1	converted 1473 (70%) expressions
1.19/1.36	c 1	converted 1684 (80%) expressions
1.19/1.37	c 1	converted 1894 (90%) expressions
1.19/1.39	c 1	converted 2104 (100%) expressions
1.19/1.39	c 1	CSP : 343 integers, 198 booleans, 3284 clauses, largest domain size 64
1.19/1.39	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.19/1.39	c 1	Propagation in CSP
1.29/1.41	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.29/1.42	c 1	CSP : 343 integers, 198 booleans, 3284 clauses, largest domain size 64
1.29/1.42	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.29/1.42	c 1	Simplifing CSP by introducing new Boolean variables
1.29/1.45	c 1	CSP : 343 integers, 4716 booleans, 7802 clauses, largest domain size 64
1.29/1.45	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.29/1.50	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.40/1.52	c 1	35 (10%) CSP integer variables are encoded (2116 clauses, 25398 bytes)
1.40/1.52	c 1	69 (20%) CSP integer variables are encoded (3992 clauses, 49786 bytes)
1.40/1.52	c 1	103 (30%) CSP integer variables are encoded (4188 clauses, 52334 bytes)
1.40/1.53	c 1	138 (40%) CSP integer variables are encoded (4398 clauses, 55064 bytes)
1.40/1.53	c 1	172 (50%) CSP integer variables are encoded (4602 clauses, 57716 bytes)
1.40/1.53	c 1	206 (60%) CSP integer variables are encoded (4806 clauses, 60368 bytes)
1.40/1.53	c 1	241 (70%) CSP integer variables are encoded (5016 clauses, 63098 bytes)
1.40/1.53	c 1	275 (80%) CSP integer variables are encoded (5220 clauses, 65750 bytes)
1.40/1.53	c 1	309 (90%) CSP integer variables are encoded (5424 clauses, 68402 bytes)
1.40/1.53	c 1	343 (100%) CSP integer variables are encoded (5628 clauses, 71054 bytes)
1.49/1.64	c 2	781 (10%) CSP clauses are encoded (32485 clauses, 612186 bytes)
1.60/1.71	c 2	1561 (20%) CSP clauses are encoded (62967 clauses, 1147684 bytes)
1.60/1.78	c 2	2341 (30%) CSP clauses are encoded (93571 clauses, 1688234 bytes)
1.70/1.84	c 2	3121 (40%) CSP clauses are encoded (123503 clauses, 2218560 bytes)
1.70/1.89	c 2	3901 (50%) CSP clauses are encoded (153985 clauses, 2779534 bytes)
1.79/1.95	c 2	4682 (60%) CSP clauses are encoded (183246 clauses, 3326588 bytes)
1.89/2.01	c 2	5462 (70%) CSP clauses are encoded (212321 clauses, 3870517 bytes)
1.89/2.07	c 2	6242 (80%) CSP clauses are encoded (240783 clauses, 4402111 bytes)
1.99/2.13	c 2	7022 (90%) CSP clauses are encoded (267657 clauses, 4920123 bytes)
1.99/2.17	c 2	7802 (100%) CSP clauses are encoded (289512 clauses, 5342408 bytes)
1.99/2.17	c 2	7802 CSP clauses encoded
1.99/2.17	c 2	Writing map file : HOME/temp.map
1.99/2.18	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.99/2.18	c 2	SAT : 10687 SAT variables, 289512 SAT clauses, 5342408 bytes
1.99/2.18	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.07/2.22	c 2	SOLVING HOME/temp.cnf
2.07/2.22	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.07/2.23	c 2	This is MiniSat 2.0 beta
2.07/2.23	c 2	WARNING: for repeatability, setting FPU to use double precision
2.07/2.23	c 2	============================[ Problem Statistics ]=============================
2.07/2.23	c 2	|                                                                             |
2.07/2.23	c 2	|  Number of variables:  10687                                                |
2.07/2.23	c 2	|  Number of clauses:    289512                                               |
2.11/2.38	c 2	|  Parsing time:         0.13         s                                       |
2.11/2.39	c 2	============================[ Search Statistics ]==============================
2.11/2.39	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.11/2.39	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.11/2.39	c 2	===============================================================================
2.11/2.39	c 2	|         0 |   10687   289512   861316 |    96504        0    nan |  0.000 % |
2.11/2.42	c 2	|       100 |   10687   289512   861316 |   106154      100      9 |  0.000 % |
2.11/2.45	c 2	|       250 |   10687   289512   861316 |   116769      250      9 |  0.000 % |
2.11/2.52	c 2	|       475 |   10687   289512   861316 |   128446      475     10 |  0.000 % |
2.11/2.60	c 3	|       812 |   10687   289512   861316 |   141291      812     11 |  0.000 % |
2.11/2.78	c 3	|      1318 |   10687   289512   861316 |   155420     1318     11 |  0.000 % |
2.11/2.98	c 3	|      2078 |   10687   289512   861316 |   170962     2078     12 |  0.000 % |
3.17/3.36	c 3	|      3217 |   10687   289512   861316 |   188058     3217     13 |  0.000 % |
3.66/3.85	c 4	|      4925 |   10687   289512   861316 |   206864     4925     13 |  0.000 % |
4.35/4.56	c 5	|      7488 |   10687   289512   861316 |   227551     7488     15 |  0.000 % |
6.05/6.28	c 6	|     11332 |   10687   289512   861316 |   250306    11332     22 |  0.000 % |
7.54/7.76	c 8	|     17098 |   10687   289512   861316 |   275337    17098     21 |  0.000 % |
10.42/10.61	c 11	|     25748 |   10687   289512   861316 |   302870    25748     21 |  0.000 % |
15.29/15.50	c 15	|     38722 |   10687   289512   861316 |   333157    38722     23 |  0.000 % |
24.35/24.60	c 25	|     58184 |   10687   289512   861316 |   366473    58184     25 |  0.000 % |
42.06/42.41	c 42	|     87376 |   10687   289512   861316 |   403121    87376     28 |  0.000 % |
127.35/128.11	c 128	|    131167 |   10687   289512   861316 |   443433   131167     36 |  0.000 % |
204.76/205.99	c 206	|    196851 |   10687   289512   861316 |   487776   196851     41 |  0.000 % |
353.93/355.88	c 356	|    295377 |   10687   289512   861316 |   536554   295377     42 |  0.000 % |
688.47/691.44	c 691	|    443166 |   10687   289512   861316 |   590209   443166     47 |  0.000 % |
1222.02/1225.20	c 1225	|    664849 |   10687   289512   861316 |   649230   100311     32 |  0.000 % |
1800.05/1803.52	c ERROR INTERRUPTED
1800.05/1803.53	s UNKNOWN
1800.05/1803.53	c 1803	CPU 2.11 (0.06 0.02 1.89 0.14)
1800.05/1803.53	c 1803	END Sun Jul 12 06:53:45 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-2081389-1247372622/watcher-2081389-1247372622 -o /tmp/evaluation-result-2081389-1247372622/solver-2081389-1247372622 -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-2081389-1247372622.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.41 2.15 2.05 4/74 22909
/proc/meminfo: memFree=1662904/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=12268 CPUtime=0
/proc/22909/stat : 22909 (sugar) R 22907 22909 18887 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24329019 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 237788428901 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/22909/statm: 3067 316 241 3 0 167 0

[startup+0.0816261 s]
/proc/loadavg: 2.41 2.15 2.05 4/74 22909
/proc/meminfo: memFree=1662904/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16740 CPUtime=0.06
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24329019 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22909/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102281 s]
/proc/loadavg: 2.41 2.15 2.05 4/74 22909
/proc/meminfo: memFree=1662904/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16868 CPUtime=0.06
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24329019 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22909/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301303 s]
/proc/loadavg: 2.41 2.15 2.05 4/74 22909
/proc/meminfo: memFree=1662904/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16868 CPUtime=0.06
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24329019 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22909/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701379 s]
/proc/loadavg: 2.41 2.15 2.05 4/74 22909
/proc/meminfo: memFree=1662904/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16868 CPUtime=0.06
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24329019 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22909/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50252 s]
/proc/loadavg: 2.41 2.15 2.05 4/85 22931
/proc/meminfo: memFree=1654368/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16868 CPUtime=0.69
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1310 5191 0 1 6 1 59 3 15 0 1 0 24329019 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22909/statm: 4217 1111 409 3 0 796 0
[pid=22922] ppid=22909 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (sh) S 22909 22909 18887 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24329096 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22922/statm: 1339 233 193 169 0 50 0
[pid=22923] ppid=22922 vsize=868564 CPUtime=0.71
/proc/22923/stat : 22923 (java) S 22922 22909 18887 0 -1 0 6965 0 1 0 67 4 0 0 18 0 9 0 24329096 889409536 6210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22923/statm: 217141 6210 2564 9 0 211646 0
[pid=22923/tid=22924] ppid=22922 vsize=868564 CPUtime=0.44
/proc/22923/task/22924/stat : 22924 (java) R 22922 22909 18887 0 -1 64 2693 0 1 0 43 1 0 0 18 0 9 0 24329097 889409536 6210 996147200 134512640 134550932 4294955936 18446744073709551615 2605860 0 2147483391 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22925] ppid=22922 vsize=868564 CPUtime=0.07
/proc/22923/task/22925/stat : 22925 (java) S 22922 22909 18887 0 -1 64 2116 0 0 0 7 0 0 0 16 0 9 0 24329098 889409536 6210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22926] ppid=22922 vsize=868564 CPUtime=0
/proc/22923/task/22926/stat : 22926 (java) S 22922 22909 18887 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24329099 889409536 6210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22927] ppid=22922 vsize=868564 CPUtime=0
/proc/22923/task/22927/stat : 22927 (java) S 22922 22909 18887 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24329099 889409536 6210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22928] ppid=22922 vsize=868564 CPUtime=0
/proc/22923/task/22928/stat : 22928 (java) S 22922 22909 18887 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24329101 889409536 6210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22929] ppid=22922 vsize=868564 CPUtime=0.16
/proc/22923/task/22929/stat : 22929 (java) S 22922 22909 18887 0 -1 64 1457 0 0 0 16 0 0 0 16 0 9 0 24329101 889409536 6210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22930] ppid=22922 vsize=868564 CPUtime=0
/proc/22923/task/22930/stat : 22930 (java) S 22922 22909 18887 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24329101 889409536 6210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22923/tid=22931] ppid=22922 vsize=868564 CPUtime=0
/proc/22923/task/22931/stat : 22931 (java) S 22922 22909 18887 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24329101 889409536 6210 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890788

[startup+3.10183 s]
/proc/loadavg: 2.38 2.15 2.05 3/85 22931
/proc/meminfo: memFree=1639776/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16868 CPUtime=2.11
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1376 12703 0 2 6 2 189 14 15 0 1 0 24329019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22909/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30141 s]
/proc/loadavg: 2.38 2.15 2.05 3/77 22933
/proc/meminfo: memFree=1637856/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16868 CPUtime=2.11
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1376 12703 0 2 6 2 189 14 16 0 1 0 24329019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22909/statm: 4217 1113 409 3 0 796 0
[pid=22932] ppid=22909 vsize=5356 CPUtime=0
/proc/22932/stat : 22932 (sh) S 22909 22909 18887 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24329242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22932/statm: 1339 232 193 169 0 50 0
[pid=22933] ppid=22932 vsize=16856 CPUtime=4.04
/proc/22933/stat : 22933 (minisat) R 22932 22909 18887 0 -1 4194304 4100 0 0 0 402 2 0 0 25 0 1 0 24329242 17260544 4086 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22933/statm: 4214 4086 76 150 0 4061 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 39080

[startup+12.7026 s]
/proc/loadavg: 2.32 2.14 2.05 3/77 22933
/proc/meminfo: memFree=1635552/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16868 CPUtime=2.11
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1376 12703 0 2 6 2 189 14 16 0 1 0 24329019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22909/statm: 4217 1113 409 3 0 796 0
[pid=22932] ppid=22909 vsize=5356 CPUtime=0
/proc/22932/stat : 22932 (sh) S 22909 22909 18887 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24329242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22932/statm: 1339 232 193 169 0 50 0
[pid=22933] ppid=22932 vsize=19132 CPUtime=10.4
/proc/22933/stat : 22933 (minisat) R 22932 22909 18887 0 -1 4194304 4657 0 0 0 1038 2 0 0 25 0 1 0 24329242 19591168 4643 996147200 134512640 135127466 4294956256 18446744073709551615 134521716 0 0 4096 3 0 0 0 17 1 0 0
/proc/22933/statm: 4783 4643 76 150 0 4630 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 41356

[startup+25.5019 s]
/proc/loadavg: 2.27 2.14 2.04 3/77 22933
/proc/meminfo: memFree=1631328/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16868 CPUtime=2.11
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1376 12703 0 2 6 2 189 14 16 0 1 0 24329019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22909/statm: 4217 1113 409 3 0 796 0
[pid=22932] ppid=22909 vsize=5356 CPUtime=0
/proc/22932/stat : 22932 (sh) S 22909 22909 18887 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24329242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22932/statm: 1339 232 193 169 0 50 0
[pid=22933] ppid=22932 vsize=23436 CPUtime=23.13
/proc/22933/stat : 22933 (minisat) R 22932 22909 18887 0 -1 4194304 5717 0 0 0 2310 3 0 0 25 0 1 0 24329242 23998464 5703 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22933/statm: 5859 5703 76 150 0 5706 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 45660

[startup+51.1017 s]
/proc/loadavg: 2.18 2.12 2.04 3/77 22933
/proc/meminfo: memFree=1625056/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16868 CPUtime=2.11
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1376 12703 0 2 6 2 189 14 16 0 1 0 24329019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22909/statm: 4217 1113 409 3 0 796 0
[pid=22932] ppid=22909 vsize=5356 CPUtime=0
/proc/22932/stat : 22932 (sh) S 22909 22909 18887 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24329242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22932/statm: 1339 232 193 169 0 50 0
[pid=22933] ppid=22932 vsize=29808 CPUtime=48.61
/proc/22933/stat : 22933 (minisat) R 22932 22909 18887 0 -1 4194304 7296 0 0 0 4855 6 0 0 25 0 1 0 24329242 30523392 7282 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22933/statm: 7452 7282 76 150 0 7299 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 52032

[startup+102.306 s]
/proc/loadavg: 2.07 2.10 2.04 3/77 22933
/proc/meminfo: memFree=1618912/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16868 CPUtime=2.11
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1376 12703 0 2 6 2 189 14 16 0 1 0 24329019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22909/statm: 4217 1113 409 3 0 796 0
[pid=22932] ppid=22909 vsize=5356 CPUtime=0
/proc/22932/stat : 22932 (sh) S 22909 22909 18887 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24329242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22932/statm: 1339 232 193 169 0 50 0
[pid=22933] ppid=22932 vsize=35764 CPUtime=99.57
/proc/22933/stat : 22933 (minisat) R 22932 22909 18887 0 -1 4194304 8795 0 0 0 9949 8 0 0 25 0 1 0 24329242 36622336 8781 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22933/statm: 8941 8781 76 150 0 8788 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 57988

[startup+162.301 s]
/proc/loadavg: 2.02 2.08 2.03 3/77 22933
/proc/meminfo: memFree=1609184/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16868 CPUtime=2.11
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1376 12703 0 2 6 2 189 14 16 0 1 0 24329019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22909/statm: 4217 1113 409 3 0 796 0
[pid=22932] ppid=22909 vsize=5356 CPUtime=0
/proc/22932/stat : 22932 (sh) S 22909 22909 18887 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24329242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22932/statm: 1339 232 193 169 0 50 0
[pid=22933] ppid=22932 vsize=45568 CPUtime=159.27
/proc/22933/stat : 22933 (minisat) R 22932 22909 18887 0 -1 4194304 11238 0 0 0 15915 12 0 0 25 0 1 0 24329242 46661632 11224 996147200 134512640 135127466 4294956256 18446744073709551615 134522866 0 0 4096 3 0 0 0 17 1 0 0
/proc/22933/statm: 11392 11224 76 150 0 11239 0
Current children cumulated CPU time (s) 161.38
Current children cumulated vsize (KiB) 67792

[startup+222.301 s]
/proc/loadavg: 2.01 2.06 2.03 3/77 22933
/proc/meminfo: memFree=1597984/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16868 CPUtime=2.11
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1376 12703 0 2 6 2 189 14 16 0 1 0 24329019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22909/statm: 4217 1113 409 3 0 796 0
[pid=22932] ppid=22909 vsize=5356 CPUtime=0
/proc/22932/stat : 22932 (sh) S 22909 22909 18887 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24329242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22932/statm: 1339 232 193 169 0 50 0
[pid=22933] ppid=22932 vsize=56932 CPUtime=218.97
/proc/22933/stat : 22933 (minisat) R 22932 22909 18887 0 -1 4194304 13994 0 0 0 21883 14 0 0 25 0 1 0 24329242 58298368 13980 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/22933/statm: 14233 13980 76 150 0 14080 0
Current children cumulated CPU time (s) 221.08
Current children cumulated vsize (KiB) 79156

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

/proc/meminfo: memFree=1458424/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16868 CPUtime=2.11
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1376 12703 0 2 6 2 189 14 16 0 1 0 24329019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22909/statm: 4217 1113 409 3 0 796 0
[pid=22932] ppid=22909 vsize=5356 CPUtime=0
/proc/22932/stat : 22932 (sh) S 22909 22909 18887 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24329242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22932/statm: 1339 232 193 169 0 50 0
[pid=22933] ppid=22932 vsize=144276 CPUtime=1356.95
/proc/22933/stat : 22933 (minisat) R 22932 22909 18887 0 -1 4194304 35823 0 0 0 135651 44 0 0 25 0 1 0 24329242 147738624 35809 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22933/statm: 36069 35809 76 150 0 35916 0
Current children cumulated CPU time (s) 1359.06
Current children cumulated vsize (KiB) 166500

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 1.99 3/83 22971
/proc/meminfo: memFree=1458424/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16868 CPUtime=2.11
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1376 12703 0 2 6 2 189 14 16 0 1 0 24329019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22909/statm: 4217 1113 409 3 0 796 0
[pid=22932] ppid=22909 vsize=5356 CPUtime=0
/proc/22932/stat : 22932 (sh) S 22909 22909 18887 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24329242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22932/statm: 1339 232 193 169 0 50 0
[pid=22933] ppid=22932 vsize=144276 CPUtime=1416.93
/proc/22933/stat : 22933 (minisat) R 22932 22909 18887 0 -1 4194304 35823 0 0 0 141649 44 0 0 25 0 1 0 24329242 147738624 35809 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22933/statm: 36069 35809 76 150 0 35916 0
Current children cumulated CPU time (s) 1419.04
Current children cumulated vsize (KiB) 166500

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/83 22971
/proc/meminfo: memFree=1458424/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16868 CPUtime=2.11
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1376 12703 0 2 6 2 189 14 16 0 1 0 24329019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22909/statm: 4217 1113 409 3 0 796 0
[pid=22932] ppid=22909 vsize=5356 CPUtime=0
/proc/22932/stat : 22932 (sh) S 22909 22909 18887 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24329242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22932/statm: 1339 232 193 169 0 50 0
[pid=22933] ppid=22932 vsize=144276 CPUtime=1476.89
/proc/22933/stat : 22933 (minisat) R 22932 22909 18887 0 -1 4194304 35823 0 0 0 147645 44 0 0 25 0 1 0 24329242 147738624 35809 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/22933/statm: 36069 35809 76 150 0 35916 0
Current children cumulated CPU time (s) 1479
Current children cumulated vsize (KiB) 166500

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/83 22971
/proc/meminfo: memFree=1458424/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16868 CPUtime=2.11
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1376 12703 0 2 6 2 189 14 16 0 1 0 24329019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22909/statm: 4217 1113 409 3 0 796 0
[pid=22932] ppid=22909 vsize=5356 CPUtime=0
/proc/22932/stat : 22932 (sh) S 22909 22909 18887 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24329242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22932/statm: 1339 232 193 169 0 50 0
[pid=22933] ppid=22932 vsize=144276 CPUtime=1536.86
/proc/22933/stat : 22933 (minisat) R 22932 22909 18887 0 -1 4194304 35823 0 0 0 153642 44 0 0 25 0 1 0 24329242 147738624 35809 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/22933/statm: 36069 35809 76 150 0 35916 0
Current children cumulated CPU time (s) 1538.97
Current children cumulated vsize (KiB) 166500

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/83 22971
/proc/meminfo: memFree=1458424/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16868 CPUtime=2.11
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1376 12703 0 2 6 2 189 14 16 0 1 0 24329019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22909/statm: 4217 1113 409 3 0 796 0
[pid=22932] ppid=22909 vsize=5356 CPUtime=0
/proc/22932/stat : 22932 (sh) S 22909 22909 18887 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24329242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22932/statm: 1339 232 193 169 0 50 0
[pid=22933] ppid=22932 vsize=144276 CPUtime=1596.83
/proc/22933/stat : 22933 (minisat) R 22932 22909 18887 0 -1 4194304 35823 0 0 0 159639 44 0 0 25 0 1 0 24329242 147738624 35809 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22933/statm: 36069 35809 76 150 0 35916 0
Current children cumulated CPU time (s) 1598.94
Current children cumulated vsize (KiB) 166500

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/83 22973
/proc/meminfo: memFree=1458232/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16868 CPUtime=2.11
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1376 12703 0 2 6 2 189 14 16 0 1 0 24329019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22909/statm: 4217 1113 409 3 0 796 0
[pid=22932] ppid=22909 vsize=5356 CPUtime=0
/proc/22932/stat : 22932 (sh) S 22909 22909 18887 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24329242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22932/statm: 1339 232 193 169 0 50 0
[pid=22933] ppid=22932 vsize=144276 CPUtime=1656.8
/proc/22933/stat : 22933 (minisat) R 22932 22909 18887 0 -1 4194304 35825 0 0 0 165636 44 0 0 25 0 1 0 24329242 147738624 35811 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22933/statm: 36069 35811 76 150 0 35916 0
Current children cumulated CPU time (s) 1658.91
Current children cumulated vsize (KiB) 166500

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/83 22973
/proc/meminfo: memFree=1458232/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16868 CPUtime=2.11
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1376 12703 0 2 6 2 189 14 16 0 1 0 24329019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22909/statm: 4217 1113 409 3 0 796 0
[pid=22932] ppid=22909 vsize=5356 CPUtime=0
/proc/22932/stat : 22932 (sh) S 22909 22909 18887 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24329242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22932/statm: 1339 232 193 169 0 50 0
[pid=22933] ppid=22932 vsize=144276 CPUtime=1716.77
/proc/22933/stat : 22933 (minisat) R 22932 22909 18887 0 -1 4194304 35825 0 0 0 171633 44 0 0 25 0 1 0 24329242 147738624 35811 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/22933/statm: 36069 35811 76 150 0 35916 0
Current children cumulated CPU time (s) 1718.88
Current children cumulated vsize (KiB) 166500

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/83 22973
/proc/meminfo: memFree=1458104/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16868 CPUtime=2.11
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1376 12703 0 2 6 2 189 14 16 0 1 0 24329019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22909/statm: 4217 1113 409 3 0 796 0
[pid=22932] ppid=22909 vsize=5356 CPUtime=0
/proc/22932/stat : 22932 (sh) S 22909 22909 18887 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24329242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22932/statm: 1339 232 193 169 0 50 0
[pid=22933] ppid=22932 vsize=144276 CPUtime=1776.75
/proc/22933/stat : 22933 (minisat) R 22932 22909 18887 0 -1 4194304 35826 0 0 0 177630 45 0 0 25 0 1 0 24329242 147738624 35812 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22933/statm: 36069 35812 76 150 0 35916 0
Current children cumulated CPU time (s) 1778.86
Current children cumulated vsize (KiB) 166500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.5 s]
/proc/loadavg: 1.99 2.00 1.99 3/83 22973
/proc/meminfo: memFree=1458104/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16868 CPUtime=2.11
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1376 12703 0 2 6 2 189 14 16 0 1 0 24329019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22909/statm: 4217 1113 409 3 0 796 0
[pid=22932] ppid=22909 vsize=5356 CPUtime=0
/proc/22932/stat : 22932 (sh) S 22909 22909 18887 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24329242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22932/statm: 1339 232 193 169 0 50 0
[pid=22933] ppid=22932 vsize=144276 CPUtime=1797.94
/proc/22933/stat : 22933 (minisat) R 22932 22909 18887 0 -1 4194304 35826 0 0 0 179749 45 0 0 25 0 1 0 24329242 147738624 35812 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/22933/statm: 36069 35812 76 150 0 35916 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 166500

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

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

[startup+1803.5 s]
/proc/loadavg: 1.99 2.00 1.99 3/83 22973
/proc/meminfo: memFree=1458104/2055920 swapFree=4192812/4192956
[pid=22909] ppid=22907 vsize=16868 CPUtime=2.11
/proc/22909/stat : 22909 (sugar) S 22907 22909 18887 0 -1 4194304 1376 12703 0 2 6 2 189 14 16 0 1 0 24329019 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22909/statm: 4217 1113 409 3 0 796 0
[pid=22932] ppid=22909 vsize=5356 CPUtime=0
/proc/22932/stat : 22932 (sh) S 22909 22909 18887 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24329242 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22932/statm: 1339 232 193 169 0 50 0
[pid=22933] ppid=22932 vsize=144276 CPUtime=1797.94
/proc/22933/stat : 22933 (minisat) R 22932 22909 18887 0 -1 4194304 35826 0 0 0 179749 45 0 0 25 0 1 0 24329242 147738624 35812 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/22933/statm: 36069 35812 76 150 0 35916 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 166500

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22909 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=959702
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=168974
# CPU time returned by wait4() is 2.12868
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.53
CPU time (s): 1800.05
CPU user time (s): 1799.44
CPU system time (s): 0.61
CPU usage (%): 99.8068
Max. virtual memory (cumulated for all children) (KiB): 890900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9597
system time used= 0.168974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14462
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= 3036
involuntary context switches= 2887

runsolver used 2.18567 second user time and 6.03208 second system time

The end

Launcher Data

Begin job on node24 at 2009-07-12 06:23:42
IDJOB=2081389
IDBENCH=57393
IDSOLVER=739
FILE ID=node24/2081389-1247372622
PBS_JOBID= 9507049
Free space on /tmp= 66452 MiB

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

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

MD5SUM BENCH= e0d3c2a9b72782260c487372febe60b6
RANDOM SEED=1159917699

node24.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.287
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.287
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:       1663320 kB
Buffers:         60872 kB
Cached:         194808 kB
SwapCached:          0 kB
Active:         227724 kB
Inactive:       107048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1663320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1528 kB
Writeback:           0 kB
Mapped:          89800 kB
Slab:            42960 kB
Committed_AS:   324092 kB
PageTables:       2028 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= 66460 MiB
End job on node24 at 2009-07-12 06:53:47