Trace number 2067309

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.03 1801.75

General information on the benchmark

Namecsp/pseudo/fpga/
normalized-fpga-25-23.xml
MD5SUM671f2ae421ce6098ad7400acb4bfddbe
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.13237
Satisfiable
(Un)Satisfiability was proved
Number of variables863
Number of constraints646
Maximum constraint arity25
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension646
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 22:29:40 2009
0.00/0.07	c 0	PID 18021
0.00/0.07	c 0	HOST node84.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2067309-1247344179.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2067309-1247344179.xml' 'HOME/temp.csp'
0.06/0.46	c 0	1 domains, 863 variables, 6 predicates, 0 relations, 646 constraints
0.06/0.49	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.49	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.43/0.56	c 0	Parsing HOME/temp.csp
0.43/0.70	c 0	parsed 1516 expressions
0.43/0.71	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.43/0.71	c 0	Converting to clausal form CSP
0.43/0.73	c 0	converted 152 (10%) expressions
0.43/0.74	c 0	converted 304 (20%) expressions
0.43/0.74	c 0	converted 455 (30%) expressions
0.43/0.74	c 0	converted 607 (40%) expressions
0.43/0.74	c 0	converted 758 (50%) expressions
0.43/0.85	c 0	converted 910 (60%) expressions
0.92/1.02	c 1	converted 1062 (70%) expressions
0.92/1.09	c 1	converted 1213 (80%) expressions
1.03/1.14	c 1	converted 1365 (90%) expressions
1.13/1.21	c 1	converted 1516 (100%) expressions
1.13/1.21	c 1	CSP : 2801 integers, 0 booleans, 4522 clauses, largest domain size 10
1.13/1.21	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.21	c 1	Propagation in CSP
1.13/1.27	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.13/1.28	c 1	CSP : 2801 integers, 0 booleans, 4522 clauses, largest domain size 10
1.13/1.28	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.28	c 1	Simplifing CSP by introducing new Boolean variables
1.13/1.29	c 1	CSP : 2801 integers, 0 booleans, 4522 clauses, largest domain size 10
1.13/1.29	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.33	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.22/1.34	c 1	281 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.34	c 1	561 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.35	c 1	841 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.35	c 1	1121 (40%) CSP integer variables are encoded (774 clauses, 9922 bytes)
1.22/1.36	c 1	1401 (50%) CSP integer variables are encoded (1614 clauses, 20842 bytes)
1.22/1.36	c 1	1681 (60%) CSP integer variables are encoded (2454 clauses, 31762 bytes)
1.22/1.36	c 1	1961 (70%) CSP integer variables are encoded (3274 clauses, 42422 bytes)
1.22/1.37	c 1	2241 (80%) CSP integer variables are encoded (4208 clauses, 54564 bytes)
1.22/1.37	c 1	2521 (90%) CSP integer variables are encoded (5141 clauses, 66693 bytes)
1.22/1.37	c 1	2801 (100%) CSP integer variables are encoded (5980 clauses, 77600 bytes)
1.33/1.41	c 1	453 (10%) CSP clauses are encoded (11879 clauses, 176477 bytes)
1.33/1.44	c 1	905 (20%) CSP clauses are encoded (17749 clauses, 276871 bytes)
1.33/1.47	c 1	1357 (30%) CSP clauses are encoded (23633 clauses, 377481 bytes)
1.33/1.50	c 1	1809 (40%) CSP clauses are encoded (29503 clauses, 477828 bytes)
1.42/1.52	c 1	2261 (50%) CSP clauses are encoded (35920 clauses, 588997 bytes)
1.42/1.56	c 1	2714 (60%) CSP clauses are encoded (43899 clauses, 733040 bytes)
1.42/1.59	c 1	3166 (70%) CSP clauses are encoded (51849 clauses, 877114 bytes)
1.52/1.63	c 1	3618 (80%) CSP clauses are encoded (59781 clauses, 1020732 bytes)
1.52/1.66	c 1	4070 (90%) CSP clauses are encoded (67731 clauses, 1164759 bytes)
2.33/2.44	c 2	4522 (100%) CSP clauses are encoded (118400 clauses, 2425827 bytes)
2.33/2.44	c 2	4522 CSP clauses encoded
2.33/2.44	c 2	Writing map file : HOME/temp.map
2.33/2.45	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.33/2.45	c 2	SAT : 8781 SAT variables, 118400 SAT clauses, 2425827 bytes
2.33/2.45	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.33/2.47	c 2	SOLVING HOME/temp.cnf
2.33/2.47	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.33/2.47	c 2	This is MiniSat 2.0 beta
2.33/2.47	c 2	WARNING: for repeatability, setting FPU to use double precision
2.33/2.47	c 2	============================[ Problem Statistics ]=============================
2.33/2.47	c 2	|                                                                             |
2.33/2.48	c 2	|  Number of variables:  8781                                                 |
2.33/2.48	c 2	|  Number of clauses:    118400                                               |
2.40/2.54	c 2	|  Parsing time:         0.06         s                                       |
2.40/2.55	c 2	============================[ Search Statistics ]==============================
2.40/2.55	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.40/2.55	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.40/2.55	c 2	===============================================================================
2.40/2.55	c 2	|         0 |    8781   118400   469129 |    39466        0    nan |  0.000 % |
2.40/2.56	c 2	|       100 |    8781   118400   469129 |    43413      100     36 |  0.000 % |
2.40/2.57	c 2	|       252 |    8781   118400   469129 |    47754      252     33 |  0.000 % |
2.40/2.59	c 2	|       477 |    8781   118400   469129 |    52530      477     38 |  0.000 % |
2.40/2.62	c 2	|       815 |    8781   118400   469129 |    57783      815     54 |  0.000 % |
2.40/2.70	c 2	|      1321 |    8781   118400   469129 |    63561     1321     88 |  0.000 % |
2.40/2.82	c 2	|      2080 |    8781   118400   469129 |    69917     2080    123 |  0.000 % |
2.40/3.09	c 3	|      3219 |    8781   118400   469129 |    76909     3219    159 |  0.000 % |
3.51/3.60	c 3	|      4927 |    8781   118400   469129 |    84600     4927    184 |  0.000 % |
4.61/4.72	c 4	|      7489 |    8781   118400   469129 |    93060     7489    210 |  0.000 % |
6.91/7.08	c 7	|     11333 |    8781   118400   469129 |   102366    11333    236 |  0.000 % |
10.70/10.84	c 10	|     17099 |    8781   118400   469129 |   112603    17099    249 |  0.000 % |
19.71/19.83	c 19	|     25748 |    8781   118400   469129 |   123863    25748    265 |  0.000 % |
31.80/31.93	c 31	|     38722 |    8781   118400   469129 |   136249    38722    268 |  0.000 % |
55.39/55.53	c 55	|     58183 |    8781   118400   469129 |   149874    58183    271 |  0.000 % |
101.36/101.51	c 101	|     87376 |    8781   118400   469129 |   164862    87376    260 |  0.000 % |
225.70/225.97	c 225	|    131165 |    8781   118400   469129 |   181348   131165    262 |  0.000 % |
419.82/420.12	c 420	|    196850 |    8781   118400   469129 |   199483    36574    236 |  0.000 % |
719.09/719.51	c 719	|    295376 |    8781   118400   469129 |   219431   135100    256 |  0.000 % |
1253.45/1254.16	c 1254	|    443165 |    8781   118400   469129 |   241374    87779    257 |  0.000 % |
1800.03/1801.72	c ERROR INTERRUPTED
1800.03/1801.75	s UNKNOWN
1800.03/1801.75	c 1801	CPU 2.41 (0.05 0.02 2.22 0.12)
1800.03/1801.75	c 1801	END Sat Jul 11 22:59:41 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-2067309-1247344179/watcher-2067309-1247344179 -o /tmp/evaluation-result-2067309-1247344179/solver-2067309-1247344179 -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-2067309-1247344179.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.07 2.03 2.00 4/75 18021
/proc/meminfo: memFree=1698480/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=12272 CPUtime=0
/proc/18021/stat : 18021 (sugar) R 18019 18021 16623 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 21483319 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 243674430462 0 0 4224 0 0 0 0 17 0 0 0
/proc/18021/statm: 3068 327 246 3 0 168 0

[startup+0.0176079 s]
/proc/loadavg: 2.07 2.03 2.00 4/75 18021
/proc/meminfo: memFree=1698480/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=12676 CPUtime=0
/proc/18021/stat : 18021 (sugar) R 18019 18021 16623 0 -1 4194304 529 0 0 0 0 0 0 0 18 0 1 0 21483319 12980224 497 996147200 4194304 4206940 548682068608 18446744073709551615 243665375969 0 0 4224 0 0 0 0 17 0 0 0
/proc/18021/statm: 3169 498 315 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12676

[startup+0.102623 s]
/proc/loadavg: 2.07 2.03 2.00 4/75 18021
/proc/meminfo: memFree=1698480/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16868 CPUtime=0.06
/proc/18021/stat : 18021 (sugar) S 18019 18021 16623 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 21483319 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18021/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301658 s]
/proc/loadavg: 2.07 2.03 2.00 4/75 18021
/proc/meminfo: memFree=1698480/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16868 CPUtime=0.06
/proc/18021/stat : 18021 (sugar) S 18019 18021 16623 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 21483319 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18021/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701734 s]
/proc/loadavg: 2.07 2.03 2.00 4/75 18021
/proc/meminfo: memFree=1698480/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16868 CPUtime=0.43
/proc/18021/stat : 18021 (sugar) S 18019 18021 16623 0 -1 4194304 1309 4894 0 1 4 2 34 3 15 0 1 0 21483319 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18021/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 16868

[startup+1.50288 s]
/proc/loadavg: 2.07 2.03 2.00 3/86 18043
/proc/meminfo: memFree=1682648/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16868 CPUtime=0.44
/proc/18021/stat : 18021 (sugar) S 18019 18021 16623 0 -1 4194304 1310 4894 0 1 5 2 34 3 15 0 1 0 21483319 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18021/statm: 4217 1111 409 3 0 796 0
[pid=18034] ppid=18021 vsize=5356 CPUtime=0
/proc/18034/stat : 18034 (sh) S 18021 18021 16623 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21483368 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18034/statm: 1339 233 193 169 0 50 0
[pid=18035] ppid=18034 vsize=868720 CPUtime=0.98
/proc/18035/stat : 18035 (java) S 18034 18021 16623 0 -1 0 7177 0 1 0 93 5 0 0 20 0 9 0 21483368 889569280 6364 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18035/statm: 217180 6364 2589 9 0 211657 0
[pid=18035/tid=18036] ppid=18034 vsize=868720 CPUtime=0.65
/proc/18035/task/18036/stat : 18036 (java) R 18034 18021 16623 0 -1 64 2781 0 1 0 63 2 0 0 25 0 9 0 21483369 889569280 6364 996147200 134512640 134550932 4294955936 18446744073709551615 4126951723 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18035/tid=18037] ppid=18034 vsize=868720 CPUtime=0.1
/proc/18035/task/18037/stat : 18037 (java) S 18034 18021 16623 0 -1 64 2189 0 0 0 9 1 0 0 16 0 9 0 21483370 889569280 6364 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18035/tid=18038] ppid=18034 vsize=868720 CPUtime=0
/proc/18035/task/18038/stat : 18038 (java) S 18034 18021 16623 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21483371 889569280 6364 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18035/tid=18039] ppid=18034 vsize=868720 CPUtime=0
/proc/18035/task/18039/stat : 18039 (java) S 18034 18021 16623 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21483371 889569280 6364 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18035/tid=18040] ppid=18034 vsize=868720 CPUtime=0
/proc/18035/task/18040/stat : 18040 (java) S 18034 18021 16623 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21483373 889569280 6364 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18035/tid=18041] ppid=18034 vsize=868720 CPUtime=0.21
/proc/18035/task/18041/stat : 18041 (java) S 18034 18021 16623 0 -1 64 1508 0 0 0 20 1 0 0 16 0 9 0 21483373 889569280 6364 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18035/tid=18042] ppid=18034 vsize=868720 CPUtime=0
/proc/18035/task/18042/stat : 18042 (java) S 18034 18021 16623 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21483373 889569280 6364 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18035/tid=18043] ppid=18034 vsize=868720 CPUtime=0
/proc/18035/task/18043/stat : 18043 (java) S 18034 18021 16623 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21483373 889569280 6364 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890944

[startup+3.10117 s]
/proc/loadavg: 2.07 2.03 2.00 3/86 18043
/proc/meminfo: memFree=1677208/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16868 CPUtime=2.4
/proc/18021/stat : 18021 (sugar) S 18019 18021 16623 0 -1 4194304 1376 12478 0 2 5 2 222 11 15 0 1 0 21483319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18021/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30275 s]
/proc/loadavg: 2.06 2.03 2.00 3/78 18045
/proc/meminfo: memFree=1674712/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16868 CPUtime=2.4
/proc/18021/stat : 18021 (sugar) S 18019 18021 16623 0 -1 4194304 1376 12478 0 2 5 2 222 11 16 0 1 0 21483319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18021/statm: 4217 1113 409 3 0 796 0
[pid=18044] ppid=18021 vsize=5356 CPUtime=0
/proc/18044/stat : 18044 (sh) S 18021 18021 16623 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21483566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18044/statm: 1339 232 193 169 0 50 0
[pid=18045] ppid=18044 vsize=17952 CPUtime=3.81
/proc/18045/stat : 18045 (minisat) R 18044 18021 16623 0 -1 4194304 4363 0 0 0 378 3 0 0 25 0 1 0 21483566 18382848 4349 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18045/statm: 4488 4349 75 150 0 4335 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 40176

[startup+12.7019 s]
/proc/loadavg: 2.06 2.03 2.00 3/78 18045
/proc/meminfo: memFree=1661472/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16868 CPUtime=2.4
/proc/18021/stat : 18021 (sugar) S 18019 18021 16623 0 -1 4194304 1376 12478 0 2 5 2 222 11 16 0 1 0 21483319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18021/statm: 4217 1113 409 3 0 796 0
[pid=18044] ppid=18021 vsize=5356 CPUtime=0
/proc/18044/stat : 18044 (sh) S 18021 18021 16623 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21483566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18044/statm: 1339 232 193 169 0 50 0
[pid=18045] ppid=18044 vsize=28512 CPUtime=10.21
/proc/18045/stat : 18045 (minisat) R 18044 18021 16623 0 -1 4194304 7008 0 0 0 1015 6 0 0 25 0 1 0 21483566 29196288 6994 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/18045/statm: 7128 6994 75 150 0 6975 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 50736

[startup+25.5022 s]
/proc/loadavg: 2.04 2.03 2.00 3/78 18045
/proc/meminfo: memFree=1641184/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16868 CPUtime=2.4
/proc/18021/stat : 18021 (sugar) S 18019 18021 16623 0 -1 4194304 1376 12478 0 2 5 2 222 11 16 0 1 0 21483319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18021/statm: 4217 1113 409 3 0 796 0
[pid=18044] ppid=18021 vsize=5356 CPUtime=0
/proc/18044/stat : 18044 (sh) S 18021 18021 16623 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21483566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18044/statm: 1339 232 193 169 0 50 0
[pid=18045] ppid=18044 vsize=43756 CPUtime=23
/proc/18045/stat : 18045 (minisat) R 18044 18021 16623 0 -1 4194304 10816 0 0 0 2290 10 0 0 25 0 1 0 21483566 44806144 10802 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/18045/statm: 10939 10802 75 150 0 10786 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 65980

[startup+51.1029 s]
/proc/loadavg: 2.03 2.03 2.00 3/78 18045
/proc/meminfo: memFree=1606624/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16868 CPUtime=2.4
/proc/18021/stat : 18021 (sugar) S 18019 18021 16623 0 -1 4194304 1376 12478 0 2 5 2 222 11 16 0 1 0 21483319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18021/statm: 4217 1113 409 3 0 796 0
[pid=18044] ppid=18021 vsize=5356 CPUtime=0
/proc/18044/stat : 18044 (sh) S 18021 18021 16623 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21483566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18044/statm: 1339 232 193 169 0 50 0
[pid=18045] ppid=18044 vsize=70148 CPUtime=48.58
/proc/18045/stat : 18045 (minisat) R 18044 18021 16623 0 -1 4194304 17410 0 0 0 4841 17 0 0 25 0 1 0 21483566 71831552 17396 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18045/statm: 17537 17396 75 150 0 17384 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 92372

[startup+102.306 s]
/proc/loadavg: 2.01 2.02 2.00 3/78 18045
/proc/meminfo: memFree=1555552/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16868 CPUtime=2.4
/proc/18021/stat : 18021 (sugar) S 18019 18021 16623 0 -1 4194304 1376 12478 0 2 5 2 222 11 16 0 1 0 21483319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18021/statm: 4217 1113 409 3 0 796 0
[pid=18044] ppid=18021 vsize=5356 CPUtime=0
/proc/18044/stat : 18044 (sh) S 18021 18021 16623 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21483566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18044/statm: 1339 232 193 169 0 50 0
[pid=18045] ppid=18044 vsize=102864 CPUtime=99.77
/proc/18045/stat : 18045 (minisat) R 18044 18021 16623 0 -1 4194304 25542 0 0 0 9948 29 0 0 25 0 1 0 21483566 105332736 25528 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 0 0 0
/proc/18045/statm: 25716 25528 75 150 0 25563 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 125088

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/78 18045
/proc/meminfo: memFree=1507680/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16868 CPUtime=2.4
/proc/18021/stat : 18021 (sugar) S 18019 18021 16623 0 -1 4194304 1376 12478 0 2 5 2 222 11 16 0 1 0 21483319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18021/statm: 4217 1113 409 3 0 796 0
[pid=18044] ppid=18021 vsize=5356 CPUtime=0
/proc/18044/stat : 18044 (sh) S 18021 18021 16623 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21483566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18044/statm: 1339 232 193 169 0 50 0
[pid=18045] ppid=18044 vsize=130756 CPUtime=159.74
/proc/18045/stat : 18045 (minisat) R 18044 18021 16623 0 -1 4194304 32469 0 0 0 15936 38 0 0 25 0 1 0 21483566 133894144 32455 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 0 0 0
/proc/18045/statm: 32689 32455 75 150 0 32536 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 152980

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/78 18045
/proc/meminfo: memFree=1470816/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16868 CPUtime=2.4
/proc/18021/stat : 18021 (sugar) S 18019 18021 16623 0 -1 4194304 1376 12478 0 2 5 2 222 11 16 0 1 0 21483319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18021/statm: 4217 1113 409 3 0 796 0
[pid=18044] ppid=18021 vsize=5356 CPUtime=0
/proc/18044/stat : 18044 (sh) S 18021 18021 16623 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21483566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18044/statm: 1339 232 193 169 0 50 0
[pid=18045] ppid=18044 vsize=150708 CPUtime=219.71
/proc/18045/stat : 18045 (minisat) R 18044 18021 16623 0 -1 4194304 37406 0 0 0 21928 43 0 0 25 0 1 0 21483566 154324992 37392 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 0 0 0
/proc/18045/statm: 37677 37392 75 150 0 37524 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 172932

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

/proc/meminfo: memFree=1108256/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16868 CPUtime=2.4
/proc/18021/stat : 18021 (sugar) S 18019 18021 16623 0 -1 4194304 1376 12478 0 2 5 2 222 11 16 0 1 0 21483319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18021/statm: 4217 1113 409 3 0 796 0
[pid=18044] ppid=18021 vsize=5356 CPUtime=0
/proc/18044/stat : 18044 (sh) S 18021 18021 16623 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21483566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18044/statm: 1339 232 193 169 0 50 0
[pid=18045] ppid=18044 vsize=251760 CPUtime=1359.2
/proc/18045/stat : 18045 (minisat) R 18044 18021 16623 0 -1 4194304 62502 0 0 0 135848 72 0 0 25 0 1 0 21483566 257802240 62488 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/18045/statm: 62940 62488 75 150 0 62787 0
Current children cumulated CPU time (s) 1361.6
Current children cumulated vsize (KiB) 273984

[startup+1422.31 s]
/proc/loadavg: 2.52 2.17 2.04 3/78 18047
/proc/meminfo: memFree=1100640/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16868 CPUtime=2.4
/proc/18021/stat : 18021 (sugar) S 18019 18021 16623 0 -1 4194304 1376 12478 0 2 5 2 222 11 16 0 1 0 21483319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18021/statm: 4217 1113 409 3 0 796 0
[pid=18044] ppid=18021 vsize=5356 CPUtime=0
/proc/18044/stat : 18044 (sh) S 18021 18021 16623 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21483566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18044/statm: 1339 232 193 169 0 50 0
[pid=18045] ppid=18044 vsize=251760 CPUtime=1419.18
/proc/18045/stat : 18045 (minisat) R 18044 18021 16623 0 -1 4194304 62505 0 0 0 141846 72 0 0 25 0 1 0 21483566 257802240 62491 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/18045/statm: 62940 62491 75 150 0 62787 0
Current children cumulated CPU time (s) 1421.58
Current children cumulated vsize (KiB) 273984

[startup+1482.3 s]
/proc/loadavg: 2.37 2.19 2.06 3/78 18047
/proc/meminfo: memFree=1092704/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16868 CPUtime=2.4
/proc/18021/stat : 18021 (sugar) S 18019 18021 16623 0 -1 4194304 1376 12478 0 2 5 2 222 11 16 0 1 0 21483319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18021/statm: 4217 1113 409 3 0 796 0
[pid=18044] ppid=18021 vsize=5356 CPUtime=0
/proc/18044/stat : 18044 (sh) S 18021 18021 16623 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21483566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18044/statm: 1339 232 193 169 0 50 0
[pid=18045] ppid=18044 vsize=251760 CPUtime=1479.15
/proc/18045/stat : 18045 (minisat) R 18044 18021 16623 0 -1 4194304 62507 0 0 0 147842 73 0 0 25 0 1 0 21483566 257802240 62493 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18045/statm: 62940 62493 75 150 0 62787 0
Current children cumulated CPU time (s) 1481.55
Current children cumulated vsize (KiB) 273984

[startup+1542.3 s]
/proc/loadavg: 2.16 2.17 2.06 3/78 18047
/proc/meminfo: memFree=1087136/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16868 CPUtime=2.4
/proc/18021/stat : 18021 (sugar) S 18019 18021 16623 0 -1 4194304 1376 12478 0 2 5 2 222 11 16 0 1 0 21483319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18021/statm: 4217 1113 409 3 0 796 0
[pid=18044] ppid=18021 vsize=5356 CPUtime=0
/proc/18044/stat : 18044 (sh) S 18021 18021 16623 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21483566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18044/statm: 1339 232 193 169 0 50 0
[pid=18045] ppid=18044 vsize=251760 CPUtime=1539.12
/proc/18045/stat : 18045 (minisat) R 18044 18021 16623 0 -1 4194304 62516 0 0 0 153839 73 0 0 25 0 1 0 21483566 257802240 62502 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/18045/statm: 62940 62502 75 150 0 62787 0
Current children cumulated CPU time (s) 1541.52
Current children cumulated vsize (KiB) 273984

[startup+1602.3 s]
/proc/loadavg: 2.06 2.13 2.05 3/78 18047
/proc/meminfo: memFree=1081120/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16868 CPUtime=2.4
/proc/18021/stat : 18021 (sugar) S 18019 18021 16623 0 -1 4194304 1376 12478 0 2 5 2 222 11 16 0 1 0 21483319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18021/statm: 4217 1113 409 3 0 796 0
[pid=18044] ppid=18021 vsize=5356 CPUtime=0
/proc/18044/stat : 18044 (sh) S 18021 18021 16623 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21483566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18044/statm: 1339 232 193 169 0 50 0
[pid=18045] ppid=18044 vsize=251760 CPUtime=1599.09
/proc/18045/stat : 18045 (minisat) R 18044 18021 16623 0 -1 4194304 62516 0 0 0 159836 73 0 0 25 0 1 0 21483566 257802240 62502 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18045/statm: 62940 62502 75 150 0 62787 0
Current children cumulated CPU time (s) 1601.49
Current children cumulated vsize (KiB) 273984

[startup+1662.3 s]
/proc/loadavg: 2.17 2.14 2.06 3/86 18096
/proc/meminfo: memFree=1489760/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16868 CPUtime=2.4
/proc/18021/stat : 18021 (sugar) S 18019 18021 16623 0 -1 4194304 1376 12478 0 2 5 2 222 11 16 0 1 0 21483319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18021/statm: 4217 1113 409 3 0 796 0
[pid=18044] ppid=18021 vsize=5356 CPUtime=0
/proc/18044/stat : 18044 (sh) S 18021 18021 16623 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21483566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18044/statm: 1339 232 193 169 0 50 0
[pid=18045] ppid=18044 vsize=251760 CPUtime=1658.95
/proc/18045/stat : 18045 (minisat) R 18044 18021 16623 0 -1 4194304 62516 0 0 0 165821 74 0 0 25 0 1 0 21483566 257802240 62502 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/18045/statm: 62940 62502 75 150 0 62787 0
Current children cumulated CPU time (s) 1661.35
Current children cumulated vsize (KiB) 273984

[startup+1722.3 s]
/proc/loadavg: 2.13 2.13 2.06 3/86 18096
/proc/meminfo: memFree=1396000/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16868 CPUtime=2.4
/proc/18021/stat : 18021 (sugar) S 18019 18021 16623 0 -1 4194304 1376 12478 0 2 5 2 222 11 16 0 1 0 21483319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18021/statm: 4217 1113 409 3 0 796 0
[pid=18044] ppid=18021 vsize=5356 CPUtime=0
/proc/18044/stat : 18044 (sh) S 18021 18021 16623 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21483566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18044/statm: 1339 232 193 169 0 50 0
[pid=18045] ppid=18044 vsize=251760 CPUtime=1718.64
/proc/18045/stat : 18045 (minisat) R 18044 18021 16623 0 -1 4194304 62534 0 0 0 171788 76 0 0 25 0 1 0 21483566 257802240 62520 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18045/statm: 62940 62520 75 150 0 62787 0
Current children cumulated CPU time (s) 1721.04
Current children cumulated vsize (KiB) 273984

[startup+1782.3 s]
/proc/loadavg: 2.29 2.16 2.07 3/86 18096
/proc/meminfo: memFree=1273568/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16868 CPUtime=2.4
/proc/18021/stat : 18021 (sugar) S 18019 18021 16623 0 -1 4194304 1376 12478 0 2 5 2 222 11 16 0 1 0 21483319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18021/statm: 4217 1113 409 3 0 796 0
[pid=18044] ppid=18021 vsize=5356 CPUtime=0
/proc/18044/stat : 18044 (sh) S 18021 18021 16623 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21483566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18044/statm: 1339 232 193 169 0 50 0
[pid=18045] ppid=18044 vsize=251840 CPUtime=1778.33
/proc/18045/stat : 18045 (minisat) R 18044 18021 16623 0 -1 4194304 62578 0 0 0 177754 79 0 0 25 0 1 0 21483566 257884160 62564 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18045/statm: 62960 62564 75 150 0 62807 0
Current children cumulated CPU time (s) 1780.73
Current children cumulated vsize (KiB) 274064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 2.28 2.17 2.08 3/78 18098
/proc/meminfo: memFree=1299808/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16868 CPUtime=2.4
/proc/18021/stat : 18021 (sugar) S 18019 18021 16623 0 -1 4194304 1376 12478 0 2 5 2 222 11 16 0 1 0 21483319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18021/statm: 4217 1113 409 3 0 796 0
[pid=18044] ppid=18021 vsize=5356 CPUtime=0
/proc/18044/stat : 18044 (sh) S 18021 18021 16623 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21483566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18044/statm: 1339 232 193 169 0 50 0
[pid=18045] ppid=18044 vsize=252104 CPUtime=1797.63
/proc/18045/stat : 18045 (minisat) R 18044 18021 16623 0 -1 4194304 62629 0 0 0 179684 79 0 0 25 0 1 0 21483566 258154496 62615 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18045/statm: 63026 62615 75 150 0 62873 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 274328

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

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

[startup+1801.7 s]
/proc/loadavg: 2.28 2.17 2.08 3/78 18098
/proc/meminfo: memFree=1299808/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16868 CPUtime=2.4
/proc/18021/stat : 18021 (sugar) S 18019 18021 16623 0 -1 4194304 1376 12478 0 2 5 2 222 11 16 0 1 0 21483319 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18021/statm: 4217 1113 409 3 0 796 0
[pid=18044] ppid=18021 vsize=5356 CPUtime=0
/proc/18044/stat : 18044 (sh) S 18021 18021 16623 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21483566 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18044/statm: 1339 232 193 169 0 50 0
[pid=18045] ppid=18044 vsize=252104 CPUtime=1797.63
/proc/18045/stat : 18045 (minisat) R 18044 18021 16623 0 -1 4194304 62629 0 0 0 179684 79 0 0 25 0 1 0 21483566 258154496 62615 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18045/statm: 63026 62615 75 150 0 62873 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 274328

Child status: 0

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

Real time (s): 1801.75
CPU time (s): 1800.03
CPU user time (s): 1799.11
CPU system time (s): 0.92
CPU usage (%): 99.9044
Max. virtual memory (cumulated for all children) (KiB): 890944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.27965
system time used= 0.150977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14237
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= 3047
involuntary context switches= 2948

runsolver used 2.07568 second user time and 6.13507 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-11 22:29:39
IDJOB=2067309
IDBENCH=54637
IDSOLVER=739
FILE ID=node84/2067309-1247344179
PBS_JOBID= 9506674
Free space on /tmp= 66280 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/fpga/normalized-fpga-25-23.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-2067309-1247344179/watcher-2067309-1247344179 -o /tmp/evaluation-result-2067309-1247344179/solver-2067309-1247344179 -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-2067309-1247344179.xml

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

MD5SUM BENCH= 671f2ae421ce6098ad7400acb4bfddbe
RANDOM SEED=207074676

node84.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.259
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.259
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:       1698896 kB
Buffers:         28084 kB
Cached:         106624 kB
SwapCached:          0 kB
Active:         262100 kB
Inactive:        38460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1698896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:         177048 kB
Slab:            41484 kB
Committed_AS:   295952 kB
PageTables:       2072 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= 66052 MiB
End job on node84 at 2009-07-11 22:59:43