Trace number 2080608

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 1800.93

General information on the benchmark

Namecsp/knights/
normalized-knights-100-9.xml
MD5SUMe3d61a77ece532324ef1261b9e5f0982
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 benchmark84.9191
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints36
Maximum constraint arity2
Maximum domain size10000
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:43:20 2009
0.00/0.08	c 0	PID 21626
0.00/0.08	c 0	HOST node20.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2080608-1247370200.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2080608-1247370200.xml' 'HOME/temp.csp'
0.06/0.24	c 0	1 domains, 9 variables, 2 predicates, 0 relations, 36 constraints
0.06/0.25	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.25	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.20/0.33	c 0	Parsing HOME/temp.csp
0.20/0.35	c 0	parsed 48 expressions
0.20/0.36	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.20/0.36	c 0	Converting to clausal form CSP
0.20/0.38	c 0	converted 5 (10%) expressions
0.20/0.38	c 0	converted 10 (20%) expressions
0.20/0.40	c 0	converted 15 (30%) expressions
0.20/0.42	c 1	converted 20 (40%) expressions
0.20/0.42	c 1	converted 24 (50%) expressions
0.20/0.43	c 1	converted 29 (60%) expressions
0.20/0.44	c 1	converted 34 (70%) expressions
0.20/0.44	c 1	converted 39 (80%) expressions
0.20/0.45	c 1	converted 44 (90%) expressions
0.20/0.45	c 1	converted 48 (100%) expressions
0.20/0.45	c 1	CSP : 45 integers, 18 booleans, 180 clauses, largest domain size 10000
0.20/0.45	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.20/0.45	c 1	Propagation in CSP
0.20/0.46	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.20/0.46	c 1	CSP : 45 integers, 18 booleans, 180 clauses, largest domain size 10000
0.20/0.46	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.20/0.47	c 1	Simplifing CSP by introducing new Boolean variables
0.20/0.47	c 1	CSP : 45 integers, 144 booleans, 306 clauses, largest domain size 10000
0.20/0.47	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.20/0.49	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.20/0.58	c 1	5 (10%) CSP integer variables are encoded (49990 clauses, 727707 bytes)
0.20/0.63	c 1	9 (20%) CSP integer variables are encoded (89982 clauses, 1327587 bytes)
0.20/0.63	c 1	14 (30%) CSP integer variables are encoded (90472 clauses, 1334937 bytes)
0.20/0.64	c 1	18 (40%) CSP integer variables are encoded (90864 clauses, 1340817 bytes)
0.20/0.64	c 1	23 (50%) CSP integer variables are encoded (91354 clauses, 1348167 bytes)
0.20/0.64	c 1	27 (60%) CSP integer variables are encoded (91746 clauses, 1354047 bytes)
0.20/0.64	c 1	32 (70%) CSP integer variables are encoded (92236 clauses, 1361397 bytes)
0.20/0.64	c 1	36 (80%) CSP integer variables are encoded (92628 clauses, 1367277 bytes)
0.20/0.64	c 1	41 (90%) CSP integer variables are encoded (93118 clauses, 1374627 bytes)
0.20/0.64	c 1	45 (100%) CSP integer variables are encoded (93510 clauses, 1380507 bytes)
0.20/0.85	c 1	31 (10%) CSP clauses are encoded (195083 clauses, 3498043 bytes)
1.03/1.12	c 1	62 (20%) CSP clauses are encoded (335876 clauses, 6459043 bytes)
1.12/1.20	c 1	92 (30%) CSP clauses are encoded (377846 clauses, 7357094 bytes)
1.41/1.50	c 2	123 (40%) CSP clauses are encoded (538542 clauses, 10867008 bytes)
1.52/1.67	c 2	153 (50%) CSP clauses are encoded (629830 clauses, 12875100 bytes)
1.71/1.82	c 2	184 (60%) CSP clauses are encoded (711409 clauses, 14644508 bytes)
1.81/1.99	c 2	215 (70%) CSP clauses are encoded (802888 clauses, 16631709 bytes)
2.01/2.19	c 2	245 (80%) CSP clauses are encoded (904171 clauses, 18834585 bytes)
2.20/2.33	c 2	276 (90%) CSP clauses are encoded (985750 clauses, 20603993 bytes)
2.20/2.37	c 2	306 (100%) CSP clauses are encoded (1007730 clauses, 21087375 bytes)
2.20/2.37	c 2	306 CSP clauses encoded
2.20/2.37	c 2	Writing map file : HOME/temp.map
2.20/2.37	c 2	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.20/2.37	c 2	SAT : 93699 SAT variables, 1007730 SAT clauses, 21087375 bytes
2.20/2.37	c 2	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.20/2.39	c 2	SOLVING HOME/temp.cnf
2.20/2.39	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.20/2.40	c 2	This is MiniSat 2.0 beta
2.20/2.40	c 2	WARNING: for repeatability, setting FPU to use double precision
2.20/2.40	c 2	============================[ Problem Statistics ]=============================
2.20/2.40	c 2	|                                                                             |
2.29/2.40	c 2	|  Number of variables:  93699                                                |
2.29/2.40	c 2	|  Number of clauses:    1007730                                              |
2.29/2.93	c 3	|  Parsing time:         0.45         s                                       |
2.29/2.96	c 3	============================[ Search Statistics ]==============================
2.29/2.96	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.29/2.96	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.29/2.96	c 3	===============================================================================
2.29/2.96	c 3	|         0 |   93699  1007730  2922264 |   335910        0    nan |  0.000 % |
3.27/3.41	c 4	|       100 |   93699  1007730  2922264 |   369501      100     12 |  0.000 % |
3.67/3.89	c 4	|       250 |   93699  1007730  2922264 |   406451      250     12 |  0.000 % |
7.08/7.23	c 7	|       475 |   93699  1007730  2922264 |   447096      475     13 |  0.000 % |
7.28/7.48	c 8	|       812 |   93699  1007730  2922264 |   491805      812     12 |  0.000 % |
17.58/17.77	c 18	|      1318 |   93699  1007730  2922264 |   540986     1318     13 |  0.000 % |
23.47/23.66	c 24	|      2077 |   93699  1007730  2922264 |   595085     2077     14 |  0.000 % |
27.77/27.98	c 28	|      3217 |   93699  1007730  2922264 |   654593     3217     13 |  0.000 % |
42.06/42.22	c 42	|      4925 |   93699  1007730  2922264 |   720052     4925     14 |  0.000 % |
77.74/77.94	c 78	|      7487 |   93699  1007730  2922264 |   792058     7487     14 |  0.000 % |
114.03/114.25	c 114	|     11331 |   93699  1007730  2922264 |   871264    11331     14 |  0.000 % |
133.12/133.39	c 133	|     17097 |   93699  1007730  2922264 |   958390    17097     14 |  0.000 % |
213.79/214.05	c 214	|     25746 |   93699  1007730  2922264 |  1054229    25746     14 |  0.000 % |
302.25/302.52	c 303	|     38720 |   93699  1007730  2922264 |  1159652    38720     14 |  0.000 % |
488.17/488.52	c 489	|     58181 |   93699  1007730  2922264 |  1275617    58181     14 |  0.000 % |
786.75/787.27	c 787	|     87375 |   93699  1007730  2922264 |  1403179    87375     14 |  0.000 % |
1204.38/1205.08	c 1205	|    131164 |   93699  1007730  2922264 |  1543497   131164     13 |  0.000 % |
1800.00/1800.92	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1800.92	c 1801	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.00/1800.92	c ERROR INTERRUPTED
1800.00/1800.92	s UNKNOWN
1800.00/1800.92	c 1801	CPU 2.3 (0.05 0.02 2.02 0.21)
1800.00/1800.92	c 1801	END Sun Jul 12 06:13:21 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-2080608-1247370200/watcher-2080608-1247370200 -o /tmp/evaluation-result-2080608-1247370200/solver-2080608-1247370200 -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-2080608-1247370200.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.95 2.12 2.09 4/73 21626
/proc/meminfo: memFree=1814264/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=12268 CPUtime=0
/proc/21626/stat : 21626 (sugar) R 21624 21626 20495 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24086590 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 273961499646 0 0 4224 0 0 0 0 17 1 0 0
/proc/21626/statm: 3067 316 241 3 0 167 0

[startup+0.0974449 s]
/proc/loadavg: 1.95 2.12 2.09 4/73 21626
/proc/meminfo: memFree=1814264/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=0.06
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101772 s]
/proc/loadavg: 1.95 2.12 2.09 4/73 21626
/proc/meminfo: memFree=1814264/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=0.06
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301462 s]
/proc/loadavg: 1.95 2.12 2.09 4/73 21626
/proc/meminfo: memFree=1814264/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=0.2
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1292 4073 0 1 5 1 12 2 16 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 16868

[startup+0.701513 s]
/proc/loadavg: 1.95 2.12 2.09 4/73 21626
/proc/meminfo: memFree=1814264/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=0.2
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1310 4073 0 1 5 1 12 2 15 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 16868

[startup+1.5016 s]
/proc/loadavg: 1.95 2.12 2.09 3/84 21648
/proc/meminfo: memFree=1798880/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=0.2
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1310 4073 0 1 5 1 12 2 15 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
[pid=21639] ppid=21626 vsize=5356 CPUtime=0
/proc/21639/stat : 21639 (sh) S 21626 21626 20495 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24086615 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21639/statm: 1339 233 193 169 0 50 0
[pid=21640] ppid=21639 vsize=864424 CPUtime=1.21
/proc/21640/stat : 21640 (java) S 21639 21626 20495 0 -1 0 5287 0 1 0 110 11 0 0 18 0 9 0 24086616 885170176 4279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21640/statm: 216106 4279 2589 9 0 210583 0
[pid=21640/tid=21641] ppid=21639 vsize=864424 CPUtime=1.04
/proc/21640/task/21641/stat : 21641 (java) R 21639 21626 20495 0 -1 64 2997 0 1 0 96 8 0 0 25 0 9 0 24086617 885170176 4279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21640/tid=21642] ppid=21639 vsize=864424 CPUtime=0.08
/proc/21640/task/21642/stat : 21642 (java) S 21639 21626 20495 0 -1 64 1274 0 0 0 7 1 0 0 16 0 9 0 24086618 885170176 4279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21640/tid=21643] ppid=21639 vsize=864424 CPUtime=0
/proc/21640/task/21643/stat : 21643 (java) S 21639 21626 20495 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24086618 885170176 4279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21640/tid=21644] ppid=21639 vsize=864424 CPUtime=0
/proc/21640/task/21644/stat : 21644 (java) S 21639 21626 20495 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24086618 885170176 4279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21640/tid=21645] ppid=21639 vsize=864424 CPUtime=0
/proc/21640/task/21645/stat : 21645 (java) S 21639 21626 20495 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24086620 885170176 4279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21640/tid=21646] ppid=21639 vsize=864424 CPUtime=0.06
/proc/21640/task/21646/stat : 21646 (java) S 21639 21626 20495 0 -1 64 316 0 0 0 6 0 0 0 16 0 9 0 24086620 885170176 4279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21640/tid=21647] ppid=21639 vsize=864424 CPUtime=0
/proc/21640/task/21647/stat : 21647 (java) S 21639 21626 20495 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24086620 885170176 4279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21640/tid=21648] ppid=21639 vsize=864424 CPUtime=0
/proc/21640/task/21648/stat : 21648 (java) S 21639 21626 20495 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24086620 885170176 4279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886648

[startup+3.10178 s]
/proc/loadavg: 1.95 2.12 2.09 3/84 21648
/proc/meminfo: memFree=1786016/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=2.29
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1373 9934 0 2 5 1 202 21 15 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30215 s]
/proc/loadavg: 1.95 2.12 2.09 3/76 21650
/proc/meminfo: memFree=1737888/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=2.29
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1373 9934 0 2 5 1 202 21 15 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
[pid=21649] ppid=21626 vsize=5356 CPUtime=0
/proc/21649/stat : 21649 (sh) S 21626 21626 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24086830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21649/statm: 1339 232 193 169 0 50 0
[pid=21650] ppid=21649 vsize=54356 CPUtime=3.89
/proc/21650/stat : 21650 (minisat) R 21649 21626 20495 0 -1 4194304 13013 0 0 0 380 9 0 0 25 0 1 0 24086830 55660544 12999 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21650/statm: 13589 12999 75 150 0 13436 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 76580

[startup+12.7019 s]
/proc/loadavg: 1.96 2.12 2.09 3/76 21650
/proc/meminfo: memFree=1737824/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=2.29
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1373 9934 0 2 5 1 202 21 15 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
[pid=21649] ppid=21626 vsize=5356 CPUtime=0
/proc/21649/stat : 21649 (sh) S 21626 21626 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24086830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21649/statm: 1339 232 193 169 0 50 0
[pid=21650] ppid=21649 vsize=54356 CPUtime=10.29
/proc/21650/stat : 21650 (minisat) R 21649 21626 20495 0 -1 4194304 13015 0 0 0 1020 9 0 0 25 0 1 0 24086830 55660544 13001 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/21650/statm: 13589 13001 75 150 0 13436 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 76580

[startup+25.5014 s]
/proc/loadavg: 1.97 2.11 2.09 3/76 21650
/proc/meminfo: memFree=1737952/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=2.29
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1373 9934 0 2 5 1 202 21 16 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
[pid=21649] ppid=21626 vsize=5356 CPUtime=0
/proc/21649/stat : 21649 (sh) S 21626 21626 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24086830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21649/statm: 1339 232 193 169 0 50 0
[pid=21650] ppid=21649 vsize=54356 CPUtime=23.08
/proc/21650/stat : 21650 (minisat) R 21649 21626 20495 0 -1 4194304 13029 0 0 0 2299 9 0 0 25 0 1 0 24086830 55660544 13015 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21650/statm: 13589 13015 76 150 0 13436 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 76580

[startup+51.1014 s]
/proc/loadavg: 1.98 2.10 2.09 3/76 21650
/proc/meminfo: memFree=1737888/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=2.29
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1373 9934 0 2 5 1 202 21 16 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
[pid=21649] ppid=21626 vsize=5356 CPUtime=0
/proc/21649/stat : 21649 (sh) S 21626 21626 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24086830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21649/statm: 1339 232 193 169 0 50 0
[pid=21650] ppid=21649 vsize=54488 CPUtime=48.67
/proc/21650/stat : 21650 (minisat) R 21649 21626 20495 0 -1 4194304 13081 0 0 0 4858 9 0 0 25 0 1 0 24086830 55795712 13067 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21650/statm: 13622 13067 76 150 0 13469 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 76712

[startup+102.305 s]
/proc/loadavg: 1.99 2.08 2.08 3/76 21650
/proc/meminfo: memFree=1737696/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=2.29
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1373 9934 0 2 5 1 202 21 16 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
[pid=21649] ppid=21626 vsize=5356 CPUtime=0
/proc/21649/stat : 21649 (sh) S 21626 21626 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24086830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21649/statm: 1339 232 193 169 0 50 0
[pid=21650] ppid=21649 vsize=54884 CPUtime=99.85
/proc/21650/stat : 21650 (minisat) R 21649 21626 20495 0 -1 4194304 13149 0 0 0 9976 9 0 0 25 0 1 0 24086830 56201216 13135 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/21650/statm: 13721 13135 76 150 0 13568 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 77108

[startup+162.301 s]
/proc/loadavg: 1.99 2.07 2.08 3/76 21650
/proc/meminfo: memFree=1736736/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=2.29
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1373 9934 0 2 5 1 202 21 16 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
[pid=21649] ppid=21626 vsize=5356 CPUtime=0
/proc/21649/stat : 21649 (sh) S 21626 21626 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24086830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21649/statm: 1339 232 193 169 0 50 0
[pid=21650] ppid=21649 vsize=55764 CPUtime=159.82
/proc/21650/stat : 21650 (minisat) R 21649 21626 20495 0 -1 4194304 13383 0 0 0 15972 10 0 0 25 0 1 0 24086830 57102336 13369 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21650/statm: 13941 13369 76 150 0 13788 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 77988

[startup+222.301 s]
/proc/loadavg: 1.99 2.05 2.07 3/76 21650
/proc/meminfo: memFree=1736096/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=2.29
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1373 9934 0 2 5 1 202 21 16 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
[pid=21649] ppid=21626 vsize=5356 CPUtime=0
/proc/21649/stat : 21649 (sh) S 21626 21626 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24086830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21649/statm: 1339 232 193 169 0 50 0
[pid=21650] ppid=21649 vsize=56424 CPUtime=219.8
/proc/21650/stat : 21650 (minisat) R 21649 21626 20495 0 -1 4194304 13536 0 0 0 21970 10 0 0 25 0 1 0 24086830 57778176 13522 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/21650/statm: 14106 13522 76 150 0 13953 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 78648

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

/proc/meminfo: memFree=1723792/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=2.29
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1373 9934 0 2 5 1 202 21 16 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
[pid=21649] ppid=21626 vsize=5356 CPUtime=0
/proc/21649/stat : 21649 (sh) S 21626 21626 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24086830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21649/statm: 1339 232 193 169 0 50 0
[pid=21650] ppid=21649 vsize=67760 CPUtime=1359.32
/proc/21650/stat : 21650 (minisat) R 21649 21626 20495 0 -1 4194304 16308 0 0 0 135917 15 0 0 25 0 1 0 24086830 69386240 16294 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/21650/statm: 16940 16294 76 150 0 16787 0
Current children cumulated CPU time (s) 1361.61
Current children cumulated vsize (KiB) 89984

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.00 3/79 21661
/proc/meminfo: memFree=1723400/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=2.29
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1373 9934 0 2 5 1 202 21 16 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
[pid=21649] ppid=21626 vsize=5356 CPUtime=0
/proc/21649/stat : 21649 (sh) S 21626 21626 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24086830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21649/statm: 1339 232 193 169 0 50 0
[pid=21650] ppid=21649 vsize=68024 CPUtime=1419.3
/proc/21650/stat : 21650 (minisat) R 21649 21626 20495 0 -1 4194304 16385 0 0 0 141915 15 0 0 25 0 1 0 24086830 69656576 16371 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21650/statm: 17006 16371 76 150 0 16853 0
Current children cumulated CPU time (s) 1421.59
Current children cumulated vsize (KiB) 90248

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/79 21661
/proc/meminfo: memFree=1722696/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=2.29
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1373 9934 0 2 5 1 202 21 16 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
[pid=21649] ppid=21626 vsize=5356 CPUtime=0
/proc/21649/stat : 21649 (sh) S 21626 21626 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24086830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21649/statm: 1339 232 193 169 0 50 0
[pid=21650] ppid=21649 vsize=68652 CPUtime=1479.27
/proc/21650/stat : 21650 (minisat) R 21649 21626 20495 0 -1 4194304 16544 0 0 0 147912 15 0 0 25 0 1 0 24086830 70299648 16530 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21650/statm: 17163 16530 76 150 0 17010 0
Current children cumulated CPU time (s) 1481.56
Current children cumulated vsize (KiB) 90876

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/79 21661
/proc/meminfo: memFree=1722184/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=2.29
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1373 9934 0 2 5 1 202 21 16 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
[pid=21649] ppid=21626 vsize=5356 CPUtime=0
/proc/21649/stat : 21649 (sh) S 21626 21626 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24086830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21649/statm: 1339 232 193 169 0 50 0
[pid=21650] ppid=21649 vsize=69116 CPUtime=1539.26
/proc/21650/stat : 21650 (minisat) R 21649 21626 20495 0 -1 4194304 16655 0 0 0 153910 16 0 0 25 0 1 0 24086830 70774784 16641 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21650/statm: 17279 16641 76 150 0 17126 0
Current children cumulated CPU time (s) 1541.55
Current children cumulated vsize (KiB) 91340

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/79 21661
/proc/meminfo: memFree=1721864/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=2.29
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1373 9934 0 2 5 1 202 21 16 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
[pid=21649] ppid=21626 vsize=5356 CPUtime=0
/proc/21649/stat : 21649 (sh) S 21626 21626 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24086830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21649/statm: 1339 232 193 169 0 50 0
[pid=21650] ppid=21649 vsize=69408 CPUtime=1599.23
/proc/21650/stat : 21650 (minisat) R 21649 21626 20495 0 -1 4194304 16723 0 0 0 159907 16 0 0 25 0 1 0 24086830 71073792 16709 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/21650/statm: 17352 16709 76 150 0 17199 0
Current children cumulated CPU time (s) 1601.52
Current children cumulated vsize (KiB) 91632

[startup+1662.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/77 21712
/proc/meminfo: memFree=1061144/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=2.29
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1373 9934 0 2 5 1 202 21 16 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
[pid=21649] ppid=21626 vsize=5356 CPUtime=0
/proc/21649/stat : 21649 (sh) S 21626 21626 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24086830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21649/statm: 1339 232 193 169 0 50 0
[pid=21650] ppid=21649 vsize=69672 CPUtime=1659.17
/proc/21650/stat : 21650 (minisat) R 21649 21626 20495 0 -1 4194304 16790 0 0 0 165889 28 0 0 25 0 1 0 24086830 71344128 16776 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/21650/statm: 17418 16776 76 150 0 17265 0
Current children cumulated CPU time (s) 1661.46
Current children cumulated vsize (KiB) 91896

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/75 21749
/proc/meminfo: memFree=1699432/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=2.29
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1373 9934 0 2 5 1 202 21 16 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
[pid=21649] ppid=21626 vsize=5356 CPUtime=0
/proc/21649/stat : 21649 (sh) S 21626 21626 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24086830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21649/statm: 1339 232 193 169 0 50 0
[pid=21650] ppid=21649 vsize=70120 CPUtime=1719.14
/proc/21650/stat : 21650 (minisat) R 21649 21626 20495 0 -1 4194304 16889 0 0 0 171885 29 0 0 25 0 1 0 24086830 71802880 16875 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 0 0 0
/proc/21650/statm: 17530 16875 76 150 0 17377 0
Current children cumulated CPU time (s) 1721.43
Current children cumulated vsize (KiB) 92344

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 21749
/proc/meminfo: memFree=1698600/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=2.29
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1373 9934 0 2 5 1 202 21 16 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
[pid=21649] ppid=21626 vsize=5356 CPUtime=0
/proc/21649/stat : 21649 (sh) S 21626 21626 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24086830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21649/statm: 1339 232 193 169 0 50 0
[pid=21650] ppid=21649 vsize=70872 CPUtime=1779.12
/proc/21650/stat : 21650 (minisat) R 21649 21626 20495 0 -1 4194304 17088 0 0 0 177883 29 0 0 25 0 1 0 24086830 72572928 17074 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21650/statm: 17718 17074 76 150 0 17565 0
Current children cumulated CPU time (s) 1781.41
Current children cumulated vsize (KiB) 93096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 21749
/proc/meminfo: memFree=1698280/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=2.29
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1373 9934 0 2 5 1 202 21 16 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
[pid=21649] ppid=21626 vsize=5356 CPUtime=0
/proc/21649/stat : 21649 (sh) S 21626 21626 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24086830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21649/statm: 1339 232 193 169 0 50 0
[pid=21650] ppid=21649 vsize=71036 CPUtime=1797.71
/proc/21650/stat : 21650 (minisat) R 21649 21626 20495 0 -1 4194304 17124 0 0 0 179742 29 0 0 25 0 1 0 24086830 72740864 17110 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/21650/statm: 17759 17110 76 150 0 17606 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 93260

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

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

[startup+1800.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 21749
/proc/meminfo: memFree=1698280/2055920 swapFree=4192812/4192956
[pid=21626] ppid=21624 vsize=16868 CPUtime=2.29
/proc/21626/stat : 21626 (sugar) S 21624 21626 20495 0 -1 4194304 1373 9934 0 2 5 1 202 21 16 0 1 0 24086590 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21626/statm: 4217 1111 409 3 0 796 0
[pid=21649] ppid=21626 vsize=5356 CPUtime=0
/proc/21649/stat : 21649 (sh) S 21626 21626 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24086830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21649/statm: 1339 232 193 169 0 50 0
[pid=21650] ppid=21649 vsize=71036 CPUtime=1797.71
/proc/21650/stat : 21650 (minisat) R 21649 21626 20495 0 -1 4194304 17124 0 0 0 179742 29 0 0 25 0 1 0 24086830 72740864 17110 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/21650/statm: 17759 17110 76 150 0 17606 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 93260

Child status: 0

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

Real time (s): 1800.93
CPU time (s): 1800
CPU user time (s): 1799.49
CPU system time (s): 0.51
CPU usage (%): 99.9482
Max. virtual memory (cumulated for all children) (KiB): 886648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.08768
system time used= 0.247962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11776
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= 5834
involuntary context switches= 5697

runsolver used 1.89871 second user time and 4.89326 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-12 05:43:20
IDJOB=2080608
IDBENCH=57114
IDSOLVER=739
FILE ID=node20/2080608-1247370200
PBS_JOBID= 9507133
Free space on /tmp= 66304 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/knights/normalized-knights-100-9.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-2080608-1247370200/watcher-2080608-1247370200 -o /tmp/evaluation-result-2080608-1247370200/solver-2080608-1247370200 -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-2080608-1247370200.xml

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

MD5SUM BENCH= e3d61a77ece532324ef1261b9e5f0982
RANDOM SEED=1665520239

node20.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.236
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.236
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:       1814744 kB
Buffers:         22072 kB
Cached:         134940 kB
SwapCached:          0 kB
Active:         125292 kB
Inactive:        62900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1814744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1308 kB
Writeback:           0 kB
Mapped:          41900 kB
Slab:            38468 kB
Committed_AS:   243444 kB
PageTables:       1792 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= 66304 MiB
End job on node20 at 2009-07-12 06:13:23