Trace number 226084

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 1UNSAT 494.802 494.978

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-73_ext.xml
MD5SUM054d03355ebf2b9c54d4b3cc1c321848
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.07023
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
1.02	c start processing
1.02	c start relation processing
1.19	c start cnf exporting
3.79	c parsing time : 0.874
3.80	c preprocessing time : 3.645
3.80	
3.80	c Nary constraints - conflicts : 0 supports : 0
3.80	c Binary constraints - conflicts : 0 supports :135
3.80	c max arity constraint : 2
3.80	c Max Tuples generated 0
3.80	c relations : 135
3.80	c relations BDD: 0
3.80	c vars : 1601 - clauses :  42040
3.80	
3.81	 
3.81	c --- Minisat Stats ---
3.81	 
494.96	c restarts              : 16
494.96	c conflicts             : 114267         (233 /sec)
494.96	c decisions             : 141259         (1.31 % random) (288 /sec)
494.96	c propagations          : 29899865       (60912 /sec)
494.96	c conflict literals     : 22960014       (21.20 % deleted)
494.96	c Memory used           : 65.25 MB
494.96	c CPU time              : 490.869 s
494.96	
494.96	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node52/watcher-226084-1168274443 -o ROOT/results/node52/solver-226084-1168274443 -C 1800 -M 900 /tmp/evaluation/226084-1168274443/galac.sh /tmp/evaluation/226084-1168274443/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.00 1.06 1.45 2/65 24990
/proc/meminfo: memFree=1755176/2055920 swapFree=4192812/4192956
[pid=24989] ppid=24987 vsize=8652 CPUtime=0
/proc/24989/stat : 24989 (galac.sh) R 24987 24989 24102 0 -1 4194304 335 0 0 0 0 0 0 0 17 0 1 0 175842769 8859648 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653754527 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/24989/statm: 2163 279 207 79 0 156 0
[pid=24991] ppid=24989 vsize=8652 CPUtime=0
/proc/24991/stat : 24991 (galac.sh) R 24989 24989 24102 0 -1 4194368 16 0 0 0 0 0 0 0 17 0 1 0 175842769 8859648 281 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 4333625 0 0 4096 73728 0 0 0 17 1 0 0
/proc/24991/statm: 2165 283 209 79 0 158 0

[startup+0.103393 s]
/proc/loadavg: 1.00 1.06 1.45 2/65 24990
/proc/meminfo: memFree=1755176/2055920 swapFree=4192812/4192956
[pid=24989] ppid=24987 vsize=47556 CPUtime=0.01
/proc/24989/stat : 24989 (galac.sh) S 24987 24989 24102 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 175842769 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24989/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.512421 s]
/proc/loadavg: 1.00 1.06 1.45 2/65 24990
/proc/meminfo: memFree=1755176/2055920 swapFree=4192812/4192956
[pid=24989] ppid=24987 vsize=47556 CPUtime=0.01
/proc/24989/stat : 24989 (galac.sh) S 24987 24989 24102 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 175842769 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24989/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.33347 s]
/proc/loadavg: 1.00 1.06 1.45 2/73 25010
/proc/meminfo: memFree=1684008/2055920 swapFree=4192812/4192956
[pid=24989] ppid=24987 vsize=47556 CPUtime=0.01
/proc/24989/stat : 24989 (galac.sh) S 24987 24989 24102 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 175842769 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24989/statm: 11889 363 245 79 0 218 0
[pid=25003] ppid=24989 vsize=861064 CPUtime=1.27
/proc/25003/stat : 25003 (java) R 24989 24989 24102 0 -1 0 21903 0 1 0 117 10 0 0 17 0 8 0 175842772 881729536 21656 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155213145 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25003/statm: 215266 21656 1992 14 0 201471 0
[pid=25003/tid=25004] ppid=24989 vsize=861064 CPUtime=0.06
/proc/25003/task/25004/stat : 25004 (java) S 24989 24989 24102 0 -1 64 6019 0 0 0 4 2 0 0 16 0 8 0 175842775 881729536 21656 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25003/tid=25005] ppid=24989 vsize=861064 CPUtime=0
/proc/25003/task/25005/stat : 25005 (java) S 24989 24989 24102 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 175842776 881729536 21656 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25003/tid=25006] ppid=24989 vsize=861064 CPUtime=0
/proc/25003/task/25006/stat : 25006 (java) S 24989 24989 24102 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 175842776 881729536 21656 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25003/tid=25007] ppid=24989 vsize=861064 CPUtime=0
/proc/25003/task/25007/stat : 25007 (java) S 24989 24989 24102 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175842779 881729536 21656 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25003/tid=25008] ppid=24989 vsize=861064 CPUtime=0.2
/proc/25003/task/25008/stat : 25008 (java) S 24989 24989 24102 0 -1 64 969 0 0 0 19 1 0 0 16 0 8 0 175842779 881729536 21656 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25003/tid=25009] ppid=24989 vsize=861064 CPUtime=0
/proc/25003/task/25009/stat : 25009 (java) S 24989 24989 24102 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 175842779 881729536 21656 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25003/tid=25010] ppid=24989 vsize=861064 CPUtime=0
/proc/25003/task/25010/stat : 25010 (java) S 24989 24989 24102 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175842779 881729536 21656 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908620

[startup+2.96959 s]
/proc/loadavg: 1.00 1.06 1.45 2/73 25010
/proc/meminfo: memFree=1671592/2055920 swapFree=4192812/4192956
[pid=24989] ppid=24987 vsize=47556 CPUtime=0.01
/proc/24989/stat : 24989 (galac.sh) S 24987 24989 24102 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 175842769 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24989/statm: 11889 363 245 79 0 218 0
[pid=25003] ppid=24989 vsize=861064 CPUtime=2.9
/proc/25003/stat : 25003 (java) R 24989 24989 24102 0 -1 0 22773 0 1 0 279 11 0 0 17 0 8 0 175842772 881729536 22524 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155059391 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25003/statm: 215266 22524 1995 14 0 201471 0
[pid=25003/tid=25004] ppid=24989 vsize=861064 CPUtime=0.09
/proc/25003/task/25004/stat : 25004 (java) S 24989 24989 24102 0 -1 64 6867 0 0 0 7 2 0 0 16 0 8 0 175842775 881729536 22524 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25003/tid=25005] ppid=24989 vsize=861064 CPUtime=0
/proc/25003/task/25005/stat : 25005 (java) S 24989 24989 24102 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 175842776 881729536 22524 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25003/tid=25006] ppid=24989 vsize=861064 CPUtime=0
/proc/25003/task/25006/stat : 25006 (java) S 24989 24989 24102 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 175842776 881729536 22524 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25003/tid=25007] ppid=24989 vsize=861064 CPUtime=0
/proc/25003/task/25007/stat : 25007 (java) S 24989 24989 24102 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175842779 881729536 22524 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25003/tid=25008] ppid=24989 vsize=861064 CPUtime=0.22
/proc/25003/task/25008/stat : 25008 (java) S 24989 24989 24102 0 -1 64 985 0 0 0 21 1 0 0 15 0 8 0 175842779 881729536 22524 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25003/tid=25009] ppid=24989 vsize=861064 CPUtime=0
/proc/25003/task/25009/stat : 25009 (java) S 24989 24989 24102 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 175842779 881729536 22524 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25003/tid=25010] ppid=24989 vsize=861064 CPUtime=0
/proc/25003/task/25010/stat : 25010 (java) R 24989 24989 24102 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175842779 881729536 22524 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 908620

[startup+6.2478 s]
/proc/loadavg: 1.00 1.06 1.45 2/66 25011
/proc/meminfo: memFree=1745776/2055920 swapFree=4192812/4192956
[pid=24989] ppid=24987 vsize=47556 CPUtime=3.75
/proc/24989/stat : 24989 (galac.sh) S 24987 24989 24102 0 -1 4194304 799 24487 0 1 0 0 361 14 16 0 1 0 175842769 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24989/statm: 11889 363 245 79 0 218 0
[pid=25011] ppid=24989 vsize=9208 CPUtime=2.41
/proc/25011/stat : 25011 (minisat) R 24989 24989 24102 0 -1 4194304 2207 0 0 0 241 0 0 0 25 0 1 0 175843150 9428992 2189 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25011/statm: 2302 2189 54 142 0 2158 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 56764

[startup+12.7072 s]
/proc/loadavg: 1.00 1.06 1.45 2/66 25011
/proc/meminfo: memFree=1739000/2055920 swapFree=4192812/4192956
[pid=24989] ppid=24987 vsize=47556 CPUtime=3.75
/proc/24989/stat : 24989 (galac.sh) S 24987 24989 24102 0 -1 4194304 799 24487 0 1 0 0 361 14 16 0 1 0 175842769 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24989/statm: 11889 363 245 79 0 218 0
[pid=25011] ppid=24989 vsize=15316 CPUtime=8.87
/proc/25011/stat : 25011 (minisat) R 24989 24989 24102 0 -1 4194304 3701 0 0 0 885 2 0 0 25 0 1 0 175843150 15683584 3683 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/25011/statm: 3829 3683 54 142 0 3685 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 62872

[startup+25.5161 s]
/proc/loadavg: 1.00 1.06 1.44 2/66 25011
/proc/meminfo: memFree=1733112/2055920 swapFree=4192812/4192956
[pid=24989] ppid=24987 vsize=47556 CPUtime=3.75
/proc/24989/stat : 24989 (galac.sh) S 24987 24989 24102 0 -1 4194304 799 24487 0 1 0 0 361 14 16 0 1 0 175842769 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24989/statm: 11889 363 245 79 0 218 0
[pid=25011] ppid=24989 vsize=21484 CPUtime=21.68
/proc/25011/stat : 25011 (minisat) R 24989 24989 24102 0 -1 4194304 5241 0 0 0 2164 4 0 0 25 0 1 0 175843150 21999616 5223 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25011/statm: 5371 5223 54 142 0 5227 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 69040

[startup+51.1369 s]
/proc/loadavg: 1.00 1.05 1.43 2/66 25011
/proc/meminfo: memFree=1724536/2055920 swapFree=4192812/4192956
[pid=24989] ppid=24987 vsize=47556 CPUtime=3.75
/proc/24989/stat : 24989 (galac.sh) S 24987 24989 24102 0 -1 4194304 799 24487 0 1 0 0 361 14 16 0 1 0 175842769 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24989/statm: 11889 363 245 79 0 218 0
[pid=25011] ppid=24989 vsize=29984 CPUtime=47.29
/proc/25011/stat : 25011 (minisat) R 24989 24989 24102 0 -1 4194304 7350 0 0 0 4723 6 0 0 25 0 1 0 175843150 30703616 7332 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 1 0 0
/proc/25011/statm: 7496 7332 54 142 0 7352 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 77540

[startup+102.374 s]
/proc/loadavg: 1.00 1.04 1.40 2/66 25011
/proc/meminfo: memFree=1713592/2055920 swapFree=4192812/4192956
[pid=24989] ppid=24987 vsize=47556 CPUtime=3.75
/proc/24989/stat : 24989 (galac.sh) S 24987 24989 24102 0 -1 4194304 799 24487 0 1 0 0 361 14 16 0 1 0 175842769 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24989/statm: 11889 363 245 79 0 218 0
[pid=25011] ppid=24989 vsize=41156 CPUtime=98.51
/proc/25011/stat : 25011 (minisat) R 24989 24989 24102 0 -1 4194304 10103 0 0 0 9842 9 0 0 25 0 1 0 175843150 42143744 10085 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/25011/statm: 10289 10085 54 142 0 10145 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 88712

[startup+162.429 s]
/proc/loadavg: 1.00 1.03 1.37 2/66 25011
/proc/meminfo: memFree=1704184/2055920 swapFree=4192812/4192956
[pid=24989] ppid=24987 vsize=47556 CPUtime=3.75
/proc/24989/stat : 24989 (galac.sh) S 24987 24989 24102 0 -1 4194304 799 24487 0 1 0 0 361 14 16 0 1 0 175842769 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24989/statm: 11889 363 245 79 0 218 0
[pid=25011] ppid=24989 vsize=50816 CPUtime=158.55
/proc/25011/stat : 25011 (minisat) R 24989 24989 24102 0 -1 4194304 12410 0 0 0 15844 11 0 0 25 0 1 0 175843150 52035584 12392 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 1 0 0
/proc/25011/statm: 12704 12392 54 142 0 12560 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 98372

[startup+222.483 s]
/proc/loadavg: 1.00 1.02 1.35 2/66 25011
/proc/meminfo: memFree=1700536/2055920 swapFree=4192812/4192956
[pid=24989] ppid=24987 vsize=47556 CPUtime=3.75
/proc/24989/stat : 24989 (galac.sh) S 24987 24989 24102 0 -1 4194304 799 24487 0 1 0 0 361 14 16 0 1 0 175842769 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24989/statm: 11889 363 245 79 0 218 0
[pid=25011] ppid=24989 vsize=54488 CPUtime=218.59
/proc/25011/stat : 25011 (minisat) R 24989 24989 24102 0 -1 4194304 13308 0 0 0 21848 11 0 0 25 0 1 0 175843150 55795712 13290 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25011/statm: 13622 13290 54 142 0 13478 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 102044

[startup+282.538 s]
/proc/loadavg: 1.00 1.02 1.32 2/66 25011
/proc/meminfo: memFree=1700472/2055920 swapFree=4192812/4192956
[pid=24989] ppid=24987 vsize=47556 CPUtime=3.75
/proc/24989/stat : 24989 (galac.sh) S 24987 24989 24102 0 -1 4194304 799 24487 0 1 0 0 361 14 16 0 1 0 175842769 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24989/statm: 11889 363 245 79 0 218 0
[pid=25011] ppid=24989 vsize=54488 CPUtime=278.63
/proc/25011/stat : 25011 (minisat) R 24989 24989 24102 0 -1 4194304 13308 0 0 0 27852 11 0 0 25 0 1 0 175843150 55795712 13290 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25011/statm: 13622 13290 54 142 0 13478 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 102044

[startup+342.589 s]
/proc/loadavg: 1.00 1.01 1.30 2/66 25011
/proc/meminfo: memFree=1700280/2055920 swapFree=4192812/4192956
[pid=24989] ppid=24987 vsize=47556 CPUtime=3.75
/proc/24989/stat : 24989 (galac.sh) S 24987 24989 24102 0 -1 4194304 799 24487 0 1 0 0 361 14 16 0 1 0 175842769 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24989/statm: 11889 363 245 79 0 218 0
[pid=25011] ppid=24989 vsize=54640 CPUtime=338.66
/proc/25011/stat : 25011 (minisat) R 24989 24989 24102 0 -1 4194304 13360 0 0 0 33855 11 0 0 25 0 1 0 175843150 55951360 13342 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529340 0 0 4096 3 0 0 0 17 1 0 0
/proc/25011/statm: 13660 13342 54 142 0 13516 0
Current children cumulated CPU time (s) 342.41
Current children cumulated vsize (KiB) 102196

[startup+402.641 s]
/proc/loadavg: 1.00 1.00 1.28 2/66 25011
/proc/meminfo: memFree=1693112/2055920 swapFree=4192812/4192956
[pid=24989] ppid=24987 vsize=47556 CPUtime=3.75
/proc/24989/stat : 24989 (galac.sh) S 24987 24989 24102 0 -1 4194304 799 24487 0 1 0 0 361 14 16 0 1 0 175842769 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24989/statm: 11889 363 245 79 0 218 0
[pid=25011] ppid=24989 vsize=62288 CPUtime=398.71
/proc/25011/stat : 25011 (minisat) R 24989 24989 24102 0 -1 4194304 15150 0 0 0 39858 13 0 0 25 0 1 0 175843150 63782912 15132 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25011/statm: 15572 15132 54 142 0 15428 0
Current children cumulated CPU time (s) 402.46
Current children cumulated vsize (KiB) 109844

[startup+462.692 s]
/proc/loadavg: 1.06 1.02 1.26 2/66 25011
/proc/meminfo: memFree=1688824/2055920 swapFree=4192812/4192956
[pid=24989] ppid=24987 vsize=47556 CPUtime=3.75
/proc/24989/stat : 24989 (galac.sh) S 24987 24989 24102 0 -1 4194304 799 24487 0 1 0 0 361 14 16 0 1 0 175842769 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24989/statm: 11889 363 245 79 0 218 0
[pid=25011] ppid=24989 vsize=66636 CPUtime=458.74
/proc/25011/stat : 25011 (minisat) R 24989 24989 24102 0 -1 4194304 16216 0 0 0 45860 14 0 0 25 0 1 0 175843150 68235264 16198 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 1 0 0
/proc/25011/statm: 16659 16198 54 142 0 16515 0
Current children cumulated CPU time (s) 462.49
Current children cumulated vsize (KiB) 114192

Child status: 0
Real time (s): 494.978
CPU time (s): 494.802
CPU user time (s): 494.496
CPU system time (s): 0.305953
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 908620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 494.496
system time used= 0.305953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41746
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= 908
involuntary context switches= 777

runsolver used 0.398939 s user time and 0.992849 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Mon Jan  8 16:40:43 UTC 2007


IDJOB= 226084
IDBENCH= 5932
FILE ID= node52/226084-1168274443

PBS_JOBID= 3483183

Free space on /tmp= 66556 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.65/rand-2-40-40-135-650-73_ext.xml
COMMAND LINE= /tmp/evaluation/226084-1168274443/galac.sh /tmp/evaluation/226084-1168274443/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-226084-1168274443 -o ROOT/results/node52/solver-226084-1168274443 -C 1800 -M 900  /tmp/evaluation/226084-1168274443/galac.sh /tmp/evaluation/226084-1168274443/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  054d03355ebf2b9c54d4b3cc1c321848

RANDOM SEED= 984199748

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.232
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.232
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:       1755656 kB
Buffers:         57820 kB
Cached:         169776 kB
SwapCached:          0 kB
Active:         114640 kB
Inactive:       128884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3344 kB
Writeback:           0 kB
Mapped:          26092 kB
Slab:            42696 kB
Committed_AS:  4047316 kB
PageTables:       1488 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= 66556 MiB



End job on node52 on Mon Jan  8 16:48:58 UTC 2007