Trace number 232453

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.40UNSAT 1549.35 1553.51

General information on the benchmark

Nametaillard/
js-taillard-20/js-taillard-20-95-3.xml
MD5SUM9551e0566e5fd6931ad796035015459e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1549.35
SatisfiableNO
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1582
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/232453-1170106519/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/232453-1170106519/unknown.xml [Mon Jan 29 22:35:19 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/232453-1170106519/unknown.xml /tmp/evaluation/232453-1170106519/sugar26973.csp [Mon Jan 29 22:35:19 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232453-1170106519/sugar-v0-40.jar -convert /tmp/evaluation/232453-1170106519/unknown.xml /tmp/evaluation/232453-1170106519/sugar26973.csp
0.17	c BEGIN convert /tmp/evaluation/232453-1170106519/unknown.xml
0.91	c END convert (0.737937 seconds)
0.97	c # CONVERT_XML  END : /tmp/evaluation/232453-1170106519/sugar26973.csp 201502 bytes (1 seconds) [Mon Jan 29 22:35:20 2007]
0.97	c # CONVERT_XML  CPU : 0.85 = 0 + 0 + 0.79 + 0.06
0.97	
0.97	c # GENERATE_SAT  BEGIN : /tmp/evaluation/232453-1170106519/sugar26973.bcnf [Mon Jan 29 22:35:20 2007]
0.97	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232453-1170106519/sugar-v0-40.jar -bcnf -map /tmp/evaluation/232453-1170106519/sugar26973.map /tmp/evaluation/232453-1170106519/sugar26973.csp /tmp/evaluation/232453-1170106519/sugar26973.bcnf
1.08	c BEGIN parse /tmp/evaluation/232453-1170106519/sugar26973.csp
1.79	c END parse (0.705326 seconds)
1.79	c BEGIN simplify
1.82	c END simplify (0.03393 seconds)
1.83	c BEGIN encode /tmp/evaluation/232453-1170106519/sugar26973.bcnf
13.28	c END encode (11.452003 seconds)
13.41	c # GENERATE_SAT  END : 620000 variables 12442102 clauses 194294576 bytes (12 seconds) [Mon Jan 29 22:35:32 2007]
13.41	c # GENERATE_SAT  CPU : 12.27 = 0.07 + 0.01 + 11.34 + 0.85
13.41	
13.41	c # SOLVE_SAT  BEGIN : /tmp/evaluation/232453-1170106519/sugar26973.bcnf [Mon Jan 29 22:35:32 2007]
13.41	c # CMD : /tmp/evaluation/232453-1170106519/minisat /tmp/evaluation/232453-1170106519/sugar26973.bcnf /tmp/evaluation/232453-1170106519/sugar26973.out
26.49	c ==================================[MINISAT]===================================
26.49	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
26.49	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
26.49	c ==============================================================================
26.49	c |         0 | 4631509 12899551 | 1543836       0        0     nan |  0.000 % |
28.65	c |       103 | 4631510 12899551 | 1698219     102     1242    12.2 | 62.839 % |
30.75	c |       253 | 4631512 12899551 | 1868041     250     2643    10.6 | 62.839 % |
34.01	c |       478 | 4631512 12899551 | 2054845     475     6501    13.7 | 62.839 % |
37.64	c |       815 | 4631514 12899551 | 2260330     810    10131    12.5 | 62.839 % |
40.96	c |      1322 | 4631518 12899551 | 2486363    1313    14656    11.2 | 62.839 % |
49.88	c |      2081 | 4631519 12899551 | 2734999    2071    28338    13.7 | 62.839 % |
62.31	c |      3222 | 4631519 12899551 | 3008499    3212    44991    14.0 | 62.839 % |
82.00	c |      4930 | 4631523 12899551 | 3309349    4916    73893    15.0 | 62.839 % |
116.00	c |      7492 | 4631525 12899551 | 3640284    7476   117593    15.7 | 62.839 % |
161.53	c |     11336 | 4631528 12899551 | 4004312   11317   182898    16.2 | 62.839 % |
238.47	c |     17103 | 4631540 12899551 | 4404744   17072   306715    18.0 | 62.839 % |
358.83	c |     25752 | 4631548 12899551 | 4845218   25713   488217    19.0 | 62.839 % |
523.21	c |     38728 | 4631553 12899551 | 5329740   38684   752857    19.5 | 62.839 % |
783.13	c |     58189 | 4631561 12899551 | 5862714   58137  1335086    23.0 | 62.839 % |
1198.01	c |     87381 | 4630929 12897619 | 6448986   81054  1842449    22.7 | 62.839 % |
1553.32	c ==============================================================================
1553.32	c restarts              : 16
1553.32	c conflicts             : 111424         (73 /sec)
1553.32	c decisions             : 149534         (97 /sec)
1553.32	c propagations          : 1980776246     (1290407 /sec)
1553.32	c conflict literals     : 2680893        (38.05 % deleted)
1553.32	c Memory used           : 511.60 MB
1553.32	c CPU time              : 1535 s
1553.32	c 
1553.32	c UNSATISFIABLE
1553.41	c # SOLVE_SAT  END : UNSATISFIABLE (1540 seconds) [Mon Jan 29 23:01:12 2007]
1553.41	c # SOLVE_SAT  CPU : 1536.09 = 0.01 + 0.01 + 1535 + 1.07
1553.41	
1553.41	c # RESULT : UNSATISFIABLE
1553.41	
1553.41	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 23:01:12 2007]
1553.41	s UNSATISFIABLE
1553.41	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 23:01:12 2007]
1553.41	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
1553.41	
1553.41	c # MAIN  END :  (1553 seconds) [Mon Jan 29 23:01:12 2007]
1553.41	c # MAIN  CPU : 1549.21 = 0.08 + 0.02 + 1547.13 + 1.98
1553.41	

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node18/watcher-232453-1170106519 -o ROOT/results/node18/solver-232453-1170106519 -C 1800 -M 900 /tmp/evaluation/232453-1170106519/solver /tmp/evaluation/232453-1170106519 /tmp/evaluation/232453-1170106519/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.23 3.17 3.15 3/94 26974
/proc/meminfo: memFree=1233040/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=5352 CPUtime=0
/proc/26973/stat : 26973 (solver) R 26971 26973 26908 0 -1 4194304 184 0 0 0 0 0 0 0 20 0 1 0 30606439 5480448 152 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 227849019609 0 0 4096 0 0 0 0 17 1 0 0
/proc/26973/statm: 1338 152 126 169 0 49 0

[startup+0.103758 s]
/proc/loadavg: 2.23 3.17 3.15 3/94 26974
/proc/meminfo: memFree=1233040/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=13724 CPUtime=0.03
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 30606439 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26973/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.511798 s]
/proc/loadavg: 2.23 3.17 3.15 3/94 26974
/proc/meminfo: memFree=1233040/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=13724 CPUtime=0.03
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30606439 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26973/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33487 s]
/proc/loadavg: 2.23 3.17 3.15 5/102 26990
/proc/meminfo: memFree=1225744/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=13724 CPUtime=0.88
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 1190 9566 0 1 3 0 79 6 15 0 1 0 30606439 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26973/statm: 3431 809 371 3 0 531 0
[pid=26983] ppid=26973 vsize=807064 CPUtime=0.34
/proc/26983/stat : 26983 (java) R 26973 26973 26908 0 -1 0 6544 0 1 0 31 3 0 0 20 0 8 0 30606537 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073482566 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26983/statm: 201766 6294 1494 14 0 189044 0
[pid=26983/tid=26984] ppid=26973 vsize=807064 CPUtime=0.02
/proc/26983/task/26984/stat : 26984 (java) S 26973 26973 26908 0 -1 64 492 0 0 0 2 0 0 0 16 0 8 0 30606540 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26985] ppid=26973 vsize=807064 CPUtime=0
/proc/26983/task/26985/stat : 26985 (java) S 26973 26973 26908 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30606540 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26986] ppid=26973 vsize=807064 CPUtime=0
/proc/26983/task/26986/stat : 26986 (java) S 26973 26973 26908 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30606540 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26987] ppid=26973 vsize=807064 CPUtime=0
/proc/26983/task/26987/stat : 26987 (java) S 26973 26973 26908 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30606544 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26988] ppid=26973 vsize=807064 CPUtime=0.05
/proc/26983/task/26988/stat : 26988 (java) S 26973 26973 26908 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30606544 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26989] ppid=26973 vsize=807064 CPUtime=0
/proc/26983/task/26989/stat : 26989 (java) S 26973 26973 26908 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30606544 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26990] ppid=26973 vsize=807064 CPUtime=0
/proc/26983/task/26990/stat : 26990 (java) S 26973 26973 26908 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30606544 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 820788

[startup+2.98803 s]
/proc/loadavg: 2.23 3.17 3.15 3/102 26990
/proc/meminfo: memFree=1194256/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=13724 CPUtime=0.88
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 1190 9566 0 1 3 0 79 6 16 0 1 0 30606439 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26973/statm: 3431 809 371 3 0 531 0
[pid=26983] ppid=26973 vsize=807344 CPUtime=1.99
/proc/26983/stat : 26983 (java) R 26973 26973 26908 0 -1 0 8784 0 1 0 187 12 0 0 25 0 8 0 30606537 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795870 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26983/statm: 201836 8530 1510 14 0 189114 0
[pid=26983/tid=26984] ppid=26973 vsize=807344 CPUtime=0.14
/proc/26983/task/26984/stat : 26984 (java) S 26973 26973 26908 0 -1 64 2552 0 0 0 13 1 0 0 17 0 8 0 30606540 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26985] ppid=26973 vsize=807344 CPUtime=0
/proc/26983/task/26985/stat : 26985 (java) S 26973 26973 26908 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30606540 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26986] ppid=26973 vsize=807344 CPUtime=0
/proc/26983/task/26986/stat : 26986 (java) S 26973 26973 26908 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30606540 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26987] ppid=26973 vsize=807344 CPUtime=0
/proc/26983/task/26987/stat : 26987 (java) S 26973 26973 26908 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30606544 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26988] ppid=26973 vsize=807344 CPUtime=0.16
/proc/26983/task/26988/stat : 26988 (java) S 26973 26973 26908 0 -1 64 420 0 0 0 16 0 0 0 16 0 8 0 30606544 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26989] ppid=26973 vsize=807344 CPUtime=0
/proc/26983/task/26989/stat : 26989 (java) S 26973 26973 26908 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30606544 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26990] ppid=26973 vsize=807344 CPUtime=0
/proc/26983/task/26990/stat : 26990 (java) S 26973 26973 26908 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30606544 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 821068

[startup+6.19134 s]
/proc/loadavg: 2.21 3.15 3.15 3/102 26990
/proc/meminfo: memFree=1136656/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=13724 CPUtime=0.88
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 1190 9566 0 1 3 0 79 6 16 0 1 0 30606439 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26973/statm: 3431 809 371 3 0 531 0
[pid=26983] ppid=26973 vsize=807344 CPUtime=5.16
/proc/26983/stat : 26983 (java) R 26973 26973 26908 0 -1 0 8785 0 1 0 481 35 0 0 25 0 8 0 30606537 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795870 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26983/statm: 201836 8531 1510 14 0 189114 0
[pid=26983/tid=26984] ppid=26973 vsize=807344 CPUtime=0.14
/proc/26983/task/26984/stat : 26984 (java) S 26973 26973 26908 0 -1 64 2552 0 0 0 13 1 0 0 16 0 8 0 30606540 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26985] ppid=26973 vsize=807344 CPUtime=0
/proc/26983/task/26985/stat : 26985 (java) S 26973 26973 26908 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30606540 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26986] ppid=26973 vsize=807344 CPUtime=0
/proc/26983/task/26986/stat : 26986 (java) S 26973 26973 26908 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30606540 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26987] ppid=26973 vsize=807344 CPUtime=0
/proc/26983/task/26987/stat : 26987 (java) S 26973 26973 26908 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30606544 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26988] ppid=26973 vsize=807344 CPUtime=0.16
/proc/26983/task/26988/stat : 26988 (java) S 26973 26973 26908 0 -1 64 421 0 0 0 16 0 0 0 16 0 8 0 30606544 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26989] ppid=26973 vsize=807344 CPUtime=0
/proc/26983/task/26989/stat : 26989 (java) S 26973 26973 26908 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30606544 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26990] ppid=26973 vsize=807344 CPUtime=0
/proc/26983/task/26990/stat : 26990 (java) S 26973 26973 26908 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30606544 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 821068

[startup+12.682 s]
/proc/loadavg: 2.20 3.13 3.14 4/102 26990
/proc/meminfo: memFree=1024976/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=13724 CPUtime=0.88
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 1190 9566 0 1 3 0 79 6 16 0 1 0 30606439 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26973/statm: 3431 809 371 3 0 531 0
[pid=26983] ppid=26973 vsize=807344 CPUtime=11.58
/proc/26983/stat : 26983 (java) R 26973 26973 26908 0 -1 0 8785 0 1 0 1078 80 0 0 25 0 8 0 30606537 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796318 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26983/statm: 201836 8531 1510 14 0 189114 0
[pid=26983/tid=26984] ppid=26973 vsize=807344 CPUtime=0.14
/proc/26983/task/26984/stat : 26984 (java) S 26973 26973 26908 0 -1 64 2552 0 0 0 13 1 0 0 16 0 8 0 30606540 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26985] ppid=26973 vsize=807344 CPUtime=0
/proc/26983/task/26985/stat : 26985 (java) S 26973 26973 26908 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30606540 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26986] ppid=26973 vsize=807344 CPUtime=0
/proc/26983/task/26986/stat : 26986 (java) S 26973 26973 26908 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30606540 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26987] ppid=26973 vsize=807344 CPUtime=0
/proc/26983/task/26987/stat : 26987 (java) S 26973 26973 26908 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30606544 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26988] ppid=26973 vsize=807344 CPUtime=0.16
/proc/26983/task/26988/stat : 26988 (java) S 26973 26973 26908 0 -1 64 421 0 0 0 16 0 0 0 16 0 8 0 30606544 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26989] ppid=26973 vsize=807344 CPUtime=0
/proc/26983/task/26989/stat : 26989 (java) S 26973 26973 26908 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30606544 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26983/tid=26990] ppid=26973 vsize=807344 CPUtime=0
/proc/26983/task/26990/stat : 26990 (java) S 26973 26973 26908 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30606544 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 821068

[startup+25.5232 s]
/proc/loadavg: 2.15 3.08 3.12 3/95 26991
/proc/meminfo: memFree=523208/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=18372 CPUtime=13.16
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 2413 18367 0 2 10 2 1213 91 18 0 1 0 30606439 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26973/statm: 4593 1934 373 3 0 1693 0
[pid=26991] ppid=26973 vsize=522412 CPUtime=12.01
/proc/26991/stat : 26991 (minisat) R 26973 26973 26908 0 -1 0 129202 0 0 0 1116 85 0 0 25 0 1 0 30607781 534949888 127971 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134529547 0 0 4096 0 0 0 0 17 1 0 0
/proc/26991/statm: 130603 127971 36 112 0 130487 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 540784

[startup+51.2017 s]
/proc/loadavg: 2.17 3.01 3.09 3/95 26993
/proc/meminfo: memFree=522760/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=18372 CPUtime=13.16
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 2423 18367 0 2 10 2 1213 91 16 0 1 0 30606439 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26973/statm: 4593 1934 373 3 0 1693 0
[pid=26991] ppid=26973 vsize=523332 CPUtime=37.58
/proc/26991/stat : 26991 (minisat) R 26973 26973 26908 0 -1 0 129365 0 0 0 3672 86 0 0 25 0 1 0 30607781 535891968 128134 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26991/statm: 130833 128134 51 112 0 130717 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 541704

[startup+102.446 s]
/proc/loadavg: 2.07 2.85 3.04 3/95 26993
/proc/meminfo: memFree=522952/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=18372 CPUtime=13.16
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 2423 18367 0 2 10 2 1213 91 16 0 1 0 30606439 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26973/statm: 4593 1934 373 3 0 1693 0
[pid=26991] ppid=26973 vsize=523332 CPUtime=88.58
/proc/26991/stat : 26991 (minisat) R 26973 26973 26908 0 -1 0 129371 0 0 0 8772 86 0 0 25 0 1 0 30607781 535891968 128140 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528184 0 0 4096 3 0 0 0 17 1 0 0
/proc/26991/statm: 130833 128140 51 112 0 130717 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 541704

[startup+162.526 s]
/proc/loadavg: 2.02 2.69 2.97 3/95 26993
/proc/meminfo: memFree=522824/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=18372 CPUtime=13.16
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 2423 18367 0 2 10 2 1213 91 16 0 1 0 30606439 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26973/statm: 4593 1934 373 3 0 1693 0
[pid=26991] ppid=26973 vsize=523332 CPUtime=148.37
/proc/26991/stat : 26991 (minisat) R 26973 26973 26908 0 -1 0 129375 0 0 0 14751 86 0 0 25 0 1 0 30607781 535891968 128144 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528418 0 0 4096 3 0 0 0 17 1 0 0
/proc/26991/statm: 130833 128144 51 112 0 130717 0
Current children cumulated CPU time (s) 161.53
Current children cumulated vsize (KiB) 541704

[startup+222.608 s]
/proc/loadavg: 2.10 2.59 2.91 3/95 26993
/proc/meminfo: memFree=521864/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=18372 CPUtime=13.16
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 2423 18367 0 2 10 2 1213 91 16 0 1 0 30606439 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26973/statm: 4593 1934 373 3 0 1693 0
[pid=26991] ppid=26973 vsize=523332 CPUtime=208.17
/proc/26991/stat : 26991 (minisat) R 26973 26973 26908 0 -1 0 129377 0 0 0 20731 86 0 0 25 0 1 0 30607781 535891968 128146 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528442 0 0 4096 3 0 0 0 17 1 0 0
/proc/26991/statm: 130833 128146 51 112 0 130717 0
Current children cumulated CPU time (s) 221.33
Current children cumulated vsize (KiB) 541704

[startup+282.695 s]
/proc/loadavg: 2.11 2.50 2.86 3/95 26993

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

Current children cumulated CPU time (s) 699.94
Current children cumulated vsize (KiB) 541704

[startup+763.306 s]
/proc/loadavg: 2.01 2.12 2.51 3/89 27060
/proc/meminfo: memFree=674808/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=18372 CPUtime=13.17
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 2423 18367 0 2 11 2 1213 91 16 0 1 0 30606439 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26973/statm: 4593 1934 373 3 0 1693 0
[pid=26991] ppid=26973 vsize=523332 CPUtime=746.79
/proc/26991/stat : 26991 (minisat) R 26973 26973 26908 0 -1 0 129378 0 0 0 74588 91 0 0 25 0 1 0 30607781 535891968 128147 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26991/statm: 130833 128147 51 112 0 130717 0
Current children cumulated CPU time (s) 759.96
Current children cumulated vsize (KiB) 541704

[startup+823.407 s]
/proc/loadavg: 2.00 2.10 2.48 3/89 27060
/proc/meminfo: memFree=674744/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=18372 CPUtime=13.17
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 2423 18367 0 2 11 2 1213 91 16 0 1 0 30606439 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26973/statm: 4593 1934 373 3 0 1693 0
[pid=26991] ppid=26973 vsize=523332 CPUtime=806.84
/proc/26991/stat : 26991 (minisat) R 26973 26973 26908 0 -1 0 129378 0 0 0 80592 92 0 0 25 0 1 0 30607781 535891968 128147 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26991/statm: 130833 128147 51 112 0 130717 0
Current children cumulated CPU time (s) 820.01
Current children cumulated vsize (KiB) 541704

[startup+883.5 s]
/proc/loadavg: 2.00 2.08 2.44 3/89 27060
/proc/meminfo: memFree=674488/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=18372 CPUtime=13.17
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 2423 18367 0 2 11 2 1213 91 16 0 1 0 30606439 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26973/statm: 4593 1934 373 3 0 1693 0
[pid=26991] ppid=26973 vsize=523696 CPUtime=866.88
/proc/26991/stat : 26991 (minisat) R 26973 26973 26908 0 -1 0 129442 0 0 0 86596 92 0 0 25 0 1 0 30607781 536264704 128211 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/26991/statm: 130924 128211 51 112 0 130808 0
Current children cumulated CPU time (s) 880.05
Current children cumulated vsize (KiB) 542068

[startup+943.599 s]
/proc/loadavg: 2.00 2.06 2.41 3/89 27060
/proc/meminfo: memFree=674296/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=18372 CPUtime=13.17
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 2423 18367 0 2 11 2 1213 91 16 0 1 0 30606439 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26973/statm: 4593 1934 373 3 0 1693 0
[pid=26991] ppid=26973 vsize=523696 CPUtime=926.9
/proc/26991/stat : 26991 (minisat) R 26973 26973 26908 0 -1 0 129446 0 0 0 92598 92 0 0 25 0 1 0 30607781 536264704 128215 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528348 0 0 4096 3 0 0 0 17 0 0 0
/proc/26991/statm: 130924 128215 51 112 0 130808 0
Current children cumulated CPU time (s) 940.07
Current children cumulated vsize (KiB) 542068

[startup+1003.6 s]
/proc/loadavg: 2.00 2.05 2.39 3/89 27060
/proc/meminfo: memFree=674168/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=18372 CPUtime=13.17
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 2423 18367 0 2 11 2 1213 91 16 0 1 0 30606439 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26973/statm: 4593 1934 373 3 0 1693 0
[pid=26991] ppid=26973 vsize=523696 CPUtime=986.84
/proc/26991/stat : 26991 (minisat) R 26973 26973 26908 0 -1 0 129450 0 0 0 98592 92 0 0 25 0 1 0 30607781 536264704 128219 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26991/statm: 130924 128219 51 112 0 130808 0
Current children cumulated CPU time (s) 1000.01
Current children cumulated vsize (KiB) 542068

[startup+1063.69 s]
/proc/loadavg: 2.00 2.04 2.36 3/89 27060
/proc/meminfo: memFree=674040/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=18372 CPUtime=13.17
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 2423 18367 0 2 11 2 1213 91 16 0 1 0 30606439 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26973/statm: 4593 1934 373 3 0 1693 0
[pid=26991] ppid=26973 vsize=523696 CPUtime=1046.88
/proc/26991/stat : 26991 (minisat) R 26973 26973 26908 0 -1 0 129455 0 0 0 104596 92 0 0 25 0 1 0 30607781 536264704 128224 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26991/statm: 130924 128224 51 112 0 130808 0
Current children cumulated CPU time (s) 1060.05
Current children cumulated vsize (KiB) 542068

[startup+1123.79 s]
/proc/loadavg: 2.00 2.03 2.33 3/89 27060
/proc/meminfo: memFree=673976/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=18372 CPUtime=13.17
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 2423 18367 0 2 11 2 1213 91 16 0 1 0 30606439 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26973/statm: 4593 1934 373 3 0 1693 0
[pid=26991] ppid=26973 vsize=523696 CPUtime=1106.91
/proc/26991/stat : 26991 (minisat) R 26973 26973 26908 0 -1 0 129458 0 0 0 110598 93 0 0 25 0 1 0 30607781 536264704 128227 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26991/statm: 130924 128227 51 112 0 130808 0
Current children cumulated CPU time (s) 1120.08
Current children cumulated vsize (KiB) 542068

[startup+1183.88 s]
/proc/loadavg: 2.00 2.02 2.31 3/89 27060
/proc/meminfo: memFree=673912/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=18372 CPUtime=13.17
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 2423 18367 0 2 11 2 1213 91 16 0 1 0 30606439 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26973/statm: 4593 1934 373 3 0 1693 0
[pid=26991] ppid=26973 vsize=523696 CPUtime=1166.95
/proc/26991/stat : 26991 (minisat) R 26973 26973 26908 0 -1 0 129458 0 0 0 116602 93 0 0 25 0 1 0 30607781 536264704 128227 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528046 0 0 4096 3 0 0 0 17 0 0 0
/proc/26991/statm: 130924 128227 51 112 0 130808 0
Current children cumulated CPU time (s) 1180.12
Current children cumulated vsize (KiB) 542068

[startup+1243.98 s]
/proc/loadavg: 2.00 2.02 2.29 3/89 27060
/proc/meminfo: memFree=673784/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=18372 CPUtime=13.17
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 2423 18367 0 2 11 2 1213 91 16 0 1 0 30606439 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26973/statm: 4593 1934 373 3 0 1693 0
[pid=26991] ppid=26973 vsize=523696 CPUtime=1226.99
/proc/26991/stat : 26991 (minisat) R 26973 26973 26908 0 -1 0 129461 0 0 0 122606 93 0 0 25 0 1 0 30607781 536264704 128230 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528111 0 0 4096 3 0 0 0 17 0 0 0
/proc/26991/statm: 130924 128230 51 112 0 130808 0
Current children cumulated CPU time (s) 1240.16
Current children cumulated vsize (KiB) 542068

[startup+1303.98 s]
/proc/loadavg: 2.04 2.03 2.27 4/89 27060
/proc/meminfo: memFree=673720/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=18372 CPUtime=13.17
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 2423 18367 0 2 11 2 1213 91 16 0 1 0 30606439 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26973/statm: 4593 1934 373 3 0 1693 0
[pid=26991] ppid=26973 vsize=523696 CPUtime=1286.92
/proc/26991/stat : 26991 (minisat) R 26973 26973 26908 0 -1 0 129465 0 0 0 128599 93 0 0 25 0 1 0 30607781 536264704 128234 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26991/statm: 130924 128234 51 112 0 130808 0
Current children cumulated CPU time (s) 1300.09
Current children cumulated vsize (KiB) 542068

[startup+1364.02 s]
/proc/loadavg: 2.01 2.02 2.25 4/89 27060
/proc/meminfo: memFree=673656/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=18372 CPUtime=13.17
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 2423 18367 0 2 11 2 1213 91 16 0 1 0 30606439 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26973/statm: 4593 1934 373 3 0 1693 0
[pid=26991] ppid=26973 vsize=523876 CPUtime=1346.9
/proc/26991/stat : 26991 (minisat) R 26973 26973 26908 0 -1 0 129469 0 0 0 134597 93 0 0 25 0 1 0 30607781 536449024 128238 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26991/statm: 130969 128238 51 112 0 130853 0
Current children cumulated CPU time (s) 1360.07
Current children cumulated vsize (KiB) 542248

[startup+1424.05 s]
/proc/loadavg: 2.00 2.01 2.23 3/89 27060
/proc/meminfo: memFree=673528/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=18372 CPUtime=13.17
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 2423 18367 0 2 11 2 1213 91 16 0 1 0 30606439 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26973/statm: 4593 1934 373 3 0 1693 0
[pid=26991] ppid=26973 vsize=523876 CPUtime=1406.87
/proc/26991/stat : 26991 (minisat) R 26973 26973 26908 0 -1 0 129472 0 0 0 140594 93 0 0 25 0 1 0 30607781 536449024 128241 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/26991/statm: 130969 128241 51 112 0 130853 0
Current children cumulated CPU time (s) 1420.04
Current children cumulated vsize (KiB) 542248

[startup+1484.09 s]
/proc/loadavg: 2.00 2.01 2.22 4/89 27060
/proc/meminfo: memFree=673464/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=18372 CPUtime=13.17
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 2423 18367 0 2 11 2 1213 91 16 0 1 0 30606439 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26973/statm: 4593 1934 373 3 0 1693 0
[pid=26991] ppid=26973 vsize=523876 CPUtime=1466.83
/proc/26991/stat : 26991 (minisat) R 26973 26973 26908 0 -1 0 129472 0 0 0 146590 93 0 0 25 0 1 0 30607781 536449024 128241 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26991/statm: 130969 128241 51 112 0 130853 0
Current children cumulated CPU time (s) 1480
Current children cumulated vsize (KiB) 542248

[startup+1544.12 s]
/proc/loadavg: 2.00 2.00 2.20 3/95 27086
/proc/meminfo: memFree=672048/2055920 swapFree=4192812/4192956
[pid=26973] ppid=26971 vsize=18372 CPUtime=13.17
/proc/26973/stat : 26973 (sugar) S 26971 26973 26908 0 -1 4194304 2423 18367 0 2 11 2 1213 91 16 0 1 0 30606439 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26973/statm: 4593 1934 373 3 0 1693 0
[pid=26991] ppid=26973 vsize=523876 CPUtime=1526.81
/proc/26991/stat : 26991 (minisat) R 26973 26973 26908 0 -1 0 129472 0 0 0 152586 95 0 0 25 0 1 0 30607781 536449024 128241 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/26991/statm: 130969 128241 51 112 0 130853 0
Current children cumulated CPU time (s) 1539.98
Current children cumulated vsize (KiB) 542248

Child status: 0
Real time (s): 1553.51
CPU time (s): 1549.35
CPU user time (s): 1547.25
CPU system time (s): 2.09868
CPU usage (%): 99.7324
Max. virtual memory (cumulated for all children) (KiB): 821068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1547.25
system time used= 2.09868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150359
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= 1713
involuntary context switches= 31625

runsolver used 1.75773 s user time and 5.12922 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Mon Jan 29 21:35:19 UTC 2007


IDJOB= 232453
IDBENCH= 6519
IDSOLVER= 86
FILE ID= node18/232453-1170106519

PBS_JOBID= 3689881

Free space on /tmp= 66558 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20/js-taillard-20-95-3.xml
COMMAND LINE= /tmp/evaluation/232453-1170106519/solver /tmp/evaluation/232453-1170106519 /tmp/evaluation/232453-1170106519/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-232453-1170106519 -o ROOT/results/node18/solver-232453-1170106519 -C 1800 -M 900  /tmp/evaluation/232453-1170106519/solver /tmp/evaluation/232453-1170106519 /tmp/evaluation/232453-1170106519/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  9551e0566e5fd6931ad796035015459e

RANDOM SEED= 90683172

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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1233456 kB
Buffers:         25904 kB
Cached:          69840 kB
SwapCached:          0 kB
Active:         717188 kB
Inactive:        48568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1233456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1572 kB
Writeback:           0 kB
Mapped:         695504 kB
Slab:            40424 kB
Committed_AS:  1056376 kB
PageTables:       3276 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= 66441 MiB



End job on node18 on Mon Jan 29 22:01:13 UTC 2007