Trace number 210517

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, and are wall clock time (not CPU 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 0.40? (TO) 1800.06 1811.1

General information on the benchmark

NamepseudoSeries/fpga/
fpga-30-30.xml
MD5SUM70eb6de06770650d690fce560db7ff3e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables1350
Number of constraints990
Maximum constraint arity30
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension990
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/210517-1170097924/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/210517-1170097924/unknown.xml [Mon Jan 29 20:12:06 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/210517-1170097924/unknown.xml /tmp/evaluation/210517-1170097924/sugar26817.csp [Mon Jan 29 20:12:06 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/210517-1170097924/sugar-v0-40.jar -convert /tmp/evaluation/210517-1170097924/unknown.xml /tmp/evaluation/210517-1170097924/sugar26817.csp
0.19	c BEGIN convert /tmp/evaluation/210517-1170097924/unknown.xml
0.74	c END convert (0.551938 seconds)
0.76	c # CONVERT_XML  END : /tmp/evaluation/210517-1170097924/sugar26817.csp 203330 bytes (0 seconds) [Mon Jan 29 20:12:06 2007]
0.76	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.76	
0.76	c # GENERATE_SAT  BEGIN : /tmp/evaluation/210517-1170097924/sugar26817.bcnf [Mon Jan 29 20:12:06 2007]
0.76	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/210517-1170097924/sugar-v0-40.jar -bcnf -map /tmp/evaluation/210517-1170097924/sugar26817.map /tmp/evaluation/210517-1170097924/sugar26817.csp /tmp/evaluation/210517-1170097924/sugar26817.bcnf
0.89	c BEGIN parse /tmp/evaluation/210517-1170097924/sugar26817.csp
2.86	c END parse (1.970877 seconds)
2.86	c BEGIN simplify
2.87	c END simplify (0.006027 seconds)
2.87	c BEGIN encode /tmp/evaluation/210517-1170097924/sugar26817.bcnf
3.02	c END encode (0.150155 seconds)
3.13	c # GENERATE_SAT  END : 12630 variables 58800 clauses 817104 bytes (3 seconds) [Mon Jan 29 20:12:09 2007]
3.13	c # GENERATE_SAT  CPU : 2.3 = 0.06 + 0.01 + 2.16 + 0.07
3.13	
3.13	c # SOLVE_SAT  BEGIN : /tmp/evaluation/210517-1170097924/sugar26817.bcnf [Mon Jan 29 20:12:09 2007]
3.13	c # CMD : /tmp/evaluation/210517-1170097924/minisat /tmp/evaluation/210517-1170097924/sugar26817.bcnf /tmp/evaluation/210517-1170097924/sugar26817.out
3.16	c ==================================[MINISAT]===================================
3.16	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
3.16	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
3.16	c ==============================================================================
3.16	c |         0 |   45930   119700 |   15310       0        0     nan |  0.000 % |
3.18	c |       100 |   45930   119700 |   16841     100     5684    56.8 | 23.516 % |
3.20	c |       251 |   45930   119700 |   18525     251    10588    42.2 | 23.515 % |
3.22	c |       476 |   45930   119700 |   20377     476    14055    29.5 | 23.515 % |
3.25	c |       813 |   45930   119700 |   22415     813    30393    37.4 | 23.515 % |
3.30	c |      1320 |   45930   119700 |   24656    1320    57322    43.4 | 23.515 % |
3.36	c |      2079 |   45930   119700 |   27122    2079    73397    35.3 | 23.515 % |
3.48	c |      3218 |   45930   119700 |   29834    3218   110105    34.2 | 23.515 % |
3.64	c |      4927 |   45930   119700 |   32818    4927   148135    30.1 | 23.515 % |
3.99	c |      7491 |   45930   119700 |   36100    7491   258811    34.5 | 23.515 % |
4.43	c |     11335 |   45930   119700 |   39710   11335   388411    34.3 | 23.515 % |
5.57	c |     17101 |   45930   119700 |   43681   17101   734761    43.0 | 23.516 % |
6.91	c |     25750 |   45930   119700 |   48049   25750  1026970    39.9 | 23.515 % |
10.03	c |     38724 |   45930   119700 |   52854   38724  1495140    38.6 | 23.515 % |
14.42	c |     58185 |   45930   119700 |   58139   58185  2113572    36.3 | 23.515 % |
25.14	c |     87377 |   45930   119700 |   63953   35914  1476961    41.1 | 23.515 % |
45.84	c |    131166 |   45930   119700 |   70349   21093  1405127    66.6 | 23.515 % |
90.49	c |    196853 |   45930   119700 |   77383   23679  1464166    61.8 | 23.515 % |
132.85	c |    295379 |   45930   119700 |   85122   53227  2401790    45.1 | 23.515 % |
208.77	c |    443168 |   45930   119700 |   93634   49654  2540988    51.2 | 23.515 % |
338.10	c |    664851 |   45930   119700 |  102998   18501   913358    49.4 | 23.516 % |
585.87	c |    997376 |   45930   119700 |  113297   75991  4360284    57.4 | 23.515 % |
1406.38	c |   1496166 |   45930   119700 |  124627   54900  4448177    81.0 | 23.516 % |
1809.57	
1809.57	s UNKNOWN
1809.57	c # INTERRUPTED
1809.57	c # MAIN  END :  (1809 seconds) [Mon Jan 29 20:42:15 2007]
1809.57	c # MAIN  CPU : 2.3 = 0.06 + 0.01 + 2.16 + 0.07
1809.57	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node17/watcher-210517-1170097924 -o ROOT/results/node17/solver-210517-1170097924 -C 1800 -M 900 /tmp/evaluation/210517-1170097924/solver /tmp/evaluation/210517-1170097924 /tmp/evaluation/210517-1170097924/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 2.38 2.64 2.65 5/94 26818
/proc/meminfo: memFree=1320080/2055920 swapFree=4192812/4192956
[pid=26817] ppid=26815 vsize=5352 CPUtime=0
/proc/26817/stat : 26817 (solver) R 26815 26817 26752 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 29746796 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482712359 0 0 4096 0 0 0 0 17 1 0 0
/proc/26817/statm: 1338 231 193 169 0 49 0

[startup+0.105781 s]
/proc/loadavg: 2.38 2.64 2.65 5/94 26818
/proc/meminfo: memFree=1320080/2055920 swapFree=4192812/4192956
[pid=26817] ppid=26815 vsize=13724 CPUtime=0.03
/proc/26817/stat : 26817 (sugar) S 26815 26817 26752 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29746796 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26817/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.513819 s]
/proc/loadavg: 2.38 2.64 2.65 5/94 26818
/proc/meminfo: memFree=1320080/2055920 swapFree=4192812/4192956
[pid=26817] ppid=26815 vsize=13724 CPUtime=0.03
/proc/26817/stat : 26817 (sugar) S 26815 26817 26752 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 29746796 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26817/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34291 s]
/proc/loadavg: 2.38 2.64 2.65 4/103 26834
/proc/meminfo: memFree=1294664/2055920 swapFree=4192812/4192956
[pid=26817] ppid=26815 vsize=13724 CPUtime=0.03
/proc/26817/stat : 26817 (sugar) S 26815 26817 26752 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29746796 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26817/statm: 3431 808 370 3 0 531 0
[pid=26819] ppid=26817 vsize=0 CPUtime=0.67
/proc/26819/stat : 26819 (java) Z 26817 26817 26752 0 -1 1036 7446 0 1 0 61 6 0 0 17 0 1 0 29746802 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26819/statm: 0 0 0 0 0 0 0
[pid=26827] ppid=26817 vsize=807368 CPUtime=0.55
/proc/26827/stat : 26827 (java) R 26817 26817 26752 0 -1 0 7527 0 1 0 51 4 0 0 22 0 8 0 29746873 826744832 7276 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072916835 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26827/statm: 201842 7276 1506 14 0 189120 0
[pid=26827/tid=26828] ppid=26817 vsize=807368 CPUtime=0.05
/proc/26827/task/26828/stat : 26828 (java) S 26817 26817 26752 0 -1 64 1358 0 0 0 5 0 0 0 16 0 8 0 29746877 826744832 7276 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26829] ppid=26817 vsize=807368 CPUtime=0
/proc/26827/task/26829/stat : 26829 (java) S 26817 26817 26752 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29746877 826744832 7276 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26830] ppid=26817 vsize=807368 CPUtime=0
/proc/26827/task/26830/stat : 26830 (java) S 26817 26817 26752 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29746877 826744832 7276 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26831] ppid=26817 vsize=807368 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26817 26817 26752 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29746880 826744832 7276 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26832] ppid=26817 vsize=807368 CPUtime=0.1
/proc/26827/task/26832/stat : 26832 (java) S 26817 26817 26752 0 -1 64 381 0 0 0 10 0 0 0 16 0 8 0 29746880 826744832 7276 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26833] ppid=26817 vsize=807368 CPUtime=0
/proc/26827/task/26833/stat : 26833 (java) S 26817 26817 26752 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29746880 826744832 7276 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26834] ppid=26817 vsize=807368 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26817 26817 26752 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29746881 826744832 7276 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 821092

[startup+3.00308 s]
/proc/loadavg: 2.38 2.64 2.65 3/103 26834
/proc/meminfo: memFree=1289672/2055920 swapFree=4192812/4192956
[pid=26817] ppid=26815 vsize=13724 CPUtime=0.03
/proc/26817/stat : 26817 (sugar) S 26815 26817 26752 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 29746796 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26817/statm: 3431 808 370 3 0 531 0
[pid=26819] ppid=26817 vsize=0 CPUtime=0.67
/proc/26819/stat : 26819 (java) Z 26817 26817 26752 0 -1 1036 7446 0 1 0 61 6 0 0 17 0 1 0 29746802 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26819/statm: 0 0 0 0 0 0 0
[pid=26827] ppid=26817 vsize=807368 CPUtime=2.21
/proc/26827/stat : 26827 (java) R 26817 26817 26752 0 -1 0 9486 0 1 0 215 6 0 0 25 0 8 0 29746873 826744832 9221 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26827/statm: 201842 9221 1510 14 0 189120 0
[pid=26827/tid=26828] ppid=26817 vsize=807368 CPUtime=0.19
/proc/26827/task/26828/stat : 26828 (java) S 26817 26817 26752 0 -1 64 3229 0 0 0 17 2 0 0 16 0 8 0 29746877 826744832 9221 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26829] ppid=26817 vsize=807368 CPUtime=0
/proc/26827/task/26829/stat : 26829 (java) S 26817 26817 26752 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29746877 826744832 9221 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26830] ppid=26817 vsize=807368 CPUtime=0
/proc/26827/task/26830/stat : 26830 (java) S 26817 26817 26752 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29746877 826744832 9221 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26831] ppid=26817 vsize=807368 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26817 26817 26752 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29746880 826744832 9221 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26832] ppid=26817 vsize=807368 CPUtime=0.17
/proc/26827/task/26832/stat : 26832 (java) S 26817 26817 26752 0 -1 64 432 0 0 0 17 0 0 0 16 0 8 0 29746880 826744832 9221 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26833] ppid=26817 vsize=807368 CPUtime=0
/proc/26827/task/26833/stat : 26833 (java) S 26817 26817 26752 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29746880 826744832 9221 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26834] ppid=26817 vsize=807368 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26817 26817 26752 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29746881 826744832 9221 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 821092

[startup+6.29041 s]
/proc/loadavg: 2.43 2.65 2.65 4/96 26835
/proc/meminfo: memFree=1298888/2055920 swapFree=4192812/4192956
[pid=26817] ppid=26815 vsize=17632 CPUtime=2.33
/proc/26817/stat : 26817 (sugar) S 26815 26817 26752 0 -1 4194304 2247 9501 0 1 9 1 216 7 16 0 1 0 29746796 18055168 1760 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26817/statm: 4408 1760 373 3 0 1508 0
[pid=26819] ppid=26817 vsize=0 CPUtime=0.67
/proc/26819/stat : 26819 (java) Z 26817 26817 26752 0 -1 1036 7446 0 1 0 61 6 0 0 17 0 1 0 29746802 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26819/statm: 0 0 0 0 0 0 0
[pid=26835] ppid=26817 vsize=8248 CPUtime=3.13
/proc/26835/stat : 26835 (minisat) R 26817 26817 26752 0 -1 0 1912 0 0 0 312 1 0 0 25 0 1 0 29747110 8445952 1697 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528930 0 0 4096 3 0 0 0 17 1 0 0
/proc/26835/statm: 2062 1697 52 112 0 1946 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 25880

[startup+12.7251 s]
/proc/loadavg: 2.39 2.64 2.64 3/96 26835
/proc/meminfo: memFree=1301256/2055920 swapFree=4192812/4192956
[pid=26817] ppid=26815 vsize=17632 CPUtime=2.33
/proc/26817/stat : 26817 (sugar) S 26815 26817 26752 0 -1 4194304 2247 9501 0 1 9 1 216 7 16 0 1 0 29746796 18055168 1760 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26817/statm: 4408 1760 373 3 0 1508 0
[pid=26819] ppid=26817 vsize=0 CPUtime=0.67
/proc/26819/stat : 26819 (java) Z 26817 26817 26752 0 -1 1036 7446 0 1 0 61 6 0 0 17 0 1 0 29746802 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26819/statm: 0 0 0 0 0 0 0
[pid=26835] ppid=26817 vsize=13668 CPUtime=9.53
/proc/26835/stat : 26835 (minisat) R 26817 26817 26752 0 -1 0 3259 0 0 0 951 2 0 0 25 0 1 0 29747110 13996032 3044 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26835/statm: 3417 3044 52 112 0 3301 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 31300

[startup+25.5274 s]
/proc/loadavg: 2.30 2.60 2.63 3/96 26835
/proc/meminfo: memFree=1298568/2055920 swapFree=4192812/4192956
[pid=26817] ppid=26815 vsize=17632 CPUtime=2.33
/proc/26817/stat : 26817 (sugar) S 26815 26817 26752 0 -1 4194304 2247 9501 0 1 9 1 216 7 16 0 1 0 29746796 18055168 1760 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26817/statm: 4408 1760 373 3 0 1508 0
[pid=26819] ppid=26817 vsize=0 CPUtime=0.67
/proc/26819/stat : 26819 (java) Z 26817 26817 26752 0 -1 1036 7446 0 1 0 61 6 0 0 17 0 1 0 29746802 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26819/statm: 0 0 0 0 0 0 0
[pid=26835] ppid=26817 vsize=16440 CPUtime=22.27
/proc/26835/stat : 26835 (minisat) R 26817 26817 26752 0 -1 0 3921 0 0 0 2224 3 0 0 25 0 1 0 29747110 16834560 3706 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 1 0 0
/proc/26835/statm: 4110 3706 52 112 0 3994 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 34072

[startup+51.184 s]
/proc/loadavg: 2.49 2.62 2.64 4/96 26835
/proc/meminfo: memFree=1291144/2055920 swapFree=4192812/4192956
[pid=26817] ppid=26815 vsize=17632 CPUtime=2.33
/proc/26817/stat : 26817 (sugar) S 26815 26817 26752 0 -1 4194304 2247 9501 0 1 9 1 216 7 16 0 1 0 29746796 18055168 1760 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26817/statm: 4408 1760 373 3 0 1508 0
[pid=26819] ppid=26817 vsize=0 CPUtime=0.67
/proc/26819/stat : 26819 (java) Z 26817 26817 26752 0 -1 1036 7446 0 1 0 61 6 0 0 17 0 1 0 29746802 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26819/statm: 0 0 0 0 0 0 0
[pid=26835] ppid=26817 vsize=23720 CPUtime=47.68
/proc/26835/stat : 26835 (minisat) R 26817 26817 26752 0 -1 0 5756 0 0 0 4763 5 0 0 25 0 1 0 29747110 24289280 5541 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26835/statm: 5930 5541 52 112 0 5814 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 41352

[startup+102.409 s]
/proc/loadavg: 2.40 2.58 2.62 3/89 26902
/proc/meminfo: memFree=1743864/2055920 swapFree=4192812/4192956
[pid=26817] ppid=26815 vsize=17632 CPUtime=2.33
/proc/26817/stat : 26817 (sugar) S 26815 26817 26752 0 -1 4194304 2247 9501 0 1 9 1 216 7 16 0 1 0 29746796 18055168 1760 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26817/statm: 4408 1760 373 3 0 1508 0
[pid=26819] ppid=26817 vsize=0 CPUtime=0.67
/proc/26819/stat : 26819 (java) Z 26817 26817 26752 0 -1 1036 7446 0 1 0 61 6 0 0 17 0 1 0 29746802 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26819/statm: 0 0 0 0 0 0 0
[pid=26835] ppid=26817 vsize=30236 CPUtime=98.59
/proc/26835/stat : 26835 (minisat) R 26817 26817 26752 0 -1 0 7337 0 0 0 9845 14 0 0 25 0 1 0 29747110 30961664 7122 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26835/statm: 7559 7122 52 112 0 7443 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 47868

[startup+162.443 s]
/proc/loadavg: 2.57 2.57 2.61 3/96 26965
/proc/meminfo: memFree=1074880/2055920 swapFree=4192812/4192956
[pid=26817] ppid=26815 vsize=17632 CPUtime=2.33
/proc/26817/stat : 26817 (sugar) S 26815 26817 26752 0 -1 4194304 2247 9501 0 1 9 1 216 7 16 0 1 0 29746796 18055168 1760 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26817/statm: 4408 1760 373 3 0 1508 0
[pid=26819] ppid=26817 vsize=0 CPUtime=0.67
/proc/26819/stat : 26819 (java) Z 26817 26817 26752 0 -1 1036 7446 0 1 0 61 6 0 0 17 0 1 0 29746802 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26819/statm: 0 0 0 0 0 0 0
[pid=26835] ppid=26817 vsize=31112 CPUtime=158.46
/proc/26835/stat : 26835 (minisat) R 26817 26817 26752 0 -1 0 7507 0 0 0 15819 27 0 0 25 0 1 0 29747110 31858688 7292 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26835/statm: 7778 7292 52 112 0 7662 0
Current children cumulated CPU time (s) 161.46
Current children cumulated vsize (KiB) 48744

[startup+222.513 s]
/proc/loadavg: 2.53 2.56 2.60 3/96 26965
/proc/meminfo: memFree=116736/2055920 swapFree=4192812/4192956
[pid=26817] ppid=26815 vsize=17632 CPUtime=2.33
/proc/26817/stat : 26817 (sugar) S 26815 26817 26752 0 -1 4194304 2247 9501 0 1 9 1 216 7 16 0 1 0 29746796 18055168 1760 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26817/statm: 4408 1760 373 3 0 1508 0
[pid=26819] ppid=26817 vsize=0 CPUtime=0.67
/proc/26819/stat : 26819 (java) Z 26817 26817 26752 0 -1 1036 7446 0 1 0 61 6 0 0 17 0 1 0 29746802 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26819/statm: 0 0 0 0 0 0 0
[pid=26835] ppid=26817 vsize=36256 CPUtime=218.37
/proc/26835/stat : 26835 (minisat) R 26817 26817 26752 0 -1 0 8747 0 0 0 21791 46 0 0 25 0 1 0 29747110 37126144 8532 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 0 0 0
/proc/26835/statm: 9064 8532 52 112 0 8948 0
Current children cumulated CPU time (s) 221.37
Current children cumulated vsize (KiB) 53888

[startup+282.553 s]
/proc/loadavg: 2.39 2.51 2.58 3/96 26965
/proc/meminfo: memFree=14976/2055920 swapFree=4192812/4192956

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

/proc/26835/stat : 26835 (minisat) R 26817 26817 26752 0 -1 0 19134 0 0 0 122978 407 0 0 25 0 1 0 29747110 81981440 18911 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/26835/statm: 20015 18911 52 112 0 19899 0
Current children cumulated CPU time (s) 1236.85
Current children cumulated vsize (KiB) 97692

[startup+1303.64 s]
/proc/loadavg: 3.29 3.06 2.86 3/96 26965
/proc/meminfo: memFree=16192/2055920 swapFree=4192812/4192956
[pid=26817] ppid=26815 vsize=17632 CPUtime=2.33
/proc/26817/stat : 26817 (sugar) S 26815 26817 26752 0 -1 4194304 2247 9501 0 1 9 1 216 7 16 0 1 0 29746796 18055168 1760 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26817/statm: 4408 1760 373 3 0 1508 0
[pid=26819] ppid=26817 vsize=0 CPUtime=0.67
/proc/26819/stat : 26819 (java) Z 26817 26817 26752 0 -1 1036 7446 0 1 0 61 6 0 0 17 0 1 0 29746802 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26819/statm: 0 0 0 0 0 0 0
[pid=26835] ppid=26817 vsize=80388 CPUtime=1293.78
/proc/26835/stat : 26835 (minisat) R 26817 26817 26752 0 -1 0 19213 0 0 0 128951 427 0 0 25 0 1 0 29747110 82317312 18990 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 0 0 0
/proc/26835/statm: 20097 18990 52 112 0 19981 0
Current children cumulated CPU time (s) 1296.78
Current children cumulated vsize (KiB) 98020

[startup+1363.65 s]
/proc/loadavg: 2.71 2.94 2.83 3/96 26965
/proc/meminfo: memFree=15680/2055920 swapFree=4192812/4192956
[pid=26817] ppid=26815 vsize=17632 CPUtime=2.33
/proc/26817/stat : 26817 (sugar) S 26815 26817 26752 0 -1 4194304 2247 9501 0 1 9 1 216 7 16 0 1 0 29746796 18055168 1760 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26817/statm: 4408 1760 373 3 0 1508 0
[pid=26819] ppid=26817 vsize=0 CPUtime=0.67
/proc/26819/stat : 26819 (java) Z 26817 26817 26752 0 -1 1036 7446 0 1 0 61 6 0 0 17 0 1 0 29746802 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26819/statm: 0 0 0 0 0 0 0
[pid=26835] ppid=26817 vsize=81076 CPUtime=1353.62
/proc/26835/stat : 26835 (minisat) R 26817 26817 26752 0 -1 0 19354 0 0 0 134914 448 0 0 25 0 1 0 29747110 83021824 19131 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 0 0 0
/proc/26835/statm: 20269 19131 52 112 0 20153 0
Current children cumulated CPU time (s) 1356.62
Current children cumulated vsize (KiB) 98708

[startup+1423.71 s]
/proc/loadavg: 2.48 2.84 2.80 3/96 26965
/proc/meminfo: memFree=14976/2055920 swapFree=4192812/4192956
[pid=26817] ppid=26815 vsize=17632 CPUtime=2.33
/proc/26817/stat : 26817 (sugar) S 26815 26817 26752 0 -1 4194304 2247 9501 0 1 9 1 216 7 16 0 1 0 29746796 18055168 1760 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26817/statm: 4408 1760 373 3 0 1508 0
[pid=26819] ppid=26817 vsize=0 CPUtime=0.67
/proc/26819/stat : 26819 (java) Z 26817 26817 26752 0 -1 1036 7446 0 1 0 61 6 0 0 17 0 1 0 29746802 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26819/statm: 0 0 0 0 0 0 0
[pid=26835] ppid=26817 vsize=81196 CPUtime=1413.55
/proc/26835/stat : 26835 (minisat) R 26817 26817 26752 0 -1 0 19361 0 0 0 140889 466 0 0 25 0 1 0 29747110 83144704 19138 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26835/statm: 20299 19138 52 112 0 20183 0
Current children cumulated CPU time (s) 1416.55
Current children cumulated vsize (KiB) 98828

[startup+1483.78 s]
/proc/loadavg: 2.69 2.82 2.79 3/96 26967
/proc/meminfo: memFree=16320/2055920 swapFree=4192812/4192956
[pid=26817] ppid=26815 vsize=17632 CPUtime=2.33
/proc/26817/stat : 26817 (sugar) S 26815 26817 26752 0 -1 4194304 2247 9501 0 1 9 1 216 7 16 0 1 0 29746796 18055168 1760 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26817/statm: 4408 1760 373 3 0 1508 0
[pid=26819] ppid=26817 vsize=0 CPUtime=0.67
/proc/26819/stat : 26819 (java) Z 26817 26817 26752 0 -1 1036 7446 0 1 0 61 6 0 0 17 0 1 0 29746802 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26819/statm: 0 0 0 0 0 0 0
[pid=26835] ppid=26817 vsize=91004 CPUtime=1473.42
/proc/26835/stat : 26835 (minisat) R 26817 26817 26752 0 -1 0 21745 0 0 0 146852 490 0 0 25 0 1 0 29747110 93188096 21522 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/26835/statm: 22751 21522 52 112 0 22635 0
Current children cumulated CPU time (s) 1476.42
Current children cumulated vsize (KiB) 108636

[startup+1543.79 s]
/proc/loadavg: 2.98 2.88 2.81 3/96 26967
/proc/meminfo: memFree=16128/2055920 swapFree=4192812/4192956
[pid=26817] ppid=26815 vsize=17632 CPUtime=2.33
/proc/26817/stat : 26817 (sugar) S 26815 26817 26752 0 -1 4194304 2247 9501 0 1 9 1 216 7 16 0 1 0 29746796 18055168 1760 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26817/statm: 4408 1760 373 3 0 1508 0
[pid=26819] ppid=26817 vsize=0 CPUtime=0.67
/proc/26819/stat : 26819 (java) Z 26817 26817 26752 0 -1 1036 7446 0 1 0 61 6 0 0 17 0 1 0 29746802 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26819/statm: 0 0 0 0 0 0 0
[pid=26835] ppid=26817 vsize=97072 CPUtime=1533.12
/proc/26835/stat : 26835 (minisat) R 26817 26817 26752 0 -1 0 23211 0 0 0 152803 509 0 0 25 0 1 0 29747110 99401728 22988 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 1 0 0
/proc/26835/statm: 24268 22988 52 112 0 24152 0
Current children cumulated CPU time (s) 1536.12
Current children cumulated vsize (KiB) 114704

[startup+1603.81 s]
/proc/loadavg: 4.12 3.21 2.93 3/96 26967
/proc/meminfo: memFree=16000/2055920 swapFree=4192812/4192956
[pid=26817] ppid=26815 vsize=17632 CPUtime=2.33
/proc/26817/stat : 26817 (sugar) S 26815 26817 26752 0 -1 4194304 2247 9501 0 1 9 1 216 7 16 0 1 0 29746796 18055168 1760 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26817/statm: 4408 1760 373 3 0 1508 0
[pid=26819] ppid=26817 vsize=0 CPUtime=0.67
/proc/26819/stat : 26819 (java) Z 26817 26817 26752 0 -1 1036 7446 0 1 0 61 6 0 0 17 0 1 0 29746802 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26819/statm: 0 0 0 0 0 0 0
[pid=26835] ppid=26817 vsize=97244 CPUtime=1592.47
/proc/26835/stat : 26835 (minisat) R 26817 26817 26752 0 -1 0 23260 0 0 0 158716 531 0 0 25 0 1 0 29747110 99577856 23037 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26835/statm: 24311 23037 52 112 0 24195 0
Current children cumulated CPU time (s) 1595.47
Current children cumulated vsize (KiB) 114876

[startup+1663.85 s]
/proc/loadavg: 3.62 3.27 2.97 4/96 26967
/proc/meminfo: memFree=15616/2055920 swapFree=4192812/4192956
[pid=26817] ppid=26815 vsize=17632 CPUtime=2.33
/proc/26817/stat : 26817 (sugar) S 26815 26817 26752 0 -1 4194304 2247 9501 0 1 9 1 216 7 16 0 1 0 29746796 18055168 1760 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26817/statm: 4408 1760 373 3 0 1508 0
[pid=26819] ppid=26817 vsize=0 CPUtime=0.67
/proc/26819/stat : 26819 (java) Z 26817 26817 26752 0 -1 1036 7446 0 1 0 61 6 0 0 17 0 1 0 29746802 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26819/statm: 0 0 0 0 0 0 0
[pid=26835] ppid=26817 vsize=97624 CPUtime=1651.85
/proc/26835/stat : 26835 (minisat) R 26817 26817 26752 0 -1 0 23348 0 0 0 164629 556 0 0 25 0 1 0 29747110 99966976 23125 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/26835/statm: 24406 23125 52 112 0 24290 0
Current children cumulated CPU time (s) 1654.85
Current children cumulated vsize (KiB) 115256

[startup+1723.9 s]
/proc/loadavg: 2.89 3.12 2.93 3/96 26967
/proc/meminfo: memFree=14848/2055920 swapFree=4192812/4192956
[pid=26817] ppid=26815 vsize=17632 CPUtime=2.33
/proc/26817/stat : 26817 (sugar) S 26815 26817 26752 0 -1 4194304 2247 9501 0 1 9 1 216 7 16 0 1 0 29746796 18055168 1760 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26817/statm: 4408 1760 373 3 0 1508 0
[pid=26819] ppid=26817 vsize=0 CPUtime=0.67
/proc/26819/stat : 26819 (java) Z 26817 26817 26752 0 -1 1036 7446 0 1 0 61 6 0 0 17 0 1 0 29746802 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26819/statm: 0 0 0 0 0 0 0
[pid=26835] ppid=26817 vsize=103780 CPUtime=1711.63
/proc/26835/stat : 26835 (minisat) R 26817 26817 26752 0 -1 0 24836 0 0 0 170588 575 0 0 25 0 1 0 29747110 106270720 24613 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 0 0 0
/proc/26835/statm: 25945 24613 52 112 0 25829 0
Current children cumulated CPU time (s) 1714.63
Current children cumulated vsize (KiB) 121412

[startup+1783.96 s]
/proc/loadavg: 2.59 2.99 2.90 3/96 26967
/proc/meminfo: memFree=15232/2055920 swapFree=4192812/4192956
[pid=26817] ppid=26815 vsize=17632 CPUtime=2.33
/proc/26817/stat : 26817 (sugar) S 26815 26817 26752 0 -1 4194304 2247 9501 0 1 9 1 216 7 16 0 1 0 29746796 18055168 1760 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26817/statm: 4408 1760 373 3 0 1508 0
[pid=26819] ppid=26817 vsize=0 CPUtime=0.67
/proc/26819/stat : 26819 (java) Z 26817 26817 26752 0 -1 1036 7446 0 1 0 61 6 0 0 17 0 1 0 29746802 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26819/statm: 0 0 0 0 0 0 0
[pid=26835] ppid=26817 vsize=103780 CPUtime=1771.51
/proc/26835/stat : 26835 (minisat) R 26817 26817 26752 0 -1 0 24842 0 0 0 176555 596 0 0 25 0 1 0 29747110 106270720 24619 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26835/statm: 25945 24619 52 112 0 25829 0
Current children cumulated CPU time (s) 1774.51
Current children cumulated vsize (KiB) 121412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.56 s]
/proc/loadavg: 2.66 2.97 2.90 3/96 26967
/proc/meminfo: memFree=16128/2055920 swapFree=4192812/4192956
[pid=26817] ppid=26815 vsize=17632 CPUtime=2.33
/proc/26817/stat : 26817 (sugar) S 26815 26817 26752 0 -1 4194304 2247 9501 0 1 9 1 216 7 16 0 1 0 29746796 18055168 1760 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26817/statm: 4408 1760 373 3 0 1508 0
[pid=26819] ppid=26817 vsize=0 CPUtime=0.67
/proc/26819/stat : 26819 (java) Z 26817 26817 26752 0 -1 1036 7446 0 1 0 61 6 0 0 17 0 1 0 29746802 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/26819/statm: 0 0 0 0 0 0 0
[pid=26835] ppid=26817 vsize=103780 CPUtime=1797.04
/proc/26835/stat : 26835 (minisat) R 26817 26817 26752 0 -1 0 24848 0 0 0 179098 606 0 0 25 0 1 0 29747110 106270720 24625 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/26835/statm: 25945 24625 52 112 0 25829 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 121412

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26817 and gives childrusage.ru_utime.tv_sec=2 childrusage.ru_utime.tv_usec=269654 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=86986
CPU time returned by wait4() is 2.35664
while last known CPU time is 1800.06

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1811.1
CPU time (s): 1800.06
CPU user time (s): 1793.84
CPU system time (s): 6.22
CPU usage (%): 99.3905
Max. virtual memory (cumulated for all children) (KiB): 821092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.26965
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11835
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 852
involuntary context switches= 880

runsolver used 2.14867 s user time and 6.17006 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Mon Jan 29 19:12:04 UTC 2007


IDJOB= 210517
IDBENCH= 4625
IDSOLVER= 86
FILE ID= node17/210517-1170097924

PBS_JOBID= 3689475

Free space on /tmp= 66556 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/fpga/fpga-30-30.xml
COMMAND LINE= /tmp/evaluation/210517-1170097924/solver /tmp/evaluation/210517-1170097924 /tmp/evaluation/210517-1170097924/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-210517-1170097924 -o ROOT/results/node17/solver-210517-1170097924 -C 1800 -M 900  /tmp/evaluation/210517-1170097924/solver /tmp/evaluation/210517-1170097924 /tmp/evaluation/210517-1170097924/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  70eb6de06770650d690fce560db7ff3e

RANDOM SEED= 184426899

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.229
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.229
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:       1320432 kB
Buffers:         38372 kB
Cached:          70020 kB
SwapCached:          0 kB
Active:         615284 kB
Inactive:        62904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1320432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1392 kB
Writeback:           0 kB
Mapped:         595236 kB
Slab:            40980 kB
Committed_AS:   835544 kB
PageTables:       3256 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= 40138 MiB



End job on node17 on Mon Jan 29 19:42:19 UTC 2007