Trace number 223840

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.64

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-57_ext.xml
MD5SUM55bc74fe7a83ba25e257573c1718d9d5
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.92925
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/223840-1170102839/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/223840-1170102839/unknown.xml [Mon Jan 29 21:34:00 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/223840-1170102839/unknown.xml /tmp/evaluation/223840-1170102839/sugar20605.csp [Mon Jan 29 21:34:00 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223840-1170102839/sugar-v0-40.jar -convert /tmp/evaluation/223840-1170102839/unknown.xml /tmp/evaluation/223840-1170102839/sugar20605.csp
0.17	c BEGIN convert /tmp/evaluation/223840-1170102839/unknown.xml
0.76	c END convert (0.591228 seconds)
0.81	c # CONVERT_XML  END : /tmp/evaluation/223840-1170102839/sugar20605.csp 1733101 bytes (1 seconds) [Mon Jan 29 21:34:01 2007]
0.81	c # CONVERT_XML  CPU : 0.01 = 0 + 0.01 + 0 + 0
0.81	
0.81	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223840-1170102839/sugar20605.bcnf [Mon Jan 29 21:34:01 2007]
0.81	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223840-1170102839/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223840-1170102839/sugar20605.map /tmp/evaluation/223840-1170102839/sugar20605.csp /tmp/evaluation/223840-1170102839/sugar20605.bcnf
0.93	c BEGIN parse /tmp/evaluation/223840-1170102839/sugar20605.csp
325.06	c END parse (324.129147 seconds)
325.06	c BEGIN simplify
326.05	c END simplify (0.988901 seconds)
326.05	c BEGIN encode /tmp/evaluation/223840-1170102839/sugar20605.bcnf
332.49	c END encode (6.441798 seconds)
333.10	c # GENERATE_SAT  END : 51520 variables 152806 clauses 75950236 bytes (333 seconds) [Mon Jan 29 21:39:34 2007]
333.10	c # GENERATE_SAT  CPU : 330.92 = 0.46 + 0.03 + 328.46 + 1.97
333.10	
333.10	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223840-1170102839/sugar20605.bcnf [Mon Jan 29 21:39:34 2007]
333.10	c # CMD : /tmp/evaluation/223840-1170102839/minisat /tmp/evaluation/223840-1170102839/sugar20605.bcnf /tmp/evaluation/223840-1170102839/sugar20605.out
334.67	c ==================================[MINISAT]===================================
334.67	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
334.67	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
334.67	c ==============================================================================
334.67	c |         0 |  152806 18834711 |   50935       0        0     nan |  0.000 % |
334.86	c |       100 |  152806 18834711 |   56028     100     9311    93.1 |  0.000 % |
335.15	c |       250 |  152808 18834711 |   61631     248    25641   103.4 |  0.000 % |
335.50	c |       476 |  152811 18834711 |   67794     471    40125    85.2 |  0.000 % |
336.11	c |       815 |  152813 18834711 |   74573     808    59101    73.1 |  0.000 % |
337.12	c |      1322 |  152814 18834711 |   82031    1314   105535    80.3 |  0.000 % |
338.60	c |      2081 |  152814 18834711 |   90234    2073   169077    81.6 |  0.000 % |
341.24	c |      3220 |  152814 18834711 |   99257    3212   285533    88.9 |  0.000 % |
344.11	c |      4928 |  152816 18834711 |  109183    4918   387266    78.7 |  0.000 % |
349.03	c |      7490 |  152817 18834711 |  120102    7479   579822    77.5 |  0.000 % |
357.84	c |     11336 |  152823 18834711 |  132112   11319   935197    82.6 |  0.000 % |
373.95	c |     17103 |  152828 18834711 |  145323   17081  1444585    84.6 |  0.000 % |
400.75	c |     25754 |  152834 18834711 |  159855   25726  2491362    96.8 |  0.000 % |
453.67	c |     38728 |  152841 18834711 |  175841   38693  4375142   113.1 |  0.000 % |
535.06	c |     58189 |  152854 18834711 |  193425   58141  6690901   115.1 |  0.000 % |
653.52	c |     87381 |  152752 18830106 |  212768   65364  7663877   117.2 |  0.010 % |
804.17	c |    131170 |  152775 18830106 |  234044  109130 13163760   120.6 |  0.010 % |
1047.14	c |    196854 |  152799 18830106 |  257449  174790 20867303   119.4 |  0.010 % |
1522.47	c |    295382 |  152816 18830106 |  283194   41771  5146002   123.2 |  0.010 % |
1808.59	
1808.59	s UNKNOWN
1808.59	c # INTERRUPTED
1808.59	c # MAIN  END :  (1809 seconds) [Mon Jan 29 22:04:09 2007]
1808.59	c # MAIN  CPU : 330.93 = 0.46 + 0.04 + 328.46 + 1.97
1808.59	

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/node68/watcher-223840-1170102839 -o ROOT/results/node68/solver-223840-1170102839 -C 1800 -M 900 /tmp/evaluation/223840-1170102839/solver /tmp/evaluation/223840-1170102839 /tmp/evaluation/223840-1170102839/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: 0.62 1.41 1.71 5/82 20606
/proc/meminfo: memFree=1760392/2055920 swapFree=4192812/4192956
[pid=20605] ppid=20603 vsize=18540 CPUtime=0
/proc/20605/stat : 20605 (runsolver) R 20603 20605 20196 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30241658 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 257414458663 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20605/statm: 4635 279 244 17 0 2626 0

[startup+0.110648 s]
/proc/loadavg: 0.62 1.41 1.71 5/82 20606
/proc/meminfo: memFree=1760392/2055920 swapFree=4192812/4192956
[pid=20605] ppid=20603 vsize=13724 CPUtime=0.04
/proc/20605/stat : 20605 (sugar) S 20603 20605 20196 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 30241658 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20605/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.518685 s]
/proc/loadavg: 0.62 1.41 1.71 5/82 20606
/proc/meminfo: memFree=1760392/2055920 swapFree=4192812/4192956
[pid=20605] ppid=20603 vsize=13724 CPUtime=0.04
/proc/20605/stat : 20605 (sugar) S 20603 20605 20196 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30241658 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20605/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34276 s]
/proc/loadavg: 0.73 1.42 1.71 4/91 20622
/proc/meminfo: memFree=1699392/2055920 swapFree=4192812/4192956
[pid=20605] ppid=20603 vsize=13724 CPUtime=0.04
/proc/20605/stat : 20605 (sugar) S 20603 20605 20196 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 30241658 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20605/statm: 3431 809 371 3 0 531 0
[pid=20607] ppid=20605 vsize=0 CPUtime=0.71
/proc/20607/stat : 20607 (java) Z 20605 20605 20196 0 -1 1036 7678 0 1 0 64 7 0 0 17 0 1 0 30241663 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20607/statm: 0 0 0 0 0 0 0
[pid=20615] ppid=20605 vsize=807064 CPUtime=0.51
/proc/20615/stat : 20615 (java) R 20605 20605 20196 0 -1 0 7365 0 1 0 47 4 0 0 22 0 8 0 30241739 826433536 7114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073481342 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20615/statm: 201766 7114 1494 14 0 189044 0
[pid=20615/tid=20616] ppid=20605 vsize=807064 CPUtime=0.05
/proc/20615/task/20616/stat : 20616 (java) S 20605 20605 20196 0 -1 64 1312 0 0 0 5 0 0 0 16 0 8 0 30241742 826433536 7114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20617] ppid=20605 vsize=807064 CPUtime=0
/proc/20615/task/20617/stat : 20617 (java) S 20605 20605 20196 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30241743 826433536 7114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20618] ppid=20605 vsize=807064 CPUtime=0
/proc/20615/task/20618/stat : 20618 (java) S 20605 20605 20196 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30241743 826433536 7114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20619] ppid=20605 vsize=807064 CPUtime=0
/proc/20615/task/20619/stat : 20619 (java) S 20605 20605 20196 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30241746 826433536 7114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20620] ppid=20605 vsize=807064 CPUtime=0.06
/proc/20615/task/20620/stat : 20620 (java) S 20605 20605 20196 0 -1 64 292 0 0 0 6 0 0 0 16 0 8 0 30241746 826433536 7114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20621] ppid=20605 vsize=807064 CPUtime=0
/proc/20615/task/20621/stat : 20621 (java) S 20605 20605 20196 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30241746 826433536 7114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20622] ppid=20605 vsize=807064 CPUtime=0
/proc/20615/task/20622/stat : 20622 (java) S 20605 20605 20196 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30241746 826433536 7114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 820788

[startup+2.99591 s]
/proc/loadavg: 0.73 1.42 1.71 3/91 20622
/proc/meminfo: memFree=1644352/2055920 swapFree=4192812/4192956
[pid=20605] ppid=20603 vsize=13724 CPUtime=0.04
/proc/20605/stat : 20605 (sugar) S 20603 20605 20196 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 30241658 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20605/statm: 3431 809 371 3 0 531 0
[pid=20607] ppid=20605 vsize=0 CPUtime=0.71
/proc/20607/stat : 20607 (java) Z 20605 20605 20196 0 -1 1036 7678 0 1 0 64 7 0 0 17 0 1 0 30241663 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20607/statm: 0 0 0 0 0 0 0
[pid=20615] ppid=20605 vsize=807064 CPUtime=2.16
/proc/20615/stat : 20615 (java) R 20605 20605 20196 0 -1 0 14062 0 1 0 209 7 0 0 25 0 8 0 30241739 826433536 13796 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942449 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20615/statm: 201766 13796 1506 14 0 189044 0
[pid=20615/tid=20616] ppid=20605 vsize=807064 CPUtime=0.58
/proc/20615/task/20616/stat : 20616 (java) S 20605 20605 20196 0 -1 64 7970 0 0 0 55 3 0 0 16 0 8 0 30241742 826433536 13796 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20617] ppid=20605 vsize=807064 CPUtime=0
/proc/20615/task/20617/stat : 20617 (java) S 20605 20605 20196 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30241743 826433536 13796 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20618] ppid=20605 vsize=807064 CPUtime=0
/proc/20615/task/20618/stat : 20618 (java) S 20605 20605 20196 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30241743 826433536 13796 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20619] ppid=20605 vsize=807064 CPUtime=0
/proc/20615/task/20619/stat : 20619 (java) S 20605 20605 20196 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30241746 826433536 13796 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20620] ppid=20605 vsize=807064 CPUtime=0.06
/proc/20615/task/20620/stat : 20620 (java) S 20605 20605 20196 0 -1 64 292 0 0 0 6 0 0 0 17 0 8 0 30241746 826433536 13796 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20621] ppid=20605 vsize=807064 CPUtime=0
/proc/20615/task/20621/stat : 20621 (java) S 20605 20605 20196 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30241746 826433536 13796 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20622] ppid=20605 vsize=807064 CPUtime=0
/proc/20615/task/20622/stat : 20622 (java) S 20605 20605 20196 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30241746 826433536 13796 18446744073709551615 134512640 134570532 4294956480 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) 820788

[startup+6.20321 s]
/proc/loadavg: 0.91 1.44 1.72 4/91 20622
/proc/meminfo: memFree=1558080/2055920 swapFree=4192812/4192956
[pid=20605] ppid=20603 vsize=13724 CPUtime=0.04
/proc/20605/stat : 20605 (sugar) S 20603 20605 20196 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 30241658 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20605/statm: 3431 809 371 3 0 531 0
[pid=20607] ppid=20605 vsize=0 CPUtime=0.71
/proc/20607/stat : 20607 (java) Z 20605 20605 20196 0 -1 1036 7678 0 1 0 64 7 0 0 17 0 1 0 30241663 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20607/statm: 0 0 0 0 0 0 0
[pid=20615] ppid=20605 vsize=807336 CPUtime=5.34
/proc/20615/stat : 20615 (java) R 20605 20605 20196 0 -1 0 37244 0 1 0 515 19 0 0 25 0 8 0 30241739 826712064 36881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073622585 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20615/statm: 201834 36881 1506 14 0 189112 0
[pid=20615/tid=20616] ppid=20605 vsize=807336 CPUtime=1.67
/proc/20615/task/20616/stat : 20616 (java) S 20605 20605 20196 0 -1 64 30931 0 0 0 152 15 0 0 16 0 8 0 30241742 826712064 36881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20617] ppid=20605 vsize=807336 CPUtime=0
/proc/20615/task/20617/stat : 20617 (java) S 20605 20605 20196 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30241743 826712064 36881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20618] ppid=20605 vsize=807336 CPUtime=0
/proc/20615/task/20618/stat : 20618 (java) S 20605 20605 20196 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30241743 826712064 36881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20619] ppid=20605 vsize=807336 CPUtime=0
/proc/20615/task/20619/stat : 20619 (java) S 20605 20605 20196 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30241746 826712064 36881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20620] ppid=20605 vsize=807336 CPUtime=0.13
/proc/20615/task/20620/stat : 20620 (java) S 20605 20605 20196 0 -1 64 393 0 0 0 13 0 0 0 17 0 8 0 30241746 826712064 36881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20621] ppid=20605 vsize=807336 CPUtime=0
/proc/20615/task/20621/stat : 20621 (java) S 20605 20605 20196 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30241746 826712064 36881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20622] ppid=20605 vsize=807336 CPUtime=0
/proc/20615/task/20622/stat : 20622 (java) S 20605 20605 20196 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30241746 826712064 36881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 821060

[startup+12.6968 s]
/proc/loadavg: 1.00 1.45 1.72 4/91 20622
/proc/meminfo: memFree=1473032/2055920 swapFree=4192812/4192956
[pid=20605] ppid=20603 vsize=13724 CPUtime=0.04
/proc/20605/stat : 20605 (sugar) S 20603 20605 20196 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 30241658 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20605/statm: 3431 809 371 3 0 531 0
[pid=20607] ppid=20605 vsize=0 CPUtime=0.71
/proc/20607/stat : 20607 (java) Z 20605 20605 20196 0 -1 1036 7678 0 1 0 64 7 0 0 17 0 1 0 30241663 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20607/statm: 0 0 0 0 0 0 0
[pid=20615] ppid=20605 vsize=807336 CPUtime=11.8
/proc/20615/stat : 20615 (java) R 20605 20605 20196 0 -1 0 55057 0 1 0 1148 32 0 0 25 0 8 0 30241739 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20615/statm: 201834 54115 1507 14 0 189112 0
[pid=20615/tid=20616] ppid=20605 vsize=807336 CPUtime=3.99
/proc/20615/task/20616/stat : 20616 (java) R 20605 20605 20196 0 -1 64 48535 0 0 0 373 26 0 0 15 0 8 0 30241742 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155216448 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20617] ppid=20605 vsize=807336 CPUtime=0
/proc/20615/task/20617/stat : 20617 (java) S 20605 20605 20196 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30241743 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20618] ppid=20605 vsize=807336 CPUtime=0
/proc/20615/task/20618/stat : 20618 (java) S 20605 20605 20196 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30241743 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20619] ppid=20605 vsize=807336 CPUtime=0
/proc/20615/task/20619/stat : 20619 (java) S 20605 20605 20196 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30241746 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20620] ppid=20605 vsize=807336 CPUtime=0.15
/proc/20615/task/20620/stat : 20620 (java) S 20605 20605 20196 0 -1 64 400 0 0 0 15 0 0 0 16 0 8 0 30241746 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20621] ppid=20605 vsize=807336 CPUtime=0
/proc/20615/task/20621/stat : 20621 (java) S 20605 20605 20196 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30241746 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20622] ppid=20605 vsize=807336 CPUtime=0
/proc/20615/task/20622/stat : 20622 (java) S 20605 20605 20196 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30241746 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 821060

[startup+25.5418 s]
/proc/loadavg: 1.23 1.49 1.73 3/91 20622
/proc/meminfo: memFree=1473032/2055920 swapFree=4192812/4192956
[pid=20605] ppid=20603 vsize=13724 CPUtime=0.04
/proc/20605/stat : 20605 (sugar) S 20603 20605 20196 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 30241658 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20605/statm: 3431 809 371 3 0 531 0
[pid=20607] ppid=20605 vsize=0 CPUtime=0.71
/proc/20607/stat : 20607 (java) Z 20605 20605 20196 0 -1 1036 7678 0 1 0 64 7 0 0 17 0 1 0 30241663 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20607/statm: 0 0 0 0 0 0 0
[pid=20615] ppid=20605 vsize=807336 CPUtime=24.58
/proc/20615/stat : 20615 (java) R 20605 20605 20196 0 -1 0 55636 0 1 0 2422 36 0 0 25 0 8 0 30241739 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380400 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20615/statm: 201834 54115 1507 14 0 189112 0
[pid=20615/tid=20616] ppid=20605 vsize=807336 CPUtime=8.92
/proc/20615/task/20616/stat : 20616 (java) S 20605 20605 20196 0 -1 64 48719 0 0 0 864 28 0 0 16 0 8 0 30241742 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20617] ppid=20605 vsize=807336 CPUtime=0
/proc/20615/task/20617/stat : 20617 (java) S 20605 20605 20196 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30241743 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20618] ppid=20605 vsize=807336 CPUtime=0
/proc/20615/task/20618/stat : 20618 (java) S 20605 20605 20196 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30241743 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20619] ppid=20605 vsize=807336 CPUtime=0
/proc/20615/task/20619/stat : 20619 (java) S 20605 20605 20196 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30241746 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20620] ppid=20605 vsize=807336 CPUtime=0.15
/proc/20615/task/20620/stat : 20620 (java) S 20605 20605 20196 0 -1 64 400 0 0 0 15 0 0 0 16 0 8 0 30241746 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20621] ppid=20605 vsize=807336 CPUtime=0
/proc/20615/task/20621/stat : 20621 (java) S 20605 20605 20196 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30241746 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20622] ppid=20605 vsize=807336 CPUtime=0
/proc/20615/task/20622/stat : 20622 (java) S 20605 20605 20196 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30241746 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 821060

[startup+51.1631 s]
/proc/loadavg: 1.98 1.65 1.77 4/91 20622
/proc/meminfo: memFree=1473096/2055920 swapFree=4192812/4192956
[pid=20605] ppid=20603 vsize=13724 CPUtime=0.04
/proc/20605/stat : 20605 (sugar) S 20603 20605 20196 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 30241658 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20605/statm: 3431 809 371 3 0 531 0
[pid=20607] ppid=20605 vsize=0 CPUtime=0.71
/proc/20607/stat : 20607 (java) Z 20605 20605 20196 0 -1 1036 7678 0 1 0 64 7 0 0 17 0 1 0 30241663 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20607/statm: 0 0 0 0 0 0 0
[pid=20615] ppid=20605 vsize=807336 CPUtime=50.19
/proc/20615/stat : 20615 (java) R 20605 20605 20196 0 -1 0 57168 0 1 0 4971 48 0 0 25 0 8 0 30241739 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20615/statm: 201834 54115 1507 14 0 189112 0
[pid=20615/tid=20616] ppid=20605 vsize=807336 CPUtime=18.86
/proc/20615/task/20616/stat : 20616 (java) R 20605 20605 20196 0 -1 64 49459 0 0 0 1852 34 0 0 15 0 8 0 30241742 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155216448 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20617] ppid=20605 vsize=807336 CPUtime=0
/proc/20615/task/20617/stat : 20617 (java) S 20605 20605 20196 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30241743 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20618] ppid=20605 vsize=807336 CPUtime=0
/proc/20615/task/20618/stat : 20618 (java) S 20605 20605 20196 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30241743 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20619] ppid=20605 vsize=807336 CPUtime=0
/proc/20615/task/20619/stat : 20619 (java) S 20605 20605 20196 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30241746 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20615/tid=20620] ppid=20605 vsize=807336 CPUtime=0.15

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

/proc/20625/stat : 20625 (minisat) R 20605 20605 20196 0 -1 0 50635 0 0 0 90590 53 0 0 25 0 1 0 30274968 205778944 49582 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/20625/statm: 50239 49582 52 112 0 50123 0
Current children cumulated CPU time (s) 1238.1
Current children cumulated vsize (KiB) 242644

[startup+1303.98 s]
/proc/loadavg: 2.05 2.03 2.03 3/77 20626
/proc/meminfo: memFree=1304952/2055920 swapFree=4192812/4192956
[pid=20605] ppid=20603 vsize=41688 CPUtime=330.96
/proc/20605/stat : 20605 (sugar) S 20603 20605 20196 0 -1 4194304 8119 166077 0 1 49 4 32846 197 16 0 1 0 30241658 42688512 7536 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20605/statm: 10422 7536 373 3 0 7522 0
[pid=20607] ppid=20605 vsize=0 CPUtime=0.71
/proc/20607/stat : 20607 (java) Z 20605 20605 20196 0 -1 1036 7678 0 1 0 64 7 0 0 17 0 1 0 30241663 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20607/statm: 0 0 0 0 0 0 0
[pid=20625] ppid=20605 vsize=208232 CPUtime=966.22
/proc/20625/stat : 20625 (minisat) R 20605 20605 20196 0 -1 0 52460 0 0 0 96567 55 0 0 25 0 1 0 30274968 213229568 51407 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/20625/statm: 52058 51407 52 112 0 51942 0
Current children cumulated CPU time (s) 1297.89
Current children cumulated vsize (KiB) 249920

[startup+1364.07 s]
/proc/loadavg: 2.02 2.02 2.02 3/77 20626
/proc/meminfo: memFree=1291960/2055920 swapFree=4192812/4192956
[pid=20605] ppid=20603 vsize=41688 CPUtime=330.96
/proc/20605/stat : 20605 (sugar) S 20603 20605 20196 0 -1 4194304 8119 166077 0 1 49 4 32846 197 16 0 1 0 30241658 42688512 7536 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20605/statm: 10422 7536 373 3 0 7522 0
[pid=20607] ppid=20605 vsize=0 CPUtime=0.71
/proc/20607/stat : 20607 (java) Z 20605 20605 20196 0 -1 1036 7678 0 1 0 64 7 0 0 17 0 1 0 30241663 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20607/statm: 0 0 0 0 0 0 0
[pid=20625] ppid=20605 vsize=214656 CPUtime=1026.04
/proc/20625/stat : 20625 (minisat) R 20605 20605 20196 0 -1 0 54066 0 0 0 102547 57 0 0 25 0 1 0 30274968 219807744 53013 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/20625/statm: 53664 53013 52 112 0 53548 0
Current children cumulated CPU time (s) 1357.71
Current children cumulated vsize (KiB) 256344

[startup+1424.17 s]
/proc/loadavg: 2.05 2.03 2.02 3/77 20626
/proc/meminfo: memFree=1279224/2055920 swapFree=4192812/4192956
[pid=20605] ppid=20603 vsize=41688 CPUtime=330.96
/proc/20605/stat : 20605 (sugar) S 20603 20605 20196 0 -1 4194304 8119 166077 0 1 49 4 32846 197 16 0 1 0 30241658 42688512 7536 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20605/statm: 10422 7536 373 3 0 7522 0
[pid=20607] ppid=20605 vsize=0 CPUtime=0.71
/proc/20607/stat : 20607 (java) Z 20605 20605 20196 0 -1 1036 7678 0 1 0 64 7 0 0 17 0 1 0 30241663 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20607/statm: 0 0 0 0 0 0 0
[pid=20625] ppid=20605 vsize=221472 CPUtime=1085.87
/proc/20625/stat : 20625 (minisat) R 20605 20605 20196 0 -1 0 55789 0 0 0 108528 59 0 0 25 0 1 0 30274968 226787328 54736 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 0 0 0
/proc/20625/statm: 55368 54736 52 112 0 55252 0
Current children cumulated CPU time (s) 1417.54
Current children cumulated vsize (KiB) 263160

[startup+1484.26 s]
/proc/loadavg: 2.02 2.02 2.02 3/77 20626
/proc/meminfo: memFree=1267256/2055920 swapFree=4192812/4192956
[pid=20605] ppid=20603 vsize=41688 CPUtime=330.96
/proc/20605/stat : 20605 (sugar) S 20603 20605 20196 0 -1 4194304 8119 166077 0 1 49 4 32846 197 16 0 1 0 30241658 42688512 7536 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20605/statm: 10422 7536 373 3 0 7522 0
[pid=20607] ppid=20605 vsize=0 CPUtime=0.71
/proc/20607/stat : 20607 (java) Z 20605 20605 20196 0 -1 1036 7678 0 1 0 64 7 0 0 17 0 1 0 30241663 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20607/statm: 0 0 0 0 0 0 0
[pid=20625] ppid=20605 vsize=227056 CPUtime=1145.66
/proc/20625/stat : 20625 (minisat) R 20605 20605 20196 0 -1 0 57187 0 0 0 114506 60 0 0 25 0 1 0 30274968 232505344 56134 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/20625/statm: 56764 56134 52 112 0 56648 0
Current children cumulated CPU time (s) 1477.33
Current children cumulated vsize (KiB) 268744

[startup+1544.35 s]
/proc/loadavg: 2.00 2.02 2.01 3/77 20626
/proc/meminfo: memFree=1261240/2055920 swapFree=4192812/4192956
[pid=20605] ppid=20603 vsize=41688 CPUtime=330.96
/proc/20605/stat : 20605 (sugar) S 20603 20605 20196 0 -1 4194304 8119 166077 0 1 49 4 32846 197 16 0 1 0 30241658 42688512 7536 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20605/statm: 10422 7536 373 3 0 7522 0
[pid=20607] ppid=20605 vsize=0 CPUtime=0.71
/proc/20607/stat : 20607 (java) Z 20605 20605 20196 0 -1 1036 7678 0 1 0 64 7 0 0 17 0 1 0 30241663 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20607/statm: 0 0 0 0 0 0 0
[pid=20625] ppid=20605 vsize=227056 CPUtime=1205.49
/proc/20625/stat : 20625 (minisat) R 20605 20605 20196 0 -1 0 57187 0 0 0 120488 61 0 0 25 0 1 0 30274968 232505344 56134 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527084 0 0 4096 3 0 0 0 17 0 0 0
/proc/20625/statm: 56764 56134 52 112 0 56648 0
Current children cumulated CPU time (s) 1537.16
Current children cumulated vsize (KiB) 268744

[startup+1604.44 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 20626
/proc/meminfo: memFree=1255480/2055920 swapFree=4192812/4192956
[pid=20605] ppid=20603 vsize=41688 CPUtime=330.96
/proc/20605/stat : 20605 (sugar) S 20603 20605 20196 0 -1 4194304 8119 166077 0 1 49 4 32846 197 16 0 1 0 30241658 42688512 7536 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20605/statm: 10422 7536 373 3 0 7522 0
[pid=20607] ppid=20605 vsize=0 CPUtime=0.71
/proc/20607/stat : 20607 (java) Z 20605 20605 20196 0 -1 1036 7678 0 1 0 64 7 0 0 17 0 1 0 30241663 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20607/statm: 0 0 0 0 0 0 0
[pid=20625] ppid=20605 vsize=226892 CPUtime=1265.31
/proc/20625/stat : 20625 (minisat) R 20605 20605 20196 0 -1 0 57187 0 0 0 126470 61 0 0 25 0 1 0 30274968 232337408 56106 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/20625/statm: 56723 56106 52 112 0 56607 0
Current children cumulated CPU time (s) 1596.98
Current children cumulated vsize (KiB) 268580

[startup+1664.45 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 20736
/proc/meminfo: memFree=1247536/2055920 swapFree=4192812/4192956
[pid=20605] ppid=20603 vsize=41688 CPUtime=330.96
/proc/20605/stat : 20605 (sugar) S 20603 20605 20196 0 -1 4194304 8119 166077 0 1 49 4 32846 197 16 0 1 0 30241658 42688512 7536 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20605/statm: 10422 7536 373 3 0 7522 0
[pid=20607] ppid=20605 vsize=0 CPUtime=0.71
/proc/20607/stat : 20607 (java) Z 20605 20605 20196 0 -1 1036 7678 0 1 0 64 7 0 0 17 0 1 0 30241663 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20607/statm: 0 0 0 0 0 0 0
[pid=20625] ppid=20605 vsize=226892 CPUtime=1324.95
/proc/20625/stat : 20625 (minisat) R 20605 20605 20196 0 -1 0 57187 0 0 0 132425 70 0 0 25 0 1 0 30274968 232337408 56106 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527291 0 0 4096 3 0 0 0 17 0 0 0
/proc/20625/statm: 56723 56106 52 112 0 56607 0
Current children cumulated CPU time (s) 1656.62
Current children cumulated vsize (KiB) 268580

[startup+1724.46 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 20824
/proc/meminfo: memFree=1241512/2055920 swapFree=4192812/4192956
[pid=20605] ppid=20603 vsize=41688 CPUtime=330.96
/proc/20605/stat : 20605 (sugar) S 20603 20605 20196 0 -1 4194304 8119 166077 0 1 49 4 32846 197 16 0 1 0 30241658 42688512 7536 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20605/statm: 10422 7536 373 3 0 7522 0
[pid=20607] ppid=20605 vsize=0 CPUtime=0.71
/proc/20607/stat : 20607 (java) Z 20605 20605 20196 0 -1 1036 7678 0 1 0 64 7 0 0 17 0 1 0 30241663 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20607/statm: 0 0 0 0 0 0 0
[pid=20625] ppid=20605 vsize=226892 CPUtime=1384.62
/proc/20625/stat : 20625 (minisat) R 20605 20605 20196 0 -1 0 57187 0 0 0 138383 79 0 0 25 0 1 0 30274968 232337408 56106 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 0 0 0
/proc/20625/statm: 56723 56106 52 112 0 56607 0
Current children cumulated CPU time (s) 1716.29
Current children cumulated vsize (KiB) 268580

[startup+1784.55 s]
/proc/loadavg: 2.08 2.02 2.01 3/77 20824
/proc/meminfo: memFree=1233328/2055920 swapFree=4192812/4192956
[pid=20605] ppid=20603 vsize=41688 CPUtime=330.96
/proc/20605/stat : 20605 (sugar) S 20603 20605 20196 0 -1 4194304 8119 166077 0 1 49 4 32846 197 16 0 1 0 30241658 42688512 7536 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20605/statm: 10422 7536 373 3 0 7522 0
[pid=20607] ppid=20605 vsize=0 CPUtime=0.71
/proc/20607/stat : 20607 (java) Z 20605 20605 20196 0 -1 1036 7678 0 1 0 64 7 0 0 17 0 1 0 30241663 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20607/statm: 0 0 0 0 0 0 0
[pid=20625] ppid=20605 vsize=226892 CPUtime=1444.44
/proc/20625/stat : 20625 (minisat) R 20605 20605 20196 0 -1 0 57187 0 0 0 144365 79 0 0 25 0 1 0 30274968 232337408 56106 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527306 0 0 4096 3 0 0 0 17 0 0 0
/proc/20625/statm: 56723 56106 52 112 0 56607 0
Current children cumulated CPU time (s) 1776.11
Current children cumulated vsize (KiB) 268580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.58 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 20880
/proc/meminfo: memFree=1526336/2055920 swapFree=4192812/4192956
[pid=20605] ppid=20603 vsize=41688 CPUtime=330.96
/proc/20605/stat : 20605 (sugar) S 20603 20605 20196 0 -1 4194304 8119 166077 0 1 49 4 32846 197 16 0 1 0 30241658 42688512 7536 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20605/statm: 10422 7536 373 3 0 7522 0
[pid=20607] ppid=20605 vsize=0 CPUtime=0.71
/proc/20607/stat : 20607 (java) Z 20605 20605 20196 0 -1 1036 7678 0 1 0 64 7 0 0 17 0 1 0 30241663 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/20607/statm: 0 0 0 0 0 0 0
[pid=20625] ppid=20605 vsize=226892 CPUtime=1468.33
/proc/20625/stat : 20625 (minisat) R 20605 20605 20196 0 -1 0 57187 0 0 0 146752 81 0 0 25 0 1 0 30274968 232337408 56106 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528556 0 0 4096 3 0 0 0 17 0 0 0
/proc/20625/statm: 56723 56106 52 112 0 56607 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 268580

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 20605 and gives childrusage.ru_utime.tv_sec=328 childrusage.ru_utime.tv_usec=961990 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=67685
CPU time returned by wait4() is 331.03
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.64
CPU time (s): 1800.07
CPU user time (s): 1797.11
CPU system time (s): 2.96
CPU usage (%): 99.4711
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 328.962
system time used= 2.06768
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174282
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= 47372
involuntary context switches= 48423

runsolver used 2.00169 s user time and 5.10822 s system time

The end

Launcher Data (download as text)

Begin job on node68 on Mon Jan 29 20:34:00 UTC 2007


IDJOB= 223840
IDBENCH= 5682
IDSOLVER= 86
FILE ID= node68/223840-1170102839

PBS_JOBID= 3689819

Free space on /tmp= 66561 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-57_ext.xml
COMMAND LINE= /tmp/evaluation/223840-1170102839/solver /tmp/evaluation/223840-1170102839 /tmp/evaluation/223840-1170102839/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-223840-1170102839 -o ROOT/results/node68/solver-223840-1170102839 -C 1800 -M 900  /tmp/evaluation/223840-1170102839/solver /tmp/evaluation/223840-1170102839 /tmp/evaluation/223840-1170102839/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  55bc74fe7a83ba25e257573c1718d9d5

RANDOM SEED= 384586085

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:       1761640 kB
Buffers:         34756 kB
Cached:          48612 kB
SwapCached:          0 kB
Active:         193200 kB
Inactive:        49908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4044 kB
Writeback:           0 kB
Mapped:         176512 kB
Slab:            36284 kB
Committed_AS:   564036 kB
PageTables:       2076 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= 66553 MiB



End job on node68 on Mon Jan 29 21:04:10 UTC 2007