Trace number 210805

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
galac 1? (TO) 1800 1809.51

General information on the benchmark

NamepseudoSeries/uclid/
ooo-burch-dill-6-accl.xml
MD5SUMc3621a55ea125183ef6096030f8fc720
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables23621
Number of constraints67525
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67525
Global constraints used (with number of constraints)

Solver Data (download as text)

0.13	c --- Preproc Stats ---
490.22	c start processing
490.25	c start relation processing
491.40	c start cnf exporting
598.35	c parsing time : 489.946
598.35	c preprocessing time : 598.078
598.37	
598.37	c Nary constraints - conflicts : 23589 supports : 0
598.37	c Binary constraints - conflicts : 43936 supports :0
598.37	c max arity constraint : 13
598.37	c Max Tuples generated 8192
598.37	c relations : 37
598.37	c relations BDD: 30
598.37	c vars : 716398 - clauses :  2541410
598.37	
598.41	 
598.41	c --- Minisat Stats ---
598.41	 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node2/watcher-210805-1168202286 -o ROOT/results/node2/solver-210805-1168202286 -C 1800 -M 900 /tmp/evaluation/210805-1168202286/galac.sh /tmp/evaluation/210805-1168202286/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.97 2.00 1.84 5/86 14657
/proc/meminfo: memFree=1346656/2055920 swapFree=4191880/4192956
[pid=14656] ppid=14654 vsize=8652 CPUtime=0
/proc/14656/stat : 14656 (galac.sh) S 14654 14656 13968 0 -1 4194304 347 0 0 0 0 0 0 0 17 0 1 0 168624326 8859648 280 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14656/statm: 2163 280 208 79 0 156 0
[pid=14658] ppid=14656 vsize=8688 CPUtime=0
/proc/14658/stat : 14658 (galac.sh) S 14656 14656 13968 0 -1 4194368 38 0 0 0 0 0 0 0 18 0 1 0 168624327 8896512 286 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206381482066 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14658/statm: 2172 286 209 79 0 165 0
[pid=14659] ppid=14658 vsize=8728 CPUtime=0
/proc/14659/stat : 14659 (galac.sh) D 14658 14656 13968 0 -1 4194368 26 0 0 0 0 0 0 0 18 0 1 0 168624327 8937472 290 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206381313319 0 2147483391 3674112 73728 18446744072099781622 0 0 17 0 0 0
/proc/14659/statm: 2182 290 209 79 0 175 0

[startup+0.105991 s]
/proc/loadavg: 1.97 2.00 1.84 5/86 14657
/proc/meminfo: memFree=1346656/2055920 swapFree=4191880/4192956
[pid=14656] ppid=14654 vsize=8652 CPUtime=0
/proc/14656/stat : 14656 (galac.sh) S 14654 14656 13968 0 -1 4194304 347 0 0 0 0 0 0 0 17 0 1 0 168624326 8859648 280 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14656/statm: 2163 280 208 79 0 156 0
[pid=14658] ppid=14656 vsize=8688 CPUtime=0
/proc/14658/stat : 14658 (galac.sh) D 14656 14656 13968 0 -1 4194368 97 650 0 0 0 0 0 0 19 0 1 0 168624327 8896512 288 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206381313319 0 2147483391 4096 73728 18446744072099781622 0 0 17 1 0 0
/proc/14658/statm: 2172 288 210 79 0 165 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 17340

[startup+0.517127 s]
/proc/loadavg: 1.97 2.00 1.84 5/86 14657
/proc/meminfo: memFree=1346656/2055920 swapFree=4191880/4192956
[pid=14656] ppid=14654 vsize=47556 CPUtime=0.01
/proc/14656/stat : 14656 (galac.sh) S 14654 14656 13968 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 168624326 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14656/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.33922 s]
/proc/loadavg: 1.97 2.00 1.84 4/94 14677
/proc/meminfo: memFree=1316248/2055920 swapFree=4191880/4192956
[pid=14656] ppid=14654 vsize=47556 CPUtime=0.01
/proc/14656/stat : 14656 (galac.sh) S 14654 14656 13968 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 168624326 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14656/statm: 11889 363 245 79 0 218 0
[pid=14670] ppid=14656 vsize=861064 CPUtime=1.18
/proc/14670/stat : 14670 (java) R 14656 14656 13968 0 -1 0 10457 0 1 0 110 8 0 0 20 0 8 0 168624340 881729536 10211 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074023019 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14670/statm: 215266 10211 1955 14 0 201471 0
[pid=14670/tid=14671] ppid=14656 vsize=861064 CPUtime=0
/proc/14670/task/14671/stat : 14671 (java) S 14656 14656 13968 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 168624344 881729536 10211 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14672] ppid=14656 vsize=861064 CPUtime=0
/proc/14670/task/14672/stat : 14672 (java) S 14656 14656 13968 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 168624345 881729536 10211 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14673] ppid=14656 vsize=861064 CPUtime=0
/proc/14670/task/14673/stat : 14673 (java) S 14656 14656 13968 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 168624345 881729536 10211 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14674] ppid=14656 vsize=861064 CPUtime=0
/proc/14670/task/14674/stat : 14674 (java) S 14656 14656 13968 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168624348 881729536 10211 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14675] ppid=14656 vsize=861064 CPUtime=0.23
/proc/14670/task/14675/stat : 14675 (java) S 14656 14656 13968 0 -1 64 979 0 0 0 22 1 0 0 20 0 8 0 168624348 881729536 10211 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14676] ppid=14656 vsize=861064 CPUtime=0
/proc/14670/task/14676/stat : 14676 (java) S 14656 14656 13968 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168624348 881729536 10211 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14677] ppid=14656 vsize=861064 CPUtime=0
/proc/14670/task/14677/stat : 14677 (java) S 14656 14656 13968 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168624349 881729536 10211 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 908620

[startup+2.98253 s]
/proc/loadavg: 1.97 2.00 1.84 3/94 14677
/proc/meminfo: memFree=1293464/2055920 swapFree=4191880/4192956
[pid=14656] ppid=14654 vsize=47556 CPUtime=0.01
/proc/14656/stat : 14656 (galac.sh) S 14654 14656 13968 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 168624326 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14656/statm: 11889 363 245 79 0 218 0
[pid=14670] ppid=14656 vsize=861164 CPUtime=2.81
/proc/14670/stat : 14670 (java) R 14656 14656 13968 0 -1 0 15269 0 1 0 270 11 0 0 25 0 8 0 168624340 881831936 14937 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073458712 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14670/statm: 215291 14937 1989 14 0 201496 0
[pid=14670/tid=14671] ppid=14656 vsize=861164 CPUtime=0.29
/proc/14670/task/14671/stat : 14671 (java) S 14656 14656 13968 0 -1 64 4200 0 0 0 27 2 0 0 17 0 8 0 168624344 881831936 14937 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14672] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14672/stat : 14672 (java) S 14656 14656 13968 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 168624345 881831936 14937 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14673] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14673/stat : 14673 (java) S 14656 14656 13968 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168624345 881831936 14937 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14674] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14674/stat : 14674 (java) S 14656 14656 13968 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168624348 881831936 14937 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14675] ppid=14656 vsize=861164 CPUtime=0.3
/proc/14670/task/14675/stat : 14675 (java) S 14656 14656 13968 0 -1 64 1011 0 0 0 29 1 0 0 16 0 8 0 168624348 881831936 14937 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14676] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14676/stat : 14676 (java) S 14656 14656 13968 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168624348 881831936 14937 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14677] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14677/stat : 14677 (java) S 14656 14656 13968 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168624349 881831936 14937 18446744073709551615 134512640 134570532 4294956096 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) 908720

[startup+6.18812 s]
/proc/loadavg: 1.97 2.00 1.84 3/94 14677
/proc/meminfo: memFree=1293720/2055920 swapFree=4191880/4192956
[pid=14656] ppid=14654 vsize=47556 CPUtime=0.01
/proc/14656/stat : 14656 (galac.sh) S 14654 14656 13968 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 168624326 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14656/statm: 11889 363 245 79 0 218 0
[pid=14670] ppid=14656 vsize=861164 CPUtime=6
/proc/14670/stat : 14670 (java) R 14656 14656 13968 0 -1 0 15300 0 1 0 589 11 0 0 25 0 8 0 168624340 881831936 14965 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073458712 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14670/statm: 215291 14965 1989 14 0 201496 0
[pid=14670/tid=14671] ppid=14656 vsize=861164 CPUtime=0.29
/proc/14670/task/14671/stat : 14671 (java) S 14656 14656 13968 0 -1 64 4200 0 0 0 27 2 0 0 17 0 8 0 168624344 881831936 14965 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14672] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14672/stat : 14672 (java) S 14656 14656 13968 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 168624345 881831936 14965 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14673] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14673/stat : 14673 (java) S 14656 14656 13968 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168624345 881831936 14965 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14674] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14674/stat : 14674 (java) S 14656 14656 13968 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168624348 881831936 14965 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14675] ppid=14656 vsize=861164 CPUtime=0.37
/proc/14670/task/14675/stat : 14675 (java) S 14656 14656 13968 0 -1 64 1039 0 0 0 35 2 0 0 16 0 8 0 168624348 881831936 14965 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14676] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14676/stat : 14676 (java) S 14656 14656 13968 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168624348 881831936 14965 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14677] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14677/stat : 14677 (java) S 14656 14656 13968 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168624349 881831936 14965 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 908720

[startup+12.6763 s]
/proc/loadavg: 1.97 2.00 1.84 3/94 14677
/proc/meminfo: memFree=1291416/2055920 swapFree=4191880/4192956
[pid=14656] ppid=14654 vsize=47556 CPUtime=0.01
/proc/14656/stat : 14656 (galac.sh) S 14654 14656 13968 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 168624326 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14656/statm: 11889 363 245 79 0 218 0
[pid=14670] ppid=14656 vsize=861164 CPUtime=12.46
/proc/14670/stat : 14670 (java) R 14656 14656 13968 0 -1 0 16080 0 1 0 1233 13 0 0 25 0 8 0 168624340 881831936 15742 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073857156 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14670/statm: 215291 15742 1989 14 0 201496 0
[pid=14670/tid=14671] ppid=14656 vsize=861164 CPUtime=0.29
/proc/14670/task/14671/stat : 14671 (java) S 14656 14656 13968 0 -1 64 4200 0 0 0 27 2 0 0 16 0 8 0 168624344 881831936 15742 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14672] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14672/stat : 14672 (java) S 14656 14656 13968 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 168624345 881831936 15742 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14673] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14673/stat : 14673 (java) S 14656 14656 13968 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168624345 881831936 15742 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14674] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14674/stat : 14674 (java) S 14656 14656 13968 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168624348 881831936 15742 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14675] ppid=14656 vsize=861164 CPUtime=0.38
/proc/14670/task/14675/stat : 14675 (java) S 14656 14656 13968 0 -1 64 1045 0 0 0 36 2 0 0 16 0 8 0 168624348 881831936 15742 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14676] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14676/stat : 14676 (java) S 14656 14656 13968 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168624348 881831936 15742 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14677] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14677/stat : 14677 (java) S 14656 14656 13968 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168624349 881831936 15742 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 908720

[startup+25.5687 s]
/proc/loadavg: 1.98 2.00 1.85 4/94 14677
/proc/meminfo: memFree=1273880/2055920 swapFree=4191880/4192956
[pid=14656] ppid=14654 vsize=47556 CPUtime=0.01
/proc/14656/stat : 14656 (galac.sh) S 14654 14656 13968 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 168624326 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14656/statm: 11889 363 245 79 0 218 0
[pid=14670] ppid=14656 vsize=861164 CPUtime=25.29
/proc/14670/stat : 14670 (java) R 14656 14656 13968 0 -1 0 20332 0 1 0 2512 17 0 0 25 0 8 0 168624340 881831936 19993 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074053444 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14670/statm: 215291 19993 1992 14 0 201496 0
[pid=14670/tid=14671] ppid=14656 vsize=861164 CPUtime=0.3
/proc/14670/task/14671/stat : 14671 (java) S 14656 14656 13968 0 -1 64 4347 0 0 0 28 2 0 0 16 0 8 0 168624344 881831936 19993 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14672] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14672/stat : 14672 (java) S 14656 14656 13968 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 168624345 881831936 19993 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14673] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14673/stat : 14673 (java) S 14656 14656 13968 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168624345 881831936 19993 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14674] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14674/stat : 14674 (java) S 14656 14656 13968 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168624348 881831936 19993 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14675] ppid=14656 vsize=861164 CPUtime=0.38
/proc/14670/task/14675/stat : 14675 (java) S 14656 14656 13968 0 -1 64 1045 0 0 0 36 2 0 0 16 0 8 0 168624348 881831936 19993 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14676] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14676/stat : 14676 (java) S 14656 14656 13968 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168624348 881831936 19993 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14677] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14677/stat : 14677 (java) S 14656 14656 13968 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168624349 881831936 19993 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 908720

[startup+51.2354 s]
/proc/loadavg: 1.98 2.00 1.85 3/94 14677
/proc/meminfo: memFree=1272792/2055920 swapFree=4191880/4192956
[pid=14656] ppid=14654 vsize=47556 CPUtime=0.01
/proc/14656/stat : 14656 (galac.sh) S 14654 14656 13968 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 168624326 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14656/statm: 11889 363 245 79 0 218 0
[pid=14670] ppid=14656 vsize=861164 CPUtime=50.82
/proc/14670/stat : 14670 (java) R 14656 14656 13968 0 -1 0 20624 0 1 0 5065 17 0 0 25 0 8 0 168624340 881831936 20284 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073458785 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14670/statm: 215291 20284 1992 14 0 201496 0
[pid=14670/tid=14671] ppid=14656 vsize=861164 CPUtime=0.31
/proc/14670/task/14671/stat : 14671 (java) S 14656 14656 13968 0 -1 64 4638 0 0 0 29 2 0 0 16 0 8 0 168624344 881831936 20284 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14672] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14672/stat : 14672 (java) S 14656 14656 13968 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 168624345 881831936 20284 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14673] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14673/stat : 14673 (java) S 14656 14656 13968 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 168624345 881831936 20284 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14674] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14674/stat : 14674 (java) S 14656 14656 13968 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 168624348 881831936 20284 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14675] ppid=14656 vsize=861164 CPUtime=0.38
/proc/14670/task/14675/stat : 14675 (java) S 14656 14656 13968 0 -1 64 1045 0 0 0 36 2 0 0 16 0 8 0 168624348 881831936 20284 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14676] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14676/stat : 14676 (java) S 14656 14656 13968 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168624348 881831936 20284 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14670/tid=14677] ppid=14656 vsize=861164 CPUtime=0
/proc/14670/task/14677/stat : 14677 (java) S 14656 14656 13968 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168624349 881831936 20284 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 908720

[startup+102.462 s]

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

/proc/loadavg: 2.00 2.00 1.92 3/87 14678
/proc/meminfo: memFree=1128720/2055920 swapFree=4191880/4192956
[pid=14656] ppid=14654 vsize=47556 CPUtime=595.33
/proc/14656/stat : 14656 (galac.sh) S 14654 14656 13968 0 -1 4194304 800 33865 0 1 0 0 59456 77 17 0 1 0 168624326 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14656/statm: 11889 363 245 79 0 218 0
[pid=14678] ppid=14656 vsize=182180 CPUtime=522.27
/proc/14678/stat : 14678 (minisat) R 14656 14656 13968 0 -1 4194304 41089 0 0 0 52189 38 0 0 25 0 1 0 168684168 186552320 41071 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/14678/statm: 45545 41071 54 142 0 45401 0
Current children cumulated CPU time (s) 1117.6
Current children cumulated vsize (KiB) 229736

[startup+1183.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 14678
/proc/meminfo: memFree=1125520/2055920 swapFree=4191880/4192956
[pid=14656] ppid=14654 vsize=47556 CPUtime=595.33
/proc/14656/stat : 14656 (galac.sh) S 14654 14656 13968 0 -1 4194304 800 33865 0 1 0 0 59456 77 17 0 1 0 168624326 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14656/statm: 11889 363 245 79 0 218 0
[pid=14678] ppid=14656 vsize=185216 CPUtime=582.08
/proc/14678/stat : 14678 (minisat) R 14656 14656 13968 0 -1 4194304 41876 0 0 0 58168 40 0 0 25 0 1 0 168684168 189661184 41858 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14678/statm: 46304 41858 54 142 0 46160 0
Current children cumulated CPU time (s) 1177.41
Current children cumulated vsize (KiB) 232772

[startup+1243.4 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 14678
/proc/meminfo: memFree=1125392/2055920 swapFree=4191880/4192956
[pid=14656] ppid=14654 vsize=47556 CPUtime=595.33
/proc/14656/stat : 14656 (galac.sh) S 14654 14656 13968 0 -1 4194304 800 33865 0 1 0 0 59456 77 17 0 1 0 168624326 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14656/statm: 11889 363 245 79 0 218 0
[pid=14678] ppid=14656 vsize=185348 CPUtime=641.9
/proc/14678/stat : 14678 (minisat) R 14656 14656 13968 0 -1 4194304 41900 0 0 0 64150 40 0 0 25 0 1 0 168684168 189796352 41882 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/14678/statm: 46337 41882 54 142 0 46193 0
Current children cumulated CPU time (s) 1237.23
Current children cumulated vsize (KiB) 232904

[startup+1303.4 s]
/proc/loadavg: 2.00 2.00 1.92 4/87 14678
/proc/meminfo: memFree=1124304/2055920 swapFree=4191880/4192956
[pid=14656] ppid=14654 vsize=47556 CPUtime=595.33
/proc/14656/stat : 14656 (galac.sh) S 14654 14656 13968 0 -1 4194304 800 33865 0 1 0 0 59456 77 17 0 1 0 168624326 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14656/statm: 11889 363 245 79 0 218 0
[pid=14678] ppid=14656 vsize=186404 CPUtime=701.62
/proc/14678/stat : 14678 (minisat) R 14656 14656 13968 0 -1 4194304 42174 0 0 0 70121 41 0 0 25 0 1 0 168684168 190877696 42156 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14678/statm: 46601 42156 54 142 0 46457 0
Current children cumulated CPU time (s) 1296.95
Current children cumulated vsize (KiB) 233960

[startup+1363.41 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 14678
/proc/meminfo: memFree=1123152/2055920 swapFree=4191880/4192956
[pid=14656] ppid=14654 vsize=47556 CPUtime=595.33
/proc/14656/stat : 14656 (galac.sh) S 14654 14656 13968 0 -1 4194304 800 33865 0 1 0 0 59456 77 17 0 1 0 168624326 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14656/statm: 11889 363 245 79 0 218 0
[pid=14678] ppid=14656 vsize=187592 CPUtime=761.34
/proc/14678/stat : 14678 (minisat) R 14656 14656 13968 0 -1 4194304 42464 0 0 0 76092 42 0 0 25 0 1 0 168684168 192094208 42446 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14678/statm: 46898 42446 54 142 0 46754 0
Current children cumulated CPU time (s) 1356.67
Current children cumulated vsize (KiB) 235148

[startup+1423.44 s]
/proc/loadavg: 2.00 2.00 1.92 3/93 14820
/proc/meminfo: memFree=1120464/2055920 swapFree=4191880/4192956
[pid=14656] ppid=14654 vsize=47556 CPUtime=595.33
/proc/14656/stat : 14656 (galac.sh) S 14654 14656 13968 0 -1 4194304 800 33865 0 1 0 0 59456 77 17 0 1 0 168624326 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14656/statm: 11889 363 245 79 0 218 0
[pid=14678] ppid=14656 vsize=189224 CPUtime=820.93
/proc/14678/stat : 14678 (minisat) R 14656 14656 13968 0 -1 4194304 42831 0 0 0 82051 42 0 0 25 0 1 0 168684168 193765376 42813 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14678/statm: 47306 42813 54 142 0 47162 0
Current children cumulated CPU time (s) 1416.26
Current children cumulated vsize (KiB) 236780

[startup+1483.46 s]
/proc/loadavg: 2.00 2.00 1.92 3/87 14876
/proc/meminfo: memFree=1120528/2055920 swapFree=4191880/4192956
[pid=14656] ppid=14654 vsize=47556 CPUtime=595.33
/proc/14656/stat : 14656 (galac.sh) S 14654 14656 13968 0 -1 4194304 800 33865 0 1 0 0 59456 77 17 0 1 0 168624326 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14656/statm: 11889 363 245 79 0 218 0
[pid=14678] ppid=14656 vsize=190280 CPUtime=880.59
/proc/14678/stat : 14678 (minisat) R 14656 14656 13968 0 -1 4194304 43111 0 0 0 88016 43 0 0 25 0 1 0 168684168 194846720 43093 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14678/statm: 47570 43093 54 142 0 47426 0
Current children cumulated CPU time (s) 1475.92
Current children cumulated vsize (KiB) 237836

[startup+1543.55 s]
/proc/loadavg: 2.05 2.01 1.93 3/87 14876
/proc/meminfo: memFree=1120016/2055920 swapFree=4191880/4192956
[pid=14656] ppid=14654 vsize=47556 CPUtime=595.33
/proc/14656/stat : 14656 (galac.sh) S 14654 14656 13968 0 -1 4194304 800 33865 0 1 0 0 59456 77 17 0 1 0 168624326 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14656/statm: 11889 363 245 79 0 218 0
[pid=14678] ppid=14656 vsize=190808 CPUtime=940.41
/proc/14678/stat : 14678 (minisat) R 14656 14656 13968 0 -1 4194304 43237 0 0 0 93997 44 0 0 25 0 1 0 168684168 195387392 43219 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/14678/statm: 47702 43219 54 142 0 47558 0
Current children cumulated CPU time (s) 1535.74
Current children cumulated vsize (KiB) 238364

[startup+1603.56 s]
/proc/loadavg: 2.07 2.02 1.93 3/87 14876
/proc/meminfo: memFree=1118032/2055920 swapFree=4191880/4192956
[pid=14656] ppid=14654 vsize=47556 CPUtime=595.33
/proc/14656/stat : 14656 (galac.sh) S 14654 14656 13968 0 -1 4194304 800 33865 0 1 0 0 59456 77 17 0 1 0 168624326 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14656/statm: 11889 363 245 79 0 218 0
[pid=14678] ppid=14656 vsize=192688 CPUtime=1000.11
/proc/14678/stat : 14678 (minisat) R 14656 14656 13968 0 -1 4194304 43726 0 0 0 99967 44 0 0 25 0 1 0 168684168 197312512 43708 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525961 0 0 4096 3 0 0 0 17 1 0 0
/proc/14678/statm: 48172 43708 54 142 0 48028 0
Current children cumulated CPU time (s) 1595.44
Current children cumulated vsize (KiB) 240244

[startup+1663.65 s]
/proc/loadavg: 2.03 2.02 1.93 3/87 14876
/proc/meminfo: memFree=1117392/2055920 swapFree=4191880/4192956
[pid=14656] ppid=14654 vsize=47556 CPUtime=595.33
/proc/14656/stat : 14656 (galac.sh) S 14654 14656 13968 0 -1 4194304 800 33865 0 1 0 0 59456 77 17 0 1 0 168624326 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14656/statm: 11889 363 245 79 0 218 0
[pid=14678] ppid=14656 vsize=193216 CPUtime=1059.92
/proc/14678/stat : 14678 (minisat) R 14656 14656 13968 0 -1 4194304 43859 0 0 0 105947 45 0 0 25 0 1 0 168684168 197853184 43841 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/14678/statm: 48304 43841 54 142 0 48160 0
Current children cumulated CPU time (s) 1655.25
Current children cumulated vsize (KiB) 240772

[startup+1723.74 s]
/proc/loadavg: 1.95 2.00 1.93 3/94 14996
/proc/meminfo: memFree=1100752/2055920 swapFree=4191880/4192956
[pid=14656] ppid=14654 vsize=47556 CPUtime=595.33
/proc/14656/stat : 14656 (galac.sh) S 14654 14656 13968 0 -1 4194304 800 33865 0 1 0 0 59456 77 17 0 1 0 168624326 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14656/statm: 11889 363 245 79 0 218 0
[pid=14678] ppid=14656 vsize=194140 CPUtime=1119.7
/proc/14678/stat : 14678 (minisat) R 14656 14656 13968 0 -1 4194304 44100 0 0 0 111919 51 0 0 25 0 1 0 168684168 198799360 44082 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14678/statm: 48535 44082 54 142 0 48391 0
Current children cumulated CPU time (s) 1715.03
Current children cumulated vsize (KiB) 241696

[startup+1783.82 s]
/proc/loadavg: 1.98 2.00 1.93 3/94 14996
/proc/meminfo: memFree=1099152/2055920 swapFree=4191880/4192956
[pid=14656] ppid=14654 vsize=47556 CPUtime=595.33
/proc/14656/stat : 14656 (galac.sh) S 14654 14656 13968 0 -1 4194304 800 33865 0 1 0 0 59456 77 17 0 1 0 168624326 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14656/statm: 11889 363 245 79 0 218 0
[pid=14678] ppid=14656 vsize=195856 CPUtime=1179.23
/proc/14678/stat : 14678 (minisat) R 14656 14656 13968 0 -1 4194304 44517 0 0 0 117870 53 0 0 25 0 1 0 168684168 200556544 44499 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14678/statm: 48964 44499 54 142 0 48820 0
Current children cumulated CPU time (s) 1774.56
Current children cumulated vsize (KiB) 243412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.49 s]
/proc/loadavg: 1.99 2.00 1.93 3/94 14996
/proc/meminfo: memFree=1098320/2055920 swapFree=4191880/4192956
[pid=14656] ppid=14654 vsize=47556 CPUtime=595.33
/proc/14656/stat : 14656 (galac.sh) S 14654 14656 13968 0 -1 4194304 800 33865 0 1 0 0 59456 77 17 0 1 0 168624326 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14656/statm: 11889 363 245 79 0 218 0
[pid=14678] ppid=14656 vsize=195856 CPUtime=1204.67
/proc/14678/stat : 14678 (minisat) R 14656 14656 13968 0 -1 4194304 44517 0 0 0 120414 53 0 0 25 0 1 0 168684168 200556544 44499 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14678/statm: 48964 44499 54 142 0 48820 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 243412

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

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 14656 and gives childrusage.ru_utime.tv_sec=594 childrusage.ru_utime.tv_usec=570611 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=780881
CPU time returned by wait4() is 595.352
while last known CPU time is 1800

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

Real time (s): 1809.51
CPU time (s): 1800
CPU user time (s): 1798.7
CPU system time (s): 1.3
CPU usage (%): 99.4747
Max. virtual memory (cumulated for all children) (KiB): 909724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 594.571
system time used= 0.780881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34665
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= 15215
involuntary context switches= 25478

runsolver used 2.03369 s user time and 5.98209 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Sun Jan  7 20:38:07 UTC 2007


IDJOB= 210805
IDBENCH= 4647
FILE ID= node2/210805-1168202286

PBS_JOBID= 3480533

Free space on /tmp= 66316 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/ooo-burch-dill-6-accl.xml
COMMAND LINE= /tmp/evaluation/210805-1168202286/galac.sh /tmp/evaluation/210805-1168202286/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-210805-1168202286 -o ROOT/results/node2/solver-210805-1168202286 -C 1800 -M 900  /tmp/evaluation/210805-1168202286/galac.sh /tmp/evaluation/210805-1168202286/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  c3621a55ea125183ef6096030f8fc720

RANDOM SEED= 883904216

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.259
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.259
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:       1347136 kB
Buffers:         53660 kB
Cached:         492476 kB
SwapCached:        448 kB
Active:         227580 kB
Inactive:       414664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1347136 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           13056 kB
Writeback:           0 kB
Mapped:         117688 kB
Slab:            51252 kB
Committed_AS:  4105024 kB
PageTables:       2408 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= 66270 MiB



End job on node2 on Sun Jan  7 21:08:16 UTC 2007