Trace number 208418

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.09 1808.98

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-43_ext.xml
MD5SUM20bd891c69bd6530f4d731b0fb982388
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 benchmark30.7193
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints340
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension340
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/208418-1170097014/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/208418-1170097014/unknown.xml [Mon Jan 29 19:56:54 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/208418-1170097014/unknown.xml /tmp/evaluation/208418-1170097014/sugar24884.csp [Mon Jan 29 19:56:54 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208418-1170097014/sugar-v0-40.jar -convert /tmp/evaluation/208418-1170097014/unknown.xml /tmp/evaluation/208418-1170097014/sugar24884.csp
0.17	c BEGIN convert /tmp/evaluation/208418-1170097014/unknown.xml
0.68	c END convert (0.512954 seconds)
0.70	c # CONVERT_XML  END : /tmp/evaluation/208418-1170097014/sugar24884.csp 1104313 bytes (1 seconds) [Mon Jan 29 19:56:55 2007]
0.70	c # CONVERT_XML  CPU : 0.63 = 0 + 0 + 0.57 + 0.06
0.70	
0.70	c # GENERATE_SAT  BEGIN : /tmp/evaluation/208418-1170097014/sugar24884.bcnf [Mon Jan 29 19:56:55 2007]
0.70	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208418-1170097014/sugar-v0-40.jar -bcnf -map /tmp/evaluation/208418-1170097014/sugar24884.map /tmp/evaluation/208418-1170097014/sugar24884.csp /tmp/evaluation/208418-1170097014/sugar24884.bcnf
0.82	c BEGIN parse /tmp/evaluation/208418-1170097014/sugar24884.csp
12.58	c END parse (11.750126 seconds)
12.58	c BEGIN simplify
12.64	c END simplify (0.061854 seconds)
12.64	c BEGIN encode /tmp/evaluation/208418-1170097014/sugar24884.bcnf
13.17	c END encode (0.53053 seconds)
13.26	c # GENERATE_SAT  END : 4942 variables 42844 clauses 4049680 bytes (13 seconds) [Mon Jan 29 19:57:08 2007]
13.26	c # GENERATE_SAT  CPU : 12.45 = 0.04 + 0 + 12.02 + 0.39
13.26	
13.26	c # SOLVE_SAT  BEGIN : /tmp/evaluation/208418-1170097014/sugar24884.bcnf [Mon Jan 29 19:57:08 2007]
13.26	c # CMD : /tmp/evaluation/208418-1170097014/minisat /tmp/evaluation/208418-1170097014/sugar24884.bcnf /tmp/evaluation/208418-1170097014/sugar24884.out
13.36	c ==================================[MINISAT]===================================
13.36	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
13.36	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
13.36	c ==============================================================================
13.36	c |         0 |   42844   969570 |   14281       0        0     nan |  0.000 % |
13.39	c |       100 |   42844   969570 |   15709     100     2037    20.4 |  0.000 % |
13.43	c |       250 |   42844   969570 |   17280     250     4084    16.3 |  0.000 % |
13.47	c |       475 |   42845   969570 |   19008     474     6560    13.8 |  0.000 % |
13.55	c |       813 |   42846   969570 |   20908     811    11672    14.4 |  0.000 % |
13.68	c |      1319 |   42846   969570 |   22999    1317    20068    15.2 |  0.000 % |
13.87	c |      2079 |   42846   969570 |   25299    2077    29050    14.0 |  0.000 % |
14.16	c |      3219 |   42846   969570 |   27829    3217    42825    13.3 |  0.000 % |
14.57	c |      4927 |   42847   969570 |   30612    4924    65618    13.3 |  0.000 % |
15.30	c |      7489 |   42847   969570 |   33673    7486   105929    14.2 |  0.000 % |
16.62	c |     11333 |   42848   969570 |   37041   11329   187554    16.6 |  0.000 % |
18.79	c |     17100 |   42851   969570 |   40745   17093   291929    17.1 |  0.000 % |
21.77	c |     25749 |   42856   969570 |   44819   25737   439936    17.1 |  0.001 % |
28.01	c |     38724 |   42861   969570 |   49301   38707   660133    17.1 |  0.001 % |
37.84	c |     58185 |   42869   969570 |   54232   21830   390347    17.9 |  0.001 % |
55.63	c |     87377 |   42877   969570 |   59655   51014  1040999    20.4 |  0.000 % |
83.23	c |    131167 |   42888   969570 |   65620   52192  1002141    19.2 |  0.001 % |
132.22	c |    196853 |   42896   969570 |   72182   19445   446272    23.0 |  0.001 % |
209.37	c |    295379 |   42909   969570 |   79401   63741  1464363    23.0 |  0.001 % |
339.23	c |    443169 |   42921   969570 |   87341   26777   692019    25.8 |  0.001 % |
546.01	c |    664852 |   42937   969570 |   96075   47883  1236071    25.8 |  0.001 % |
829.92	c |    997379 |   42843   969270 |  105682   54149  1348227    24.9 |  0.020 % |
1258.31	c |   1496168 |   42770   968512 |  116251   84282  1797384    21.3 |  0.324 % |
1808.97	s UNKNOWN
1808.97	c # ERROR No such file or directory /tmp/evaluation/208418-1170097014/sugar24884.out, at /tmp/evaluation/208418-1170097014/sugar line 393.
1808.97	
1808.97	c # MAIN  END :  (1809 seconds) [Mon Jan 29 20:27:03 2007]
1808.97	c # MAIN  CPU : 1800.04 = 0.05 + 0.01 + 1799.28 + 0.7
1808.97	

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/node6/watcher-208418-1170097014 -o ROOT/results/node6/solver-208418-1170097014 -C 1800 -M 900 /tmp/evaluation/208418-1170097014/solver /tmp/evaluation/208418-1170097014 /tmp/evaluation/208418-1170097014/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: 1.54 1.90 2.01 5/87 24885
/proc/meminfo: memFree=1834024/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=5352 CPUtime=0
/proc/24884/stat : 24884 (solver) R 24882 24884 24120 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 29656145 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 268582841639 0 0 4096 0 0 0 0 17 1 0 0
/proc/24884/statm: 1338 231 193 169 0 49 0

[startup+0.105349 s]
/proc/loadavg: 1.54 1.90 2.01 5/87 24885
/proc/meminfo: memFree=1834024/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=13724 CPUtime=0.03
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 29656145 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.513427 s]
/proc/loadavg: 1.54 1.90 2.01 5/87 24885
/proc/meminfo: memFree=1834024/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=13724 CPUtime=0.03
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29656145 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.3416 s]
/proc/loadavg: 1.54 1.90 2.01 5/95 24901
/proc/meminfo: memFree=1811240/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=13724 CPUtime=0.66
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1190 7508 0 1 3 0 57 6 15 0 1 0 29656145 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 3431 809 371 3 0 531 0
[pid=24894] ppid=24884 vsize=807064 CPUtime=0.62
/proc/24894/stat : 24894 (java) R 24884 24884 24120 0 -1 0 7748 0 1 0 57 5 0 0 18 0 8 0 29656216 826433536 7496 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073495319 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24894/statm: 201766 7496 1494 14 0 189044 0
[pid=24894/tid=24895] ppid=24884 vsize=807064 CPUtime=0.08
/proc/24894/task/24895/stat : 24895 (java) S 24884 24884 24120 0 -1 64 1694 0 0 0 8 0 0 0 16 0 8 0 29656219 826433536 7496 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24896] ppid=24884 vsize=807064 CPUtime=0
/proc/24894/task/24896/stat : 24896 (java) S 24884 24884 24120 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29656219 826433536 7496 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24897] ppid=24884 vsize=807064 CPUtime=0
/proc/24894/task/24897/stat : 24897 (java) S 24884 24884 24120 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29656219 826433536 7496 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24898] ppid=24884 vsize=807064 CPUtime=0
/proc/24894/task/24898/stat : 24898 (java) S 24884 24884 24120 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29656223 826433536 7496 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24899] ppid=24884 vsize=807064 CPUtime=0.05
/proc/24894/task/24899/stat : 24899 (java) R 24884 24884 24120 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 29656223 826433536 7496 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24900] ppid=24884 vsize=807064 CPUtime=0
/proc/24894/task/24900/stat : 24900 (java) S 24884 24884 24120 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29656223 826433536 7496 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24901] ppid=24884 vsize=807064 CPUtime=0
/proc/24894/task/24901/stat : 24901 (java) S 24884 24884 24120 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29656223 826433536 7496 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 820788

[startup+2.97992 s]
/proc/loadavg: 1.54 1.90 2.01 3/95 24901
/proc/meminfo: memFree=1792616/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=13724 CPUtime=0.66
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1190 7508 0 1 3 0 57 6 15 0 1 0 29656145 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 3431 809 371 3 0 531 0
[pid=24894] ppid=24884 vsize=807336 CPUtime=2.24
/proc/24894/stat : 24894 (java) R 24884 24884 24120 0 -1 0 13839 0 1 0 216 8 0 0 25 0 8 0 29656216 826712064 13567 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073746898 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24894/statm: 201834 13567 1506 14 0 189112 0
[pid=24894/tid=24895] ppid=24884 vsize=807336 CPUtime=0.5
/proc/24894/task/24895/stat : 24895 (java) S 24884 24884 24120 0 -1 64 7620 0 0 0 47 3 0 0 16 0 8 0 29656219 826712064 13567 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24896] ppid=24884 vsize=807336 CPUtime=0
/proc/24894/task/24896/stat : 24896 (java) S 24884 24884 24120 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29656219 826712064 13567 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24897] ppid=24884 vsize=807336 CPUtime=0
/proc/24894/task/24897/stat : 24897 (java) S 24884 24884 24120 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29656219 826712064 13567 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24898] ppid=24884 vsize=807336 CPUtime=0
/proc/24894/task/24898/stat : 24898 (java) S 24884 24884 24120 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29656223 826712064 13567 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24899] ppid=24884 vsize=807336 CPUtime=0.14
/proc/24894/task/24899/stat : 24899 (java) S 24884 24884 24120 0 -1 64 400 0 0 0 14 0 0 0 16 0 8 0 29656223 826712064 13567 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24900] ppid=24884 vsize=807336 CPUtime=0
/proc/24894/task/24900/stat : 24900 (java) S 24884 24884 24120 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29656223 826712064 13567 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24901] ppid=24884 vsize=807336 CPUtime=0
/proc/24894/task/24901/stat : 24901 (java) S 24884 24884 24120 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29656223 826712064 13567 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 821060

[startup+6.20593 s]
/proc/loadavg: 1.66 1.92 2.01 3/95 24901
/proc/meminfo: memFree=1715048/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=13724 CPUtime=0.66
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1190 7508 0 1 3 0 57 6 15 0 1 0 29656145 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 3431 809 371 3 0 531 0
[pid=24894] ppid=24884 vsize=807336 CPUtime=5.46
/proc/24894/stat : 24894 (java) R 24884 24884 24120 0 -1 0 33483 0 1 0 527 19 0 0 25 0 8 0 29656216 826712064 33110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24894/statm: 201834 33110 1506 14 0 189112 0
[pid=24894/tid=24895] ppid=24884 vsize=807336 CPUtime=1.45
/proc/24894/task/24895/stat : 24895 (java) S 24884 24884 24120 0 -1 64 27159 0 0 0 132 13 0 0 15 0 8 0 29656219 826712064 33110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24896] ppid=24884 vsize=807336 CPUtime=0
/proc/24894/task/24896/stat : 24896 (java) S 24884 24884 24120 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29656219 826712064 33110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24897] ppid=24884 vsize=807336 CPUtime=0
/proc/24894/task/24897/stat : 24897 (java) S 24884 24884 24120 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29656219 826712064 33110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24898] ppid=24884 vsize=807336 CPUtime=0
/proc/24894/task/24898/stat : 24898 (java) S 24884 24884 24120 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29656223 826712064 33110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24899] ppid=24884 vsize=807336 CPUtime=0.15
/proc/24894/task/24899/stat : 24899 (java) S 24884 24884 24120 0 -1 64 403 0 0 0 15 0 0 0 16 0 8 0 29656223 826712064 33110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24900] ppid=24884 vsize=807336 CPUtime=0
/proc/24894/task/24900/stat : 24900 (java) S 24884 24884 24120 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29656223 826712064 33110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24901] ppid=24884 vsize=807336 CPUtime=0
/proc/24894/task/24901/stat : 24901 (java) S 24884 24884 24120 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29656223 826712064 33110 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 821060

[startup+12.6628 s]
/proc/loadavg: 1.68 1.92 2.01 3/95 24901
/proc/meminfo: memFree=1618408/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=13724 CPUtime=0.66
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1190 7508 0 1 3 0 57 6 16 0 1 0 29656145 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 3431 809 371 3 0 531 0
[pid=24894] ppid=24884 vsize=807336 CPUtime=11.86
/proc/24894/stat : 24894 (java) R 24884 24884 24120 0 -1 0 54909 0 1 0 1155 31 0 0 25 0 8 0 29656216 826712064 54119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072942727 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24894/statm: 201834 54119 1510 14 0 189112 0
[pid=24894/tid=24895] ppid=24884 vsize=807336 CPUtime=3.35
/proc/24894/task/24895/stat : 24895 (java) S 24884 24884 24120 0 -1 64 48410 0 0 0 311 24 0 0 15 0 8 0 29656219 826712064 54119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24896] ppid=24884 vsize=807336 CPUtime=0
/proc/24894/task/24896/stat : 24896 (java) S 24884 24884 24120 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29656219 826712064 54119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24897] ppid=24884 vsize=807336 CPUtime=0
/proc/24894/task/24897/stat : 24897 (java) S 24884 24884 24120 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29656219 826712064 54119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24898] ppid=24884 vsize=807336 CPUtime=0
/proc/24894/task/24898/stat : 24898 (java) S 24884 24884 24120 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29656223 826712064 54119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24899] ppid=24884 vsize=807336 CPUtime=0.15
/proc/24894/task/24899/stat : 24899 (java) S 24884 24884 24120 0 -1 64 405 0 0 0 15 0 0 0 16 0 8 0 29656223 826712064 54119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24900] ppid=24884 vsize=807336 CPUtime=0
/proc/24894/task/24900/stat : 24900 (java) S 24884 24884 24120 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29656223 826712064 54119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24894/tid=24901] ppid=24884 vsize=807336 CPUtime=0
/proc/24894/task/24901/stat : 24901 (java) S 24884 24884 24120 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29656223 826712064 54119 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 821060

[startup+25.4984 s]
/proc/loadavg: 1.75 1.92 2.01 3/88 24902
/proc/meminfo: memFree=1814176/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=16180 CPUtime=13.12
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1899 62444 0 2 7 1 1259 45 16 0 1 0 29656145 16568320 1410 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 4045 1410 373 3 0 1145 0
[pid=24902] ppid=24884 vsize=10492 CPUtime=12.16
/proc/24902/stat : 24902 (minisat) R 24884 24884 24120 0 -1 0 3246 0 0 0 1214 2 0 0 25 0 1 0 29657472 10743808 2242 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24902/statm: 2623 2242 52 112 0 2507 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 26672

[startup+51.1784 s]
/proc/loadavg: 1.84 1.92 2.01 3/88 24902
/proc/meminfo: memFree=1810848/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=16180 CPUtime=13.12
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1899 62444 0 2 7 1 1259 45 16 0 1 0 29656145 16568320 1410 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 4045 1410 373 3 0 1145 0
[pid=24902] ppid=24884 vsize=12556 CPUtime=37.71
/proc/24902/stat : 24902 (minisat) R 24884 24884 24120 0 -1 0 3752 0 0 0 3769 2 0 0 25 0 1 0 29657472 12857344 2748 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/24902/statm: 3139 2748 52 112 0 3023 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 28736

[startup+102.433 s]
/proc/loadavg: 1.93 1.93 2.00 3/88 24902
/proc/meminfo: memFree=1806624/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=16180 CPUtime=13.13
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1899 62444 0 2 8 1 1259 45 16 0 1 0 29656145 16568320 1410 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 4045 1410 373 3 0 1145 0
[pid=24902] ppid=24884 vsize=15116 CPUtime=88.72
/proc/24902/stat : 24902 (minisat) R 24884 24884 24120 0 -1 0 4395 0 0 0 8868 4 0 0 25 0 1 0 29657472 15478784 3391 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24902/statm: 3779 3391 52 112 0 3663 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 31296

[startup+162.515 s]
/proc/loadavg: 1.97 1.94 2.00 3/88 24902
/proc/meminfo: memFree=1804128/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=16180 CPUtime=13.13
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1899 62444 0 2 8 1 1259 45 16 0 1 0 29656145 16568320 1410 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 4045 1410 373 3 0 1145 0
[pid=24902] ppid=24884 vsize=16280 CPUtime=148.52
/proc/24902/stat : 24902 (minisat) R 24884 24884 24120 0 -1 0 4661 0 0 0 14847 5 0 0 25 0 1 0 29657472 16670720 3657 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24902/statm: 4070 3657 52 112 0 3954 0
Current children cumulated CPU time (s) 161.65
Current children cumulated vsize (KiB) 32460

[startup+222.6 s]
/proc/loadavg: 2.05 1.97 2.00 3/88 24902
/proc/meminfo: memFree=1800800/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=16180 CPUtime=13.13
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1899 62444 0 2 8 1 1259 45 16 0 1 0 29656145 16568320 1410 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 4045 1410 373 3 0 1145 0
[pid=24902] ppid=24884 vsize=18556 CPUtime=208.32
/proc/24902/stat : 24902 (minisat) R 24884 24884 24120 0 -1 0 5241 0 0 0 20826 6 0 0 25 0 1 0 29657472 19001344 4237 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134637256 0 0 4096 3 0 0 0 17 1 0 0
/proc/24902/statm: 4639 4237 52 112 0 4523 0
Current children cumulated CPU time (s) 221.45
Current children cumulated vsize (KiB) 34736

[startup+282.704 s]
/proc/loadavg: 2.02 1.97 2.00 3/94 25008

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

/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1899 62444 0 2 8 1 1259 45 16 0 1 0 29656145 16568320 1410 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 4045 1410 373 3 0 1145 0
[pid=24902] ppid=24884 vsize=29076 CPUtime=1045.18
/proc/24902/stat : 24902 (minisat) R 24884 24884 24120 0 -1 0 7794 0 0 0 104505 13 0 0 25 0 1 0 29657472 29773824 6790 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24902/statm: 7269 6790 52 112 0 7153 0
Current children cumulated CPU time (s) 1058.31
Current children cumulated vsize (KiB) 45256

[startup+1123.8 s]
/proc/loadavg: 2.10 2.04 2.00 3/88 25100
/proc/meminfo: memFree=1777824/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=16180 CPUtime=13.13
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1899 62444 0 2 8 1 1259 45 16 0 1 0 29656145 16568320 1410 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 4045 1410 373 3 0 1145 0
[pid=24902] ppid=24884 vsize=29552 CPUtime=1104.97
/proc/24902/stat : 24902 (minisat) R 24884 24884 24120 0 -1 0 7889 0 0 0 110484 13 0 0 25 0 1 0 29657472 30261248 6885 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24902/statm: 7388 6885 52 112 0 7272 0
Current children cumulated CPU time (s) 1118.1
Current children cumulated vsize (KiB) 45732

[startup+1183.88 s]
/proc/loadavg: 2.03 2.03 2.00 3/88 25100
/proc/meminfo: memFree=1777056/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=16180 CPUtime=13.13
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1899 62444 0 2 8 1 1259 45 16 0 1 0 29656145 16568320 1410 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 4045 1410 373 3 0 1145 0
[pid=24902] ppid=24884 vsize=29692 CPUtime=1164.77
/proc/24902/stat : 24902 (minisat) R 24884 24884 24120 0 -1 0 7924 0 0 0 116463 14 0 0 25 0 1 0 29657472 30404608 6920 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24902/statm: 7423 6920 52 112 0 7307 0
Current children cumulated CPU time (s) 1177.9
Current children cumulated vsize (KiB) 45872

[startup+1243.97 s]
/proc/loadavg: 2.01 2.02 2.00 3/88 25100
/proc/meminfo: memFree=1776672/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=16180 CPUtime=13.13
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1899 62444 0 2 8 1 1259 45 16 0 1 0 29656145 16568320 1410 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 4045 1410 373 3 0 1145 0
[pid=24902] ppid=24884 vsize=29692 CPUtime=1224.56
/proc/24902/stat : 24902 (minisat) R 24884 24884 24120 0 -1 0 7925 0 0 0 122442 14 0 0 25 0 1 0 29657472 30404608 6921 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528815 0 0 4096 3 0 0 0 17 1 0 0
/proc/24902/statm: 7423 6921 52 112 0 7307 0
Current children cumulated CPU time (s) 1237.69
Current children cumulated vsize (KiB) 45872

[startup+1304.06 s]
/proc/loadavg: 2.00 2.02 2.00 3/88 25100
/proc/meminfo: memFree=1775968/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=16180 CPUtime=13.13
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1899 62444 0 2 8 1 1259 45 16 0 1 0 29656145 16568320 1410 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 4045 1410 373 3 0 1145 0
[pid=24902] ppid=24884 vsize=29828 CPUtime=1284.36
/proc/24902/stat : 24902 (minisat) R 24884 24884 24120 0 -1 0 7969 0 0 0 128421 15 0 0 25 0 1 0 29657472 30543872 6965 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24902/statm: 7457 6965 52 112 0 7341 0
Current children cumulated CPU time (s) 1297.49
Current children cumulated vsize (KiB) 46008

[startup+1364.14 s]
/proc/loadavg: 2.06 2.03 2.00 3/88 25100
/proc/meminfo: memFree=1775008/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=16180 CPUtime=13.13
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1899 62444 0 2 8 1 1259 45 16 0 1 0 29656145 16568320 1410 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 4045 1410 373 3 0 1145 0
[pid=24902] ppid=24884 vsize=30312 CPUtime=1344.16
/proc/24902/stat : 24902 (minisat) R 24884 24884 24120 0 -1 0 8104 0 0 0 134401 15 0 0 25 0 1 0 29657472 31039488 7100 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24902/statm: 7578 7100 52 112 0 7462 0
Current children cumulated CPU time (s) 1357.29
Current children cumulated vsize (KiB) 46492

[startup+1424.23 s]
/proc/loadavg: 2.02 2.02 2.00 3/88 25100
/proc/meminfo: memFree=1773152/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=16180 CPUtime=13.13
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1899 62444 0 2 8 1 1259 45 16 0 1 0 29656145 16568320 1410 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 4045 1410 373 3 0 1145 0
[pid=24902] ppid=24884 vsize=32012 CPUtime=1403.96
/proc/24902/stat : 24902 (minisat) R 24884 24884 24120 0 -1 0 8528 0 0 0 140380 16 0 0 25 0 1 0 29657472 32780288 7524 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527007 0 0 4096 3 0 0 0 17 1 0 0
/proc/24902/statm: 8003 7524 52 112 0 7887 0
Current children cumulated CPU time (s) 1417.09
Current children cumulated vsize (KiB) 48192

[startup+1484.31 s]
/proc/loadavg: 2.05 2.03 2.00 3/88 25100
/proc/meminfo: memFree=1772640/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=16180 CPUtime=13.13
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1899 62444 0 2 8 1 1259 45 16 0 1 0 29656145 16568320 1410 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 4045 1410 373 3 0 1145 0
[pid=24902] ppid=24884 vsize=32012 CPUtime=1463.75
/proc/24902/stat : 24902 (minisat) R 24884 24884 24120 0 -1 0 8529 0 0 0 146359 16 0 0 25 0 1 0 29657472 32780288 7525 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24902/statm: 8003 7525 52 112 0 7887 0
Current children cumulated CPU time (s) 1476.88
Current children cumulated vsize (KiB) 48192

[startup+1544.38 s]
/proc/loadavg: 2.02 2.02 2.00 3/88 25100
/proc/meminfo: memFree=1771680/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=16180 CPUtime=13.13
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1899 62444 0 2 8 1 1259 45 16 0 1 0 29656145 16568320 1410 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 4045 1410 373 3 0 1145 0
[pid=24902] ppid=24884 vsize=32300 CPUtime=1523.54
/proc/24902/stat : 24902 (minisat) R 24884 24884 24120 0 -1 0 8583 0 0 0 152337 17 0 0 25 0 1 0 29657472 33075200 7579 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24902/statm: 8075 7579 52 112 0 7959 0
Current children cumulated CPU time (s) 1536.67
Current children cumulated vsize (KiB) 48480

[startup+1604.47 s]
/proc/loadavg: 2.00 2.02 2.00 3/88 25100
/proc/meminfo: memFree=1770592/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=16180 CPUtime=13.13
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1899 62444 0 2 8 1 1259 45 16 0 1 0 29656145 16568320 1410 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 4045 1410 373 3 0 1145 0
[pid=24902] ppid=24884 vsize=32720 CPUtime=1583.33
/proc/24902/stat : 24902 (minisat) R 24884 24884 24120 0 -1 0 8656 0 0 0 158316 17 0 0 25 0 1 0 29657472 33505280 7652 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24902/statm: 8180 7652 52 112 0 8064 0
Current children cumulated CPU time (s) 1596.46
Current children cumulated vsize (KiB) 48900

[startup+1664.56 s]
/proc/loadavg: 2.08 2.03 2.01 3/88 25100
/proc/meminfo: memFree=1770272/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=16180 CPUtime=13.13
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1899 62444 0 2 8 1 1259 45 16 0 1 0 29656145 16568320 1410 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 4045 1410 373 3 0 1145 0
[pid=24902] ppid=24884 vsize=32720 CPUtime=1643.13
/proc/24902/stat : 24902 (minisat) R 24884 24884 24120 0 -1 0 8668 0 0 0 164295 18 0 0 25 0 1 0 29657472 33505280 7664 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24902/statm: 8180 7664 52 112 0 8064 0
Current children cumulated CPU time (s) 1656.26
Current children cumulated vsize (KiB) 48900

[startup+1724.64 s]
/proc/loadavg: 2.06 2.03 2.00 3/88 25100
/proc/meminfo: memFree=1769696/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=16180 CPUtime=13.13
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1899 62444 0 2 8 1 1259 45 16 0 1 0 29656145 16568320 1410 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 4045 1410 373 3 0 1145 0
[pid=24902] ppid=24884 vsize=33024 CPUtime=1702.93
/proc/24902/stat : 24902 (minisat) R 24884 24884 24120 0 -1 0 8733 0 0 0 170275 18 0 0 25 0 1 0 29657472 33816576 7729 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528366 0 0 4096 3 0 0 0 17 1 0 0
/proc/24902/statm: 8256 7729 52 112 0 8140 0
Current children cumulated CPU time (s) 1716.06
Current children cumulated vsize (KiB) 49204

[startup+1784.73 s]
/proc/loadavg: 1.99 2.02 2.00 2/89 25101
/proc/meminfo: memFree=1797208/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=16180 CPUtime=13.13
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1899 62444 0 2 8 1 1259 45 16 0 1 0 29656145 16568320 1410 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 4045 1410 373 3 0 1145 0
[pid=24902] ppid=24884 vsize=33024 CPUtime=1762.71
/proc/24902/stat : 24902 (minisat) R 24884 24884 24120 0 -1 0 8739 0 0 0 176253 18 0 0 25 0 1 0 29657472 33816576 7735 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24902/statm: 8256 7735 52 112 0 8140 0
Current children cumulated CPU time (s) 1775.84
Current children cumulated vsize (KiB) 49204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.96 s]
/proc/loadavg: 2.01 2.02 2.00 3/96 25164
/proc/meminfo: memFree=1464216/2055924 swapFree=4192812/4192956
[pid=24884] ppid=24882 vsize=16180 CPUtime=13.13
/proc/24884/stat : 24884 (sugar) S 24882 24884 24120 0 -1 4194304 1899 62444 0 2 8 1 1259 45 16 0 1 0 29656145 16568320 1410 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24884/statm: 4045 1410 373 3 0 1145 0
[pid=24902] ppid=24884 vsize=33160 CPUtime=1786.92
/proc/24902/stat : 24902 (minisat) R 24884 24884 24120 0 -1 0 8756 0 0 0 178668 24 0 0 25 0 1 0 29657472 33955840 7752 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24902/statm: 8290 7752 52 112 0 8174 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 49340

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

Child status: 1
Real time (s): 1808.98
CPU time (s): 1800.09
CPU user time (s): 1799.37
CPU system time (s): 0.72089
CPU usage (%): 99.5086
Max. virtual memory (cumulated for all children) (KiB): 821312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 0.72089
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73189
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= 3446
involuntary context switches= 23457

runsolver used 2.15967 s user time and 5.87111 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Mon Jan 29 18:56:54 UTC 2007


IDJOB= 208418
IDBENCH= 4384
IDSOLVER= 86
FILE ID= node6/208418-1170097014

PBS_JOBID= 3689446

Free space on /tmp= 66558 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19-fcd/rand-2-40-19-443-230-fcd-43_ext.xml
COMMAND LINE= /tmp/evaluation/208418-1170097014/solver /tmp/evaluation/208418-1170097014 /tmp/evaluation/208418-1170097014/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-208418-1170097014 -o ROOT/results/node6/solver-208418-1170097014 -C 1800 -M 900  /tmp/evaluation/208418-1170097014/solver /tmp/evaluation/208418-1170097014 /tmp/evaluation/208418-1170097014/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  20bd891c69bd6530f4d731b0fb982388

RANDOM SEED= 96203664

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.277
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.277
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:      2055924 kB
MemFree:       1834504 kB
Buffers:         20804 kB
Cached:          85548 kB
SwapCached:          0 kB
Active:         111516 kB
Inactive:        64648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1834504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4608 kB
Writeback:           0 kB
Mapped:          89472 kB
Slab:            30268 kB
Committed_AS:   315780 kB
PageTables:       2164 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= 66253 MiB



End job on node6 on Mon Jan 29 19:27:03 UTC 2007