Trace number 208049

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.07 1809.7

General information on the benchmark

Namerandom/rand-2-26/
rand-26-26-325-155-53021_ext.xml
MD5SUM29d07ad2e9f93b7a3e17c5290c1ba262
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark35.0187
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables26
Number of constraints325
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension325
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/208049-1170096987/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/208049-1170096987/unknown.xml [Mon Jan 29 19:56:30 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/208049-1170096987/unknown.xml /tmp/evaluation/208049-1170096987/sugar21704.csp [Mon Jan 29 19:56:30 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208049-1170096987/sugar-v0-40.jar -convert /tmp/evaluation/208049-1170096987/unknown.xml /tmp/evaluation/208049-1170096987/sugar21704.csp
0.28	c BEGIN convert /tmp/evaluation/208049-1170096987/unknown.xml
0.82	c END convert (0.54865 seconds)
0.86	c # CONVERT_XML  END : /tmp/evaluation/208049-1170096987/sugar21704.csp 1635722 bytes (1 seconds) [Mon Jan 29 19:56:31 2007]
0.86	c # CONVERT_XML  CPU : 0.65 = 0 + 0 + 0.59 + 0.06
0.86	
0.86	c # GENERATE_SAT  BEGIN : /tmp/evaluation/208049-1170096987/sugar21704.bcnf [Mon Jan 29 19:56:31 2007]
0.86	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208049-1170096987/sugar-v0-40.jar -bcnf -map /tmp/evaluation/208049-1170096987/sugar21704.map /tmp/evaluation/208049-1170096987/sugar21704.csp /tmp/evaluation/208049-1170096987/sugar21704.bcnf
1.02	c BEGIN parse /tmp/evaluation/208049-1170096987/sugar21704.csp
6.92	c END parse (5.901674 seconds)
6.92	c BEGIN simplify
6.95	c END simplify (0.02608 seconds)
6.95	c BEGIN encode /tmp/evaluation/208049-1170096987/sugar21704.bcnf
7.23	c END encode (0.281554 seconds)
7.29	c # GENERATE_SAT  END : 650 variables 50999 clauses 983800 bytes (6 seconds) [Mon Jan 29 19:56:37 2007]
7.29	c # GENERATE_SAT  CPU : 6.28 = 0 + 0 + 6.13 + 0.15
7.29	
7.29	c # SOLVE_SAT  BEGIN : /tmp/evaluation/208049-1170096987/sugar21704.bcnf [Mon Jan 29 19:56:37 2007]
7.29	c # CMD : /tmp/evaluation/208049-1170096987/minisat /tmp/evaluation/208049-1170096987/sugar21704.bcnf /tmp/evaluation/208049-1170096987/sugar21704.out
7.33	c ==================================[MINISAT]===================================
7.33	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
7.33	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
7.33	c ==============================================================================
7.33	c |         0 |   50999   194945 |   16999       0        0     nan |  0.000 % |
7.35	c |       101 |   50999   194945 |   18698     101      926     9.2 |  0.000 % |
7.38	c |       252 |   51000   194945 |   20568     251     2318     9.2 |  0.005 % |
7.43	c |       478 |   51000   194945 |   22625     477     4425     9.3 |  0.010 % |
7.50	c |       815 |   51000   194945 |   24888     814     7651     9.4 |  0.010 % |
7.62	c |      1321 |   51000   194945 |   27377    1320    12831     9.7 |  0.010 % |
7.78	c |      2080 |   51000   194945 |   30114    2079    20259     9.7 |  0.010 % |
8.01	c |      3220 |   51000   194945 |   33126    3219    32395    10.1 |  0.010 % |
8.41	c |      4928 |   51001   194945 |   36438    4926    50820    10.3 |  0.010 % |
9.03	c |      7492 |   51001   194945 |   40082    7490    79140    10.6 |  0.009 % |
9.99	c |     11336 |   51003   194945 |   44091   11332   123666    10.9 |  0.010 % |
11.63	c |     17102 |   51003   194945 |   48500   17098   199165    11.6 |  0.009 % |
14.55	c |     25751 |   51003   194945 |   53350   25747   311737    12.1 |  0.010 % |
20.58	c |     38725 |   51003   194945 |   58685   38721   483572    12.5 |  0.009 % |
32.60	c |     58187 |   51004   194945 |   64553   58182   751253    12.9 |  0.009 % |
47.03	c |     87379 |   51005   194945 |   71009   37936   516480    13.6 |  0.009 % |
74.36	c |    131168 |   51010   194945 |   78109   25213   336091    13.3 |  0.009 % |
112.83	c |    196852 |   51017   194945 |   85920   27558   394528    14.3 |  0.005 % |
184.39	c |    295380 |   51023   194945 |   94513   55987   812267    14.5 |  0.006 % |
283.88	c |    443169 |   51030   194945 |  103964   45993   732498    15.9 |  0.009 % |
462.19	c |    664852 |   51037   194945 |  114360   92780  1526194    16.4 |  0.009 % |
733.43	c |    997378 |   51039   194945 |  125796   34971   547950    15.7 |  0.009 % |
1169.03	c |   1496170 |   51046   194945 |  138376   97862  1616145    16.5 |  0.010 % |
1808.69	
1808.69	s UNKNOWN
1808.69	c # INTERRUPTED
1808.69	c # MAIN  END :  (1809 seconds) [Mon Jan 29 20:26:39 2007]
1808.69	c # MAIN  CPU : 6.93 = 0 + 0 + 6.72 + 0.21
1808.69	

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/node58/watcher-208049-1170096987 -o ROOT/results/node58/solver-208049-1170096987 -C 1800 -M 900 /tmp/evaluation/208049-1170096987/solver /tmp/evaluation/208049-1170096987 /tmp/evaluation/208049-1170096987/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
/proc/loadavg: 1.33 1.83 2.07 4/70 21705
/proc/meminfo: memFree=1633784/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=18540 CPUtime=0
/proc/21704/stat : 21704 (runsolver) R 21702 21602 21602 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 29655685 18984960 277 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 226235545322 0 0 4096 24578 0 0 0 17 0 0 0
/proc/21704/statm: 4635 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.107307 s]
/proc/loadavg: 1.33 1.83 2.07 4/70 21705
/proc/meminfo: memFree=1633784/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=0.04
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 29655685 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.515343 s]
/proc/loadavg: 1.33 1.83 2.07 4/70 21705
/proc/meminfo: memFree=1633784/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=0.04
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29655685 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34142 s]
/proc/loadavg: 1.33 1.83 2.07 3/89 21740
/proc/meminfo: memFree=1612384/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=0.69
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1190 7673 0 1 3 1 59 6 15 0 1 0 29655685 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 809 371 3 0 531 0
[pid=21725] ppid=21704 vsize=807064 CPUtime=0.41
/proc/21725/stat : 21725 (java) R 21704 21704 21602 0 -1 0 7313 0 1 0 37 4 0 0 23 0 8 0 29655772 826433536 7062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479415 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21725/statm: 201766 7062 1494 14 0 189044 0
[pid=21725/tid=21727] ppid=21704 vsize=807064 CPUtime=0.05
/proc/21725/task/21727/stat : 21727 (java) S 21704 21704 21602 0 -1 64 1260 0 0 0 5 0 0 0 16 0 8 0 29655780 826433536 7062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21725/tid=21728] ppid=21704 vsize=807064 CPUtime=0
/proc/21725/task/21728/stat : 21728 (java) S 21704 21704 21602 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29655780 826433536 7062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21725/tid=21729] ppid=21704 vsize=807064 CPUtime=0
/proc/21725/task/21729/stat : 21729 (java) S 21704 21704 21602 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29655780 826433536 7062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21725/tid=21733] ppid=21704 vsize=807064 CPUtime=0
/proc/21725/task/21733/stat : 21733 (java) S 21704 21704 21602 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29655783 826433536 7062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21725/tid=21734] ppid=21704 vsize=807064 CPUtime=0.05
/proc/21725/task/21734/stat : 21734 (java) S 21704 21704 21602 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 29655783 826433536 7062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21725/tid=21735] ppid=21704 vsize=807064 CPUtime=0
/proc/21725/task/21735/stat : 21735 (java) S 21704 21704 21602 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 29655783 826433536 7062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21725/tid=21736] ppid=21704 vsize=807064 CPUtime=0
/proc/21725/task/21736/stat : 21736 (java) S 21704 21704 21602 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29655783 826433536 7062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 820788

[startup+2.98956 s]
/proc/loadavg: 1.33 1.83 2.07 3/89 21740
/proc/meminfo: memFree=1552608/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=0.69
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1190 7673 0 1 3 1 59 6 15 0 1 0 29655685 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 809 371 3 0 531 0
[pid=21725] ppid=21704 vsize=807336 CPUtime=2.06
/proc/21725/stat : 21725 (java) R 21704 21704 21602 0 -1 0 13792 0 1 0 198 8 0 0 25 0 8 0 29655772 826712064 13526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21725/statm: 201834 13526 1506 14 0 189112 0
[pid=21725/tid=21727] ppid=21704 vsize=807336 CPUtime=0.54
/proc/21725/task/21727/stat : 21727 (java) S 21704 21704 21602 0 -1 64 7635 0 0 0 51 3 0 0 16 0 8 0 29655780 826712064 13526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21725/tid=21728] ppid=21704 vsize=807336 CPUtime=0
/proc/21725/task/21728/stat : 21728 (java) S 21704 21704 21602 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29655780 826712064 13526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21725/tid=21729] ppid=21704 vsize=807336 CPUtime=0
/proc/21725/task/21729/stat : 21729 (java) S 21704 21704 21602 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29655780 826712064 13526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21725/tid=21733] ppid=21704 vsize=807336 CPUtime=0
/proc/21725/task/21733/stat : 21733 (java) S 21704 21704 21602 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29655783 826712064 13526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21725/tid=21734] ppid=21704 vsize=807336 CPUtime=0.08
/proc/21725/task/21734/stat : 21734 (java) R 21704 21704 21602 0 -1 64 357 0 0 0 8 0 0 0 16 0 8 0 29655783 826712064 13526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153698808 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21725/tid=21735] ppid=21704 vsize=807336 CPUtime=0
/proc/21725/task/21735/stat : 21735 (java) S 21704 21704 21602 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 29655783 826712064 13526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21725/tid=21736] ppid=21704 vsize=807336 CPUtime=0
/proc/21725/task/21736/stat : 21736 (java) S 21704 21704 21602 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29655783 826712064 13526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 821060

[startup+6.26985 s]
/proc/loadavg: 1.38 1.83 2.07 3/89 21740
/proc/meminfo: memFree=1483936/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=0.69
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1190 7673 0 1 3 1 59 6 15 0 1 0 29655685 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 809 371 3 0 531 0
[pid=21725] ppid=21704 vsize=807336 CPUtime=5.32
/proc/21725/stat : 21725 (java) R 21704 21704 21602 0 -1 0 21236 0 1 0 521 11 0 0 25 0 8 0 29655772 826712064 20938 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073573160 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21725/statm: 201834 20938 1506 14 0 189112 0
[pid=21725/tid=21727] ppid=21704 vsize=807336 CPUtime=0.93
/proc/21725/task/21727/stat : 21727 (java) S 21704 21704 21602 0 -1 64 15003 0 0 0 87 6 0 0 16 0 8 0 29655780 826712064 20938 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21725/tid=21728] ppid=21704 vsize=807336 CPUtime=0
/proc/21725/task/21728/stat : 21728 (java) S 21704 21704 21602 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29655780 826712064 20938 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21725/tid=21729] ppid=21704 vsize=807336 CPUtime=0
/proc/21725/task/21729/stat : 21729 (java) S 21704 21704 21602 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29655780 826712064 20938 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21725/tid=21733] ppid=21704 vsize=807336 CPUtime=0
/proc/21725/task/21733/stat : 21733 (java) S 21704 21704 21602 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29655783 826712064 20938 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21725/tid=21734] ppid=21704 vsize=807336 CPUtime=0.12
/proc/21725/task/21734/stat : 21734 (java) S 21704 21704 21602 0 -1 64 400 0 0 0 12 0 0 0 17 0 8 0 29655783 826712064 20938 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21725/tid=21735] ppid=21704 vsize=807336 CPUtime=0
/proc/21725/task/21735/stat : 21735 (java) S 21704 21704 21602 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 29655783 826712064 20938 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21725/tid=21736] ppid=21704 vsize=807336 CPUtime=0
/proc/21725/task/21736/stat : 21736 (java) S 21704 21704 21602 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29655783 826712064 20938 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 821060

[startup+12.7494 s]
/proc/loadavg: 1.43 1.84 2.07 3/75 21742
/proc/meminfo: memFree=1617104/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=6.97
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1275 31993 0 2 3 1 672 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 815 373 3 0 531 0
[pid=21741] ppid=21704 vsize=5516 CPUtime=5.41
/proc/21741/stat : 21741 (minisat) R 21704 21704 21602 0 -1 0 1263 0 0 0 541 0 0 0 25 0 1 0 29656415 5648384 1009 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21741/statm: 1379 1009 51 112 0 1263 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 19240

[startup+25.5705 s]
/proc/loadavg: 1.56 1.84 2.06 3/75 21742
/proc/meminfo: memFree=1612432/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=6.97
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1275 31993 0 2 3 1 672 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 815 373 3 0 531 0
[pid=21741] ppid=21704 vsize=7864 CPUtime=18.18
/proc/21741/stat : 21741 (minisat) R 21704 21704 21602 0 -1 0 1860 0 0 0 1817 1 0 0 25 0 1 0 29656415 8052736 1606 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21741/statm: 1966 1606 51 112 0 1850 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 21588

[startup+51.2358 s]
/proc/loadavg: 1.76 1.87 2.07 3/75 21742
/proc/meminfo: memFree=1608912/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=6.97
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1275 31993 0 2 3 1 672 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 815 373 3 0 531 0
[pid=21741] ppid=21704 vsize=9736 CPUtime=43.74
/proc/21741/stat : 21741 (minisat) R 21704 21704 21602 0 -1 0 2300 0 0 0 4372 2 0 0 25 0 1 0 29656415 9969664 2046 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21741/statm: 2434 2046 51 112 0 2318 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 23460

[startup+102.46 s]
/proc/loadavg: 1.90 1.89 2.06 3/75 21742
/proc/meminfo: memFree=1605328/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=6.97
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1275 31993 0 2 3 1 672 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 815 373 3 0 531 0
[pid=21741] ppid=21704 vsize=11760 CPUtime=94.72
/proc/21741/stat : 21741 (minisat) R 21704 21704 21602 0 -1 0 2793 0 0 0 9469 3 0 0 25 0 1 0 29656415 12042240 2539 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527273 0 0 4096 3 0 0 0 17 0 0 0
/proc/21741/statm: 2940 2539 51 112 0 2824 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 25484

[startup+162.513 s]
/proc/loadavg: 1.96 1.91 2.06 3/75 21742
/proc/meminfo: memFree=1601040/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=6.97
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1275 31993 0 2 3 1 672 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 815 373 3 0 531 0
[pid=21741] ppid=21704 vsize=13624 CPUtime=154.5
/proc/21741/stat : 21741 (minisat) R 21704 21704 21602 0 -1 0 3278 0 0 0 15446 4 0 0 25 0 1 0 29656415 13950976 3024 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21741/statm: 3406 3024 51 112 0 3290 0
Current children cumulated CPU time (s) 161.47
Current children cumulated vsize (KiB) 27348

[startup+222.57 s]
/proc/loadavg: 2.02 1.93 2.06 3/75 21742
/proc/meminfo: memFree=1598416/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=6.97
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1275 31993 0 2 3 1 672 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 815 373 3 0 531 0
[pid=21741] ppid=21704 vsize=15432 CPUtime=214.3
/proc/21741/stat : 21741 (minisat) R 21704 21704 21602 0 -1 0 3676 0 0 0 21425 5 0 0 25 0 1 0 29656415 15802368 3422 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21741/statm: 3858 3422 51 112 0 3742 0
Current children cumulated CPU time (s) 221.27
Current children cumulated vsize (KiB) 29156

[startup+282.628 s]
/proc/loadavg: 2.08 1.96 2.06 3/81 21814
/proc/meminfo: memFree=1594368/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=6.97
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1275 31993 0 2 3 1 672 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 815 373 3 0 531 0
[pid=21741] ppid=21704 vsize=16540 CPUtime=274.05
/proc/21741/stat : 21741 (minisat) R 21704 21704 21602 0 -1 0 3939 0 0 0 27391 14 0 0 25 0 1 0 29656415 16936960 3685 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21741/statm: 4135 3685 51 112 0 4019 0
Current children cumulated CPU time (s) 281.02
Current children cumulated vsize (KiB) 30264

[startup+342.708 s]
/proc/loadavg: 2.07 1.98 2.06 3/81 21906
/proc/meminfo: memFree=1591960/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=6.97

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

/proc/loadavg: 2.00 2.00 2.00 3/75 21940
/proc/meminfo: memFree=1577616/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=6.97
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1275 31993 0 2 3 1 672 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 815 373 3 0 531 0
[pid=21741] ppid=21704 vsize=25496 CPUtime=1110.97
/proc/21741/stat : 21741 (minisat) R 21704 21704 21602 0 -1 0 6175 0 0 0 111065 32 0 0 25 0 1 0 29656415 26107904 5913 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21741/statm: 6374 5913 51 112 0 6258 0
Current children cumulated CPU time (s) 1117.94
Current children cumulated vsize (KiB) 39220

[startup+1183.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21940
/proc/meminfo: memFree=1576848/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=6.97
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1275 31993 0 2 3 1 672 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 815 373 3 0 531 0
[pid=21741] ppid=21704 vsize=26076 CPUtime=1170.74
/proc/21741/stat : 21741 (minisat) R 21704 21704 21602 0 -1 0 6308 0 0 0 117042 32 0 0 25 0 1 0 29656415 26701824 6046 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21741/statm: 6519 6046 51 112 0 6403 0
Current children cumulated CPU time (s) 1177.71
Current children cumulated vsize (KiB) 39800

[startup+1243.57 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21940
/proc/meminfo: memFree=1574800/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=6.97
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1275 31993 0 2 3 1 672 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 815 373 3 0 531 0
[pid=21741] ppid=21704 vsize=27536 CPUtime=1230.54
/proc/21741/stat : 21741 (minisat) R 21704 21704 21602 0 -1 0 6602 0 0 0 123021 33 0 0 25 0 1 0 29656415 28196864 6340 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21741/statm: 6884 6340 51 112 0 6768 0
Current children cumulated CPU time (s) 1237.51
Current children cumulated vsize (KiB) 41260

[startup+1303.63 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21940
/proc/meminfo: memFree=1573968/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=6.97
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1275 31993 0 2 3 1 672 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 815 373 3 0 531 0
[pid=21741] ppid=21704 vsize=28080 CPUtime=1290.33
/proc/21741/stat : 21741 (minisat) R 21704 21704 21602 0 -1 0 6739 0 0 0 129000 33 0 0 25 0 1 0 29656415 28753920 6469 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21741/statm: 7020 6469 51 112 0 6904 0
Current children cumulated CPU time (s) 1297.3
Current children cumulated vsize (KiB) 41804

[startup+1363.68 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21940
/proc/meminfo: memFree=1573584/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=6.97
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1275 31993 0 2 3 1 672 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 815 373 3 0 531 0
[pid=21741] ppid=21704 vsize=28224 CPUtime=1350.09
/proc/21741/stat : 21741 (minisat) R 21704 21704 21602 0 -1 0 6761 0 0 0 134976 33 0 0 25 0 1 0 29656415 28901376 6491 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21741/statm: 7056 6491 51 112 0 6940 0
Current children cumulated CPU time (s) 1357.06
Current children cumulated vsize (KiB) 41948

[startup+1423.73 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21940
/proc/meminfo: memFree=1572944/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=6.97
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1275 31993 0 2 3 1 672 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 815 373 3 0 531 0
[pid=21741] ppid=21704 vsize=29064 CPUtime=1409.89
/proc/21741/stat : 21741 (minisat) R 21704 21704 21602 0 -1 0 6936 0 0 0 140955 34 0 0 25 0 1 0 29656415 29761536 6666 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21741/statm: 7266 6666 51 112 0 7150 0
Current children cumulated CPU time (s) 1416.86
Current children cumulated vsize (KiB) 42788

[startup+1483.78 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21940
/proc/meminfo: memFree=1571152/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=6.97
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1275 31993 0 2 3 1 672 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 815 373 3 0 531 0
[pid=21741] ppid=21704 vsize=29720 CPUtime=1469.67
/proc/21741/stat : 21741 (minisat) R 21704 21704 21602 0 -1 0 7122 0 0 0 146933 34 0 0 25 0 1 0 29656415 30433280 6852 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 0 0 0
/proc/21741/statm: 7430 6852 51 112 0 7314 0
Current children cumulated CPU time (s) 1476.64
Current children cumulated vsize (KiB) 43444

[startup+1543.84 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21940
/proc/meminfo: memFree=1570512/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=6.97
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1275 31993 0 2 3 1 672 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 815 373 3 0 531 0
[pid=21741] ppid=21704 vsize=30144 CPUtime=1529.43
/proc/21741/stat : 21741 (minisat) R 21704 21704 21602 0 -1 0 7207 0 0 0 152909 34 0 0 25 0 1 0 29656415 30867456 6937 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528070 0 0 4096 3 0 0 0 17 0 0 0
/proc/21741/statm: 7536 6937 51 112 0 7420 0
Current children cumulated CPU time (s) 1536.4
Current children cumulated vsize (KiB) 43868

[startup+1603.89 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21940
/proc/meminfo: memFree=1569808/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=6.97
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1275 31993 0 2 3 1 672 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 815 373 3 0 531 0
[pid=21741] ppid=21704 vsize=30304 CPUtime=1589.22
/proc/21741/stat : 21741 (minisat) R 21704 21704 21602 0 -1 0 7257 0 0 0 158888 34 0 0 25 0 1 0 29656415 31031296 6987 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21741/statm: 7576 6987 51 112 0 7460 0
Current children cumulated CPU time (s) 1596.19
Current children cumulated vsize (KiB) 44028

[startup+1663.94 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21940
/proc/meminfo: memFree=1569424/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=6.97
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1275 31993 0 2 3 1 672 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 815 373 3 0 531 0
[pid=21741] ppid=21704 vsize=30620 CPUtime=1649.01
/proc/21741/stat : 21741 (minisat) R 21704 21704 21602 0 -1 0 7338 0 0 0 164867 34 0 0 25 0 1 0 29656415 31354880 7068 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21741/statm: 7655 7068 51 112 0 7539 0
Current children cumulated CPU time (s) 1655.98
Current children cumulated vsize (KiB) 44344

[startup+1723.99 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 21940
/proc/meminfo: memFree=1569232/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=6.97
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1275 31993 0 2 3 1 672 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 815 373 3 0 531 0
[pid=21741] ppid=21704 vsize=30760 CPUtime=1708.78
/proc/21741/stat : 21741 (minisat) R 21704 21704 21602 0 -1 0 7353 0 0 0 170843 35 0 0 25 0 1 0 29656415 31498240 7083 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21741/statm: 7690 7083 51 112 0 7574 0
Current children cumulated CPU time (s) 1715.75
Current children cumulated vsize (KiB) 44484

[startup+1784.04 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 21940
/proc/meminfo: memFree=1568976/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=6.97
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1275 31993 0 2 3 1 672 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 815 373 3 0 531 0
[pid=21741] ppid=21704 vsize=30904 CPUtime=1768.57
/proc/21741/stat : 21741 (minisat) R 21704 21704 21602 0 -1 0 7389 0 0 0 176822 35 0 0 25 0 1 0 29656415 31645696 7119 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21741/statm: 7726 7119 51 112 0 7610 0
Current children cumulated CPU time (s) 1775.54
Current children cumulated vsize (KiB) 44628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.69 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 21940
/proc/meminfo: memFree=1568528/2055920 swapFree=4192956/4192956
[pid=21704] ppid=21702 vsize=13724 CPUtime=6.97
/proc/21704/stat : 21704 (sugar) S 21702 21704 21602 0 -1 4194304 1275 31993 0 2 3 1 672 21 16 0 1 0 29655685 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21704/statm: 3431 815 373 3 0 531 0
[pid=21741] ppid=21704 vsize=31064 CPUtime=1793.09
/proc/21741/stat : 21741 (minisat) R 21704 21704 21602 0 -1 0 7442 0 0 0 179274 35 0 0 25 0 1 0 29656415 31809536 7172 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21741/statm: 7766 7172 51 112 0 7650 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 44788

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 21704 and gives childrusage.ru_utime.tv_sec=6 childrusage.ru_utime.tv_usec=763971 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=226965
CPU time returned by wait4() is 6.99094
while last known CPU time is 1800.07

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

Real time (s): 1809.7
CPU time (s): 1800.07
CPU user time (s): 1799.49
CPU system time (s): 0.58
CPU usage (%): 99.4676
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.76397
system time used= 0.226965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33352
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= 1709
involuntary context switches= 1768

runsolver used 1.55176 s user time and 4.95825 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Mon Jan 29 18:56:28 UTC 2007


IDJOB= 208049
IDBENCH= 4350
IDSOLVER= 86
FILE ID= node58/208049-1170096987

PBS_JOBID= 3689693

Free space on /tmp= 66563 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-26/rand-26-26-325-155-53021_ext.xml
COMMAND LINE= /tmp/evaluation/208049-1170096987/solver /tmp/evaluation/208049-1170096987 /tmp/evaluation/208049-1170096987/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-208049-1170096987 -o ROOT/results/node58/solver-208049-1170096987 -C 1800 -M 900  /tmp/evaluation/208049-1170096987/solver /tmp/evaluation/208049-1170096987 /tmp/evaluation/208049-1170096987/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  29d07ad2e9f93b7a3e17c5290c1ba262

RANDOM SEED= 303493573

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.234
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.234
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:       1634184 kB
Buffers:         34980 kB
Cached:         296588 kB
SwapCached:          0 kB
Active:          62400 kB
Inactive:       289492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1634184 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2396 kB
Writeback:           0 kB
Mapped:          30544 kB
Slab:            55436 kB
Committed_AS:   158156 kB
PageTables:       1668 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= 66563 MiB



End job on node58 on Mon Jan 29 19:26:40 UTC 2007