Trace number 224086

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.13 1813.1

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-23_ext.xml
MD5SUM8adeb187df414c3e46090bb41f063968
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 benchmark0.6499
SatisfiableYES
(Un)Satisfiability was provedYES
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/224086-1170102925/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/224086-1170102925/unknown.xml [Mon Jan 29 21:35:25 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/224086-1170102925/unknown.xml /tmp/evaluation/224086-1170102925/sugar25852.csp [Mon Jan 29 21:35:25 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/224086-1170102925/sugar-v0-40.jar -convert /tmp/evaluation/224086-1170102925/unknown.xml /tmp/evaluation/224086-1170102925/sugar25852.csp
0.22	c BEGIN convert /tmp/evaluation/224086-1170102925/unknown.xml
0.81	c END convert (0.591942 seconds)
0.86	c # CONVERT_XML  END : /tmp/evaluation/224086-1170102925/sugar25852.csp 1734777 bytes (1 seconds) [Mon Jan 29 21:35:26 2007]
0.86	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.86	
0.86	c # GENERATE_SAT  BEGIN : /tmp/evaluation/224086-1170102925/sugar25852.bcnf [Mon Jan 29 21:35:26 2007]
0.86	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/224086-1170102925/sugar-v0-40.jar -bcnf -map /tmp/evaluation/224086-1170102925/sugar25852.map /tmp/evaluation/224086-1170102925/sugar25852.csp /tmp/evaluation/224086-1170102925/sugar25852.bcnf
0.98	c BEGIN parse /tmp/evaluation/224086-1170102925/sugar25852.csp
324.64	c END parse (323.655761 seconds)
324.69	c BEGIN simplify
325.67	c END simplify (1.031931 seconds)
325.67	c BEGIN encode /tmp/evaluation/224086-1170102925/sugar25852.bcnf
333.21	c END encode (7.539246 seconds)
333.85	c # GENERATE_SAT  END : 54346 variables 158295 clauses 80676608 bytes (333 seconds) [Mon Jan 29 21:40:59 2007]
333.85	c # GENERATE_SAT  CPU : 331.92 = 0.47 + 0.04 + 329.48 + 1.93
333.85	
333.85	c # SOLVE_SAT  BEGIN : /tmp/evaluation/224086-1170102925/sugar25852.bcnf [Mon Jan 29 21:40:59 2007]
333.85	c # CMD : /tmp/evaluation/224086-1170102925/minisat /tmp/evaluation/224086-1170102925/sugar25852.bcnf /tmp/evaluation/224086-1170102925/sugar25852.out
335.60	c ==================================[MINISAT]===================================
335.60	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
335.60	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
335.60	c ==============================================================================
335.60	c |         0 |  158295 20010813 |   52765       0        0     nan |  0.000 % |
335.81	c |       100 |  158295 20010813 |   58041     100    11404   114.0 |  0.000 % |
336.01	c |       250 |  158297 20010813 |   63845     248    25602   103.2 |  0.000 % |
336.39	c |       475 |  158299 20010813 |   70230     471    43481    92.3 |  0.000 % |
337.04	c |       812 |  158299 20010813 |   77253     808    73156    90.5 |  0.000 % |
337.97	c |      1320 |  158301 20010813 |   84978    1314   104908    79.8 |  0.000 % |
339.21	c |      2082 |  158306 20010813 |   93476    2071   159853    77.2 |  0.000 % |
341.42	c |      3221 |  158311 20010813 |  102824    3205   264820    82.6 |  0.000 % |
346.34	c |      4929 |  158311 20010813 |  113106    4913   471507    96.0 |  0.000 % |
352.08	c |      7492 |  158319 20010813 |  124417    7468   702111    94.0 |  0.000 % |
359.94	c |     11337 |  158323 20010813 |  136858   11309  1035181    91.5 |  0.000 % |
374.58	c |     17103 |  158331 20010813 |  150544   17067  1561047    91.5 |  0.000 % |
401.29	c |     25755 |  158341 20010813 |  165599   25709  2573891   100.1 |  0.000 % |
443.70	c |     38730 |  158356 20010813 |  182159   38669  3768702    97.5 |  0.000 % |
515.01	c |     58191 |  158376 20010813 |  200374   58110  6208989   106.8 |  0.000 % |
612.41	c |     87384 |  158395 20010813 |  220412   87284  9459794   108.4 |  0.000 % |
818.81	c |    131174 |  158412 20010813 |  242453  131057 15133252   115.5 |  0.000 % |
1186.47	c |    196860 |  158434 20010813 |  266699  196721 25873721   131.5 |  0.000 % |
1812.05	
1812.05	s UNKNOWN
1812.05	c # INTERRUPTED
1812.05	c # MAIN  END :  (1812 seconds) [Mon Jan 29 22:05:37 2007]
1812.05	c # MAIN  CPU : 331.92 = 0.47 + 0.04 + 329.48 + 1.93
1812.05	

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/node19/watcher-224086-1170102925 -o ROOT/results/node19/solver-224086-1170102925 -C 1800 -M 900 /tmp/evaluation/224086-1170102925/solver /tmp/evaluation/224086-1170102925 /tmp/evaluation/224086-1170102925/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.00 2.02 2.17 5/88 25853
/proc/meminfo: memFree=1334152/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=18540 CPUtime=0
/proc/25852/stat : 25852 (runsolver) R 25850 25852 25226 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 30246516 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 4210702 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25852/statm: 4635 279 244 17 0 2626 0

[startup+0.108383 s]
/proc/loadavg: 2.00 2.02 2.17 5/88 25853
/proc/meminfo: memFree=1334152/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=13724 CPUtime=0.03
/proc/25852/stat : 25852 (sugar) S 25850 25852 25226 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30246516 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25852/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.516429 s]
/proc/loadavg: 2.00 2.02 2.17 5/88 25853
/proc/meminfo: memFree=1334152/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=13724 CPUtime=0.03
/proc/25852/stat : 25852 (sugar) S 25850 25852 25226 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30246516 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25852/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34552 s]
/proc/loadavg: 2.00 2.02 2.17 4/97 25869
/proc/meminfo: memFree=1318016/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=13724 CPUtime=0.03
/proc/25852/stat : 25852 (sugar) S 25850 25852 25226 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30246516 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25852/statm: 3431 808 370 3 0 531 0
[pid=25854] ppid=25852 vsize=0 CPUtime=0.7
/proc/25854/stat : 25854 (java) Z 25852 25852 25226 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30246521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25854/statm: 0 0 0 0 0 0 0
[pid=25862] ppid=25852 vsize=807064 CPUtime=0.45
/proc/25862/stat : 25862 (java) R 25852 25852 25226 0 -1 0 7369 0 1 0 41 4 0 0 17 0 8 0 30246603 826433536 7118 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479595 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25862/statm: 201766 7118 1494 14 0 189044 0
[pid=25862/tid=25863] ppid=25852 vsize=807064 CPUtime=0.05
/proc/25862/task/25863/stat : 25863 (java) S 25852 25852 25226 0 -1 64 1316 0 0 0 5 0 0 0 16 0 8 0 30246606 826433536 7118 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25864] ppid=25852 vsize=807064 CPUtime=0
/proc/25862/task/25864/stat : 25864 (java) S 25852 25852 25226 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30246606 826433536 7118 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25865] ppid=25852 vsize=807064 CPUtime=0
/proc/25862/task/25865/stat : 25865 (java) S 25852 25852 25226 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30246607 826433536 7118 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25866] ppid=25852 vsize=807064 CPUtime=0
/proc/25862/task/25866/stat : 25866 (java) S 25852 25852 25226 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30246610 826433536 7118 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25867] ppid=25852 vsize=807064 CPUtime=0.05
/proc/25862/task/25867/stat : 25867 (java) R 25852 25852 25226 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30246610 826433536 7118 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25868] ppid=25852 vsize=807064 CPUtime=0
/proc/25862/task/25868/stat : 25868 (java) S 25852 25852 25226 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30246610 826433536 7118 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25869] ppid=25852 vsize=807064 CPUtime=0
/proc/25862/task/25869/stat : 25869 (java) S 25852 25852 25226 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30246610 826433536 7118 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 820788

[startup+2.9927 s]
/proc/loadavg: 2.00 2.02 2.17 3/97 25869
/proc/meminfo: memFree=1292800/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=13724 CPUtime=0.03
/proc/25852/stat : 25852 (sugar) S 25850 25852 25226 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30246516 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25852/statm: 3431 808 370 3 0 531 0
[pid=25854] ppid=25852 vsize=0 CPUtime=0.7
/proc/25854/stat : 25854 (java) Z 25852 25852 25226 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30246521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25854/statm: 0 0 0 0 0 0 0
[pid=25862] ppid=25852 vsize=807064 CPUtime=2.09
/proc/25862/stat : 25862 (java) R 25852 25852 25226 0 -1 0 14081 0 1 0 200 9 0 0 25 0 8 0 30246603 826433536 13815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073482648 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25862/statm: 201766 13815 1494 14 0 189044 0
[pid=25862/tid=25863] ppid=25852 vsize=807064 CPUtime=0.54
/proc/25862/task/25863/stat : 25863 (java) S 25852 25852 25226 0 -1 64 8013 0 0 0 50 4 0 0 16 0 8 0 30246606 826433536 13815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25864] ppid=25852 vsize=807064 CPUtime=0
/proc/25862/task/25864/stat : 25864 (java) S 25852 25852 25226 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30246606 826433536 13815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25865] ppid=25852 vsize=807064 CPUtime=0
/proc/25862/task/25865/stat : 25865 (java) S 25852 25852 25226 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30246607 826433536 13815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25866] ppid=25852 vsize=807064 CPUtime=0
/proc/25862/task/25866/stat : 25866 (java) S 25852 25852 25226 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30246610 826433536 13815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25867] ppid=25852 vsize=807064 CPUtime=0.05
/proc/25862/task/25867/stat : 25867 (java) S 25852 25852 25226 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30246610 826433536 13815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25868] ppid=25852 vsize=807064 CPUtime=0
/proc/25862/task/25868/stat : 25868 (java) S 25852 25852 25226 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30246610 826433536 13815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25869] ppid=25852 vsize=807064 CPUtime=0
/proc/25862/task/25869/stat : 25869 (java) S 25852 25852 25226 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30246610 826433536 13815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 820788

[startup+6.20105 s]
/proc/loadavg: 2.00 2.02 2.17 3/97 25869
/proc/meminfo: memFree=1199104/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=13724 CPUtime=0.03
/proc/25852/stat : 25852 (sugar) S 25850 25852 25226 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30246516 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25852/statm: 3431 808 370 3 0 531 0
[pid=25854] ppid=25852 vsize=0 CPUtime=0.7
/proc/25854/stat : 25854 (java) Z 25852 25852 25226 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30246521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25854/statm: 0 0 0 0 0 0 0
[pid=25862] ppid=25852 vsize=807328 CPUtime=5.27
/proc/25862/stat : 25862 (java) R 25852 25852 25226 0 -1 0 38419 0 1 0 505 22 0 0 25 0 8 0 30246603 826703872 38050 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25862/statm: 201832 38050 1506 14 0 189110 0
[pid=25862/tid=25863] ppid=25852 vsize=807328 CPUtime=1.64
/proc/25862/task/25863/stat : 25863 (java) R 25852 25852 25226 0 -1 64 32099 0 0 0 149 15 0 0 15 0 8 0 30246606 826703872 38050 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153822953 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25864] ppid=25852 vsize=807328 CPUtime=0
/proc/25862/task/25864/stat : 25864 (java) S 25852 25852 25226 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30246606 826703872 38050 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25865] ppid=25852 vsize=807328 CPUtime=0
/proc/25862/task/25865/stat : 25865 (java) S 25852 25852 25226 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30246607 826703872 38050 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25866] ppid=25852 vsize=807328 CPUtime=0
/proc/25862/task/25866/stat : 25866 (java) S 25852 25852 25226 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30246610 826703872 38050 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25867] ppid=25852 vsize=807328 CPUtime=0.13
/proc/25862/task/25867/stat : 25867 (java) S 25852 25852 25226 0 -1 64 393 0 0 0 12 1 0 0 17 0 8 0 30246610 826703872 38050 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25868] ppid=25852 vsize=807328 CPUtime=0
/proc/25862/task/25868/stat : 25868 (java) S 25852 25852 25226 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30246610 826703872 38050 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25869] ppid=25852 vsize=807328 CPUtime=0
/proc/25862/task/25869/stat : 25869 (java) S 25852 25852 25226 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30246610 826703872 38050 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 821052

[startup+12.6106 s]
/proc/loadavg: 2.00 2.02 2.16 4/97 25869
/proc/meminfo: memFree=1115904/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=13724 CPUtime=0.03
/proc/25852/stat : 25852 (sugar) S 25850 25852 25226 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30246516 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25852/statm: 3431 808 370 3 0 531 0
[pid=25854] ppid=25852 vsize=0 CPUtime=0.7
/proc/25854/stat : 25854 (java) Z 25852 25852 25226 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30246521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25854/statm: 0 0 0 0 0 0 0
[pid=25862] ppid=25852 vsize=807328 CPUtime=11.64
/proc/25862/stat : 25862 (java) R 25852 25852 25226 0 -1 0 54878 0 2 0 1131 33 0 0 25 0 8 0 30246603 826703872 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25862/statm: 201832 54114 1507 14 0 189110 0
[pid=25862/tid=25863] ppid=25852 vsize=807328 CPUtime=4.04
/proc/25862/task/25863/stat : 25863 (java) S 25852 25852 25226 0 -1 64 48335 0 1 0 379 25 0 0 16 0 8 0 30246606 826703872 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25864] ppid=25852 vsize=807328 CPUtime=0
/proc/25862/task/25864/stat : 25864 (java) S 25852 25852 25226 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30246606 826703872 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25865] ppid=25852 vsize=807328 CPUtime=0
/proc/25862/task/25865/stat : 25865 (java) S 25852 25852 25226 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30246607 826703872 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25866] ppid=25852 vsize=807328 CPUtime=0
/proc/25862/task/25866/stat : 25866 (java) S 25852 25852 25226 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30246610 826703872 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25867] ppid=25852 vsize=807328 CPUtime=0.15
/proc/25862/task/25867/stat : 25867 (java) S 25852 25852 25226 0 -1 64 399 0 0 0 14 1 0 0 16 0 8 0 30246610 826703872 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25868] ppid=25852 vsize=807328 CPUtime=0
/proc/25862/task/25868/stat : 25868 (java) S 25852 25852 25226 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30246610 826703872 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25869] ppid=25852 vsize=807328 CPUtime=0
/proc/25862/task/25869/stat : 25869 (java) S 25852 25852 25226 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30246610 826703872 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 821052

[startup+25.48 s]
/proc/loadavg: 2.00 2.02 2.16 4/97 25869
/proc/meminfo: memFree=1113088/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=13724 CPUtime=0.03
/proc/25852/stat : 25852 (sugar) S 25850 25852 25226 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30246516 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25852/statm: 3431 808 370 3 0 531 0
[pid=25854] ppid=25852 vsize=0 CPUtime=0.7
/proc/25854/stat : 25854 (java) Z 25852 25852 25226 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30246521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25854/statm: 0 0 0 0 0 0 0
[pid=25862] ppid=25852 vsize=807328 CPUtime=24.44
/proc/25862/stat : 25862 (java) R 25852 25852 25226 0 -1 0 55761 0 2 0 2405 39 0 0 25 0 8 0 30246603 826703872 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25862/statm: 201832 54115 1507 14 0 189110 0
[pid=25862/tid=25863] ppid=25852 vsize=807328 CPUtime=9.04
/proc/25862/task/25863/stat : 25863 (java) R 25852 25852 25226 0 -1 64 48787 0 1 0 876 28 0 0 15 0 8 0 30246606 826703872 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153822964 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25864] ppid=25852 vsize=807328 CPUtime=0
/proc/25862/task/25864/stat : 25864 (java) S 25852 25852 25226 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30246606 826703872 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25865] ppid=25852 vsize=807328 CPUtime=0
/proc/25862/task/25865/stat : 25865 (java) S 25852 25852 25226 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30246607 826703872 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25866] ppid=25852 vsize=807328 CPUtime=0
/proc/25862/task/25866/stat : 25866 (java) S 25852 25852 25226 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30246610 826703872 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25867] ppid=25852 vsize=807328 CPUtime=0.15
/proc/25862/task/25867/stat : 25867 (java) S 25852 25852 25226 0 -1 64 400 0 0 0 14 1 0 0 17 0 8 0 30246610 826703872 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25868] ppid=25852 vsize=807328 CPUtime=0
/proc/25862/task/25868/stat : 25868 (java) S 25852 25852 25226 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30246610 826703872 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25869] ppid=25852 vsize=807328 CPUtime=0
/proc/25862/task/25869/stat : 25869 (java) R 25852 25852 25226 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30246610 826703872 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 821052

[startup+51.1557 s]
/proc/loadavg: 2.00 2.02 2.16 3/97 25871
/proc/meminfo: memFree=1105088/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=13724 CPUtime=0.03
/proc/25852/stat : 25852 (sugar) S 25850 25852 25226 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30246516 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25852/statm: 3431 808 370 3 0 531 0
[pid=25854] ppid=25852 vsize=0 CPUtime=0.7
/proc/25854/stat : 25854 (java) Z 25852 25852 25226 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30246521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25854/statm: 0 0 0 0 0 0 0
[pid=25862] ppid=25852 vsize=807328 CPUtime=49.97
/proc/25862/stat : 25862 (java) R 25852 25852 25226 0 -1 0 57633 0 2 0 4946 51 0 0 25 0 8 0 30246603 826703872 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25862/statm: 201832 54115 1507 14 0 189110 0
[pid=25862/tid=25863] ppid=25852 vsize=807328 CPUtime=19.31
/proc/25862/task/25863/stat : 25863 (java) R 25852 25852 25226 0 -1 64 49814 0 1 0 1894 37 0 0 15 0 8 0 30246606 826703872 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153444376 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25864] ppid=25852 vsize=807328 CPUtime=0
/proc/25862/task/25864/stat : 25864 (java) S 25852 25852 25226 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30246606 826703872 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25865] ppid=25852 vsize=807328 CPUtime=0
/proc/25862/task/25865/stat : 25865 (java) S 25852 25852 25226 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30246607 826703872 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25866] ppid=25852 vsize=807328 CPUtime=0
/proc/25862/task/25866/stat : 25866 (java) S 25852 25852 25226 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30246610 826703872 54115 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25862/tid=25867] ppid=25852 vsize=807328 CPUtime=0.15

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

/proc/25872/stat : 25872 (minisat) R 25852 25852 25226 0 -1 0 51267 0 0 0 90186 62 0 0 25 0 1 0 30279901 207892480 50213 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 0 0 0
/proc/25872/statm: 50755 50213 52 112 0 50639 0
Current children cumulated CPU time (s) 1235.13
Current children cumulated vsize (KiB) 246028

[startup+1303.22 s]
/proc/loadavg: 2.57 2.59 2.40 3/96 25936
/proc/meminfo: memFree=1134016/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=43008 CPUtime=331.95
/proc/25852/stat : 25852 (sugar) S 25850 25852 25226 0 -1 4194304 8475 167623 0 2 50 4 32948 193 16 0 1 0 30246516 44040192 7891 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25852/statm: 10752 7891 373 3 0 7852 0
[pid=25854] ppid=25852 vsize=0 CPUtime=0.7
/proc/25854/stat : 25854 (java) Z 25852 25852 25226 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30246521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25854/statm: 0 0 0 0 0 0 0
[pid=25872] ppid=25852 vsize=208972 CPUtime=961.89
/proc/25872/stat : 25872 (minisat) R 25852 25852 25226 0 -1 0 52665 0 0 0 96125 64 0 0 25 0 1 0 30279901 213987328 51611 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527084 0 0 4096 3 0 0 0 17 0 0 0
/proc/25872/statm: 52243 51611 52 112 0 52127 0
Current children cumulated CPU time (s) 1294.54
Current children cumulated vsize (KiB) 251980

[startup+1363.25 s]
/proc/loadavg: 2.54 2.57 2.41 3/96 25936
/proc/meminfo: memFree=1108928/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=43008 CPUtime=331.95
/proc/25852/stat : 25852 (sugar) S 25850 25852 25226 0 -1 4194304 8475 167623 0 2 50 4 32948 193 16 0 1 0 30246516 44040192 7891 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25852/statm: 10752 7891 373 3 0 7852 0
[pid=25854] ppid=25852 vsize=0 CPUtime=0.7
/proc/25854/stat : 25854 (java) Z 25852 25852 25226 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30246521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25854/statm: 0 0 0 0 0 0 0
[pid=25872] ppid=25852 vsize=214612 CPUtime=1021.34
/proc/25872/stat : 25872 (minisat) R 25852 25852 25226 0 -1 0 54061 0 0 0 102068 66 0 0 25 0 1 0 30279901 219762688 53007 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527284 0 0 4096 3 0 0 0 17 0 0 0
/proc/25872/statm: 53653 53007 52 112 0 53537 0
Current children cumulated CPU time (s) 1353.99
Current children cumulated vsize (KiB) 257620

[startup+1423.29 s]
/proc/loadavg: 2.70 2.61 2.43 4/96 25936
/proc/meminfo: memFree=1089600/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=43008 CPUtime=331.95
/proc/25852/stat : 25852 (sugar) S 25850 25852 25226 0 -1 4194304 8475 167623 0 2 50 4 32948 193 16 0 1 0 30246516 44040192 7891 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25852/statm: 10752 7891 373 3 0 7852 0
[pid=25854] ppid=25852 vsize=0 CPUtime=0.7
/proc/25854/stat : 25854 (java) Z 25852 25852 25226 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30246521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25854/statm: 0 0 0 0 0 0 0
[pid=25872] ppid=25852 vsize=219276 CPUtime=1080.79
/proc/25872/stat : 25872 (minisat) R 25852 25852 25226 0 -1 0 55237 0 0 0 108011 68 0 0 25 0 1 0 30279901 224538624 54183 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25872/statm: 54819 54183 52 112 0 54703 0
Current children cumulated CPU time (s) 1413.44
Current children cumulated vsize (KiB) 262284

[startup+1483.31 s]
/proc/loadavg: 2.65 2.61 2.44 4/96 25936
/proc/meminfo: memFree=1041600/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=43008 CPUtime=331.95
/proc/25852/stat : 25852 (sugar) S 25850 25852 25226 0 -1 4194304 8475 167623 0 2 50 4 32948 193 16 0 1 0 30246516 44040192 7891 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25852/statm: 10752 7891 373 3 0 7852 0
[pid=25854] ppid=25852 vsize=0 CPUtime=0.7
/proc/25854/stat : 25854 (java) Z 25852 25852 25226 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30246521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25854/statm: 0 0 0 0 0 0 0
[pid=25872] ppid=25852 vsize=225432 CPUtime=1140.21
/proc/25872/stat : 25872 (minisat) R 25852 25852 25226 0 -1 0 56813 0 0 0 113950 71 0 0 25 0 1 0 30279901 230842368 55759 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528485 0 0 4096 3 0 0 0 17 0 0 0
/proc/25872/statm: 56358 55759 52 112 0 56242 0
Current children cumulated CPU time (s) 1472.86
Current children cumulated vsize (KiB) 268440

[startup+1543.34 s]
/proc/loadavg: 2.63 2.61 2.45 6/102 26002
/proc/meminfo: memFree=1000304/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=43008 CPUtime=331.95
/proc/25852/stat : 25852 (sugar) S 25850 25852 25226 0 -1 4194304 8475 167623 0 2 50 4 32948 193 16 0 1 0 30246516 44040192 7891 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25852/statm: 10752 7891 373 3 0 7852 0
[pid=25854] ppid=25852 vsize=0 CPUtime=0.7
/proc/25854/stat : 25854 (java) Z 25852 25852 25226 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30246521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25854/statm: 0 0 0 0 0 0 0
[pid=25872] ppid=25852 vsize=231616 CPUtime=1199.62
/proc/25872/stat : 25872 (minisat) R 25852 25852 25226 0 -1 0 58365 0 0 0 119886 76 0 0 25 0 1 0 30279901 237174784 57311 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 0 0 0
/proc/25872/statm: 57904 57311 52 112 0 57788 0
Current children cumulated CPU time (s) 1532.27
Current children cumulated vsize (KiB) 274624

[startup+1603.42 s]
/proc/loadavg: 2.74 2.64 2.47 3/102 26092
/proc/meminfo: memFree=976248/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=43008 CPUtime=331.95
/proc/25852/stat : 25852 (sugar) S 25850 25852 25226 0 -1 4194304 8475 167623 0 2 50 4 32948 193 16 0 1 0 30246516 44040192 7891 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25852/statm: 10752 7891 373 3 0 7852 0
[pid=25854] ppid=25852 vsize=0 CPUtime=0.7
/proc/25854/stat : 25854 (java) Z 25852 25852 25226 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30246521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25854/statm: 0 0 0 0 0 0 0
[pid=25872] ppid=25852 vsize=238588 CPUtime=1259.08
/proc/25872/stat : 25872 (minisat) R 25852 25852 25226 0 -1 0 60111 0 0 0 125819 89 0 0 25 0 1 0 30279901 244314112 59057 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525905 0 0 4096 3 0 0 0 17 1 0 0
/proc/25872/statm: 59647 59057 52 112 0 59531 0
Current children cumulated CPU time (s) 1591.73
Current children cumulated vsize (KiB) 281596

[startup+1663.51 s]
/proc/loadavg: 2.58 2.61 2.47 3/96 26134
/proc/meminfo: memFree=950080/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=43008 CPUtime=331.95
/proc/25852/stat : 25852 (sugar) S 25850 25852 25226 0 -1 4194304 8475 167623 0 2 50 4 32948 193 16 0 1 0 30246516 44040192 7891 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25852/statm: 10752 7891 373 3 0 7852 0
[pid=25854] ppid=25852 vsize=0 CPUtime=0.7
/proc/25854/stat : 25854 (java) Z 25852 25852 25226 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30246521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25854/statm: 0 0 0 0 0 0 0
[pid=25872] ppid=25852 vsize=244796 CPUtime=1319.09
/proc/25872/stat : 25872 (minisat) R 25852 25852 25226 0 -1 0 61669 0 0 0 131818 91 0 0 25 0 1 0 30279901 250671104 60615 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 1 0 0
/proc/25872/statm: 61199 60615 52 112 0 61083 0
Current children cumulated CPU time (s) 1651.74
Current children cumulated vsize (KiB) 287804

[startup+1723.57 s]
/proc/loadavg: 2.46 2.57 2.46 4/96 26134
/proc/meminfo: memFree=940288/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=43008 CPUtime=331.95
/proc/25852/stat : 25852 (sugar) S 25850 25852 25226 0 -1 4194304 8475 167623 0 2 50 4 32948 193 16 0 1 0 30246516 44040192 7891 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25852/statm: 10752 7891 373 3 0 7852 0
[pid=25854] ppid=25852 vsize=0 CPUtime=0.7
/proc/25854/stat : 25854 (java) Z 25852 25852 25226 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30246521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25854/statm: 0 0 0 0 0 0 0
[pid=25872] ppid=25852 vsize=246868 CPUtime=1379.14
/proc/25872/stat : 25872 (minisat) R 25852 25852 25226 0 -1 0 62185 0 0 0 137821 93 0 0 25 0 1 0 30279901 252792832 61131 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/25872/statm: 61717 61131 52 112 0 61601 0
Current children cumulated CPU time (s) 1711.79
Current children cumulated vsize (KiB) 289876

[startup+1783.58 s]
/proc/loadavg: 2.64 2.60 2.47 3/96 26134
/proc/meminfo: memFree=926080/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=43008 CPUtime=331.95
/proc/25852/stat : 25852 (sugar) S 25850 25852 25226 0 -1 4194304 8475 167623 0 2 50 4 32948 193 16 0 1 0 30246516 44040192 7891 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25852/statm: 10752 7891 373 3 0 7852 0
[pid=25854] ppid=25852 vsize=0 CPUtime=0.7
/proc/25854/stat : 25854 (java) Z 25852 25852 25226 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30246521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25854/statm: 0 0 0 0 0 0 0
[pid=25872] ppid=25852 vsize=246868 CPUtime=1439.14
/proc/25872/stat : 25872 (minisat) R 25852 25852 25226 0 -1 0 62185 0 0 0 143821 93 0 0 25 0 1 0 30279901 252792832 61131 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25872/statm: 61717 61131 52 112 0 61601 0
Current children cumulated CPU time (s) 1771.79
Current children cumulated vsize (KiB) 289876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.04 s]
/proc/loadavg: 2.61 2.60 2.47 3/96 26134
/proc/meminfo: memFree=925696/2055920 swapFree=4192812/4192956
[pid=25852] ppid=25850 vsize=43008 CPUtime=331.95
/proc/25852/stat : 25852 (sugar) S 25850 25852 25226 0 -1 4194304 8475 167623 0 2 50 4 32948 193 16 0 1 0 30246516 44040192 7891 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25852/statm: 10752 7891 373 3 0 7852 0
[pid=25854] ppid=25852 vsize=0 CPUtime=0.7
/proc/25854/stat : 25854 (java) Z 25852 25852 25226 0 -1 1036 7675 0 1 0 63 7 0 0 17 0 1 0 30246521 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25854/statm: 0 0 0 0 0 0 0
[pid=25872] ppid=25852 vsize=246868 CPUtime=1467.41
/proc/25872/stat : 25872 (minisat) R 25852 25852 25226 0 -1 0 62185 0 0 0 146648 93 0 0 25 0 1 0 30279901 252792832 61131 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/25872/statm: 61717 61131 52 112 0 61601 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 289876

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25852 and gives childrusage.ru_utime.tv_sec=329 childrusage.ru_utime.tv_usec=986834 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=28691
CPU time returned by wait4() is 332.016
while last known CPU time is 1800.13

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

Real time (s): 1813.1
CPU time (s): 1800.13
CPU user time (s): 1797.09
CPU system time (s): 3.04
CPU usage (%): 99.2846
Max. virtual memory (cumulated for all children) (KiB): 822056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 329.987
system time used= 2.02869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176185
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= 49525
involuntary context switches= 47979

runsolver used 2.15067 s user time and 5.79812 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Jan 29 20:35:25 UTC 2007


IDJOB= 224086
IDBENCH= 5707
IDSOLVER= 86
FILE ID= node19/224086-1170102925

PBS_JOBID= 3689492

Free space on /tmp= 66552 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  8adeb187df414c3e46090bb41f063968

RANDOM SEED= 124458980

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.214
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	: 5931.00
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.214
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:       1334632 kB
Buffers:         15196 kB
Cached:          57496 kB
SwapCached:          0 kB
Active:         641444 kB
Inactive:        26880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1334632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1076 kB
Writeback:           0 kB
Mapped:         615296 kB
Slab:            36780 kB
Committed_AS:   872744 kB
PageTables:       3232 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= 66557 MiB



End job on node19 on Mon Jan 29 21:05:38 UTC 2007