Trace number 195309

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 51.7311 52.5487

General information on the benchmark

Namerlfap/rlfapGraphsMod/
graph12-w1.xml
MD5SUM7c8029410baee1f1657d07c027e6707b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.423934
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables680
Number of constraints1148
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1148
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
32.79	c start processing
32.79	c start relation processing
33.06	c start cnf exporting
51.51	c parsing time : 32.625
51.51	c preprocessing time : 51.352
51.51	
51.51	c Nary constraints - conflicts : 0 supports : 0
51.51	c Binary constraints - conflicts : 540 supports :608
51.51	c max arity constraint : 2
51.51	c Max Tuples generated 1936
51.51	c relations : 676
51.51	c relations BDD: 0
51.51	c vars : 25565 - clauses :  779312
51.51	
51.58	 
51.58	c --- Minisat Stats ---
51.58	 
52.02	c restarts              : 1
52.02	c conflicts             : 20             (50 /sec)
52.02	c decisions             : 1079           (1.85 % random) (2718 /sec)
52.02	c propagations          : 10011          (25220 /sec)
52.02	c conflict literals     : 379            (13.86 % deleted)
52.02	c Memory used           : 32.99 MB
52.02	c CPU time              : 0.396939 s
52.02	
52.02	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/node33/watcher-195309-1168112746 -o ROOT/results/node33/solver-195309-1168112746 -C 1800 -M 900 /tmp/evaluation/195309-1168112746/galac.sh /tmp/evaluation/195309-1168112746/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.85 1.11 1.51 7/74 19632
/proc/meminfo: memFree=1370000/2055920 swapFree=4192224/4192956
[pid=19631] ppid=19624 vsize=648 CPUtime=0
/proc/19631/stat : 19631 (galac.sh) R 19624 19631 19506 0 -1 4194304 34 0 0 0 0 0 0 0 20 0 1 0 159668694 663552 18 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210821465957 0 0 4096 0 0 0 0 17 0 0 0
/proc/19631/statm: 163 25 18 79 0 53 0

[startup+0.106051 s]
/proc/loadavg: 0.85 1.11 1.51 7/74 19632
/proc/meminfo: memFree=1370000/2055920 swapFree=4192224/4192956
[pid=19631] ppid=19624 vsize=47568 CPUtime=0.01
/proc/19631/stat : 19631 (galac.sh) S 19624 19631 19506 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 159668694 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19631/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.514136 s]
/proc/loadavg: 0.85 1.11 1.51 7/74 19632
/proc/meminfo: memFree=1370000/2055920 swapFree=4192224/4192956
[pid=19631] ppid=19624 vsize=47568 CPUtime=0.01
/proc/19631/stat : 19631 (galac.sh) S 19624 19631 19506 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 159668694 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19631/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.34131 s]
/proc/loadavg: 1.10 1.15 1.53 5/89 19660
/proc/meminfo: memFree=1318544/2055920 swapFree=4192224/4192956
[pid=19631] ppid=19624 vsize=47568 CPUtime=0.01
/proc/19631/stat : 19631 (galac.sh) S 19624 19631 19506 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 159668694 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19631/statm: 11892 363 245 79 0 218 0
[pid=19646] ppid=19631 vsize=861012 CPUtime=1.29
/proc/19646/stat : 19646 (java) S 19631 19631 19506 0 -1 0 12044 0 1 0 121 8 0 0 16 0 8 0 159668698 881676288 11773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19646/statm: 215253 11773 1994 14 0 201458 0
[pid=19646/tid=19650] ppid=19631 vsize=861012 CPUtime=0.61
/proc/19646/task/19650/stat : 19650 (java) R 19631 19631 19506 0 -1 64 3496 0 0 0 60 1 0 0 20 0 8 0 159668702 881676288 11773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153789620 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19651] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19651/stat : 19651 (java) S 19631 19631 19506 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 159668702 881676288 11773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19652] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19652/stat : 19652 (java) S 19631 19631 19506 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 159668702 881676288 11773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19657] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19657/stat : 19657 (java) S 19631 19631 19506 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159668705 881676288 11773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19658] ppid=19631 vsize=861012 CPUtime=0.19
/proc/19646/task/19658/stat : 19658 (java) S 19631 19631 19506 0 -1 64 968 0 0 0 18 1 0 0 16 0 8 0 159668705 881676288 11773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19659] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19659/stat : 19659 (java) S 19631 19631 19506 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159668705 881676288 11773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19660] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19660/stat : 19660 (java) S 19631 19631 19506 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159668705 881676288 11773 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 908580

[startup+2.98296 s]
/proc/loadavg: 1.10 1.15 1.53 3/89 19660
/proc/meminfo: memFree=1312144/2055920 swapFree=4192224/4192956
[pid=19631] ppid=19624 vsize=47568 CPUtime=0.01
/proc/19631/stat : 19631 (galac.sh) S 19624 19631 19506 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 159668694 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19631/statm: 11892 363 245 79 0 218 0
[pid=19646] ppid=19631 vsize=861012 CPUtime=2.93
/proc/19646/stat : 19646 (java) S 19631 19631 19506 0 -1 0 12418 0 1 0 285 8 0 0 15 0 8 0 159668698 881676288 12086 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19646/statm: 215253 12086 1994 14 0 201458 0
[pid=19646/tid=19650] ppid=19631 vsize=861012 CPUtime=2.15
/proc/19646/task/19650/stat : 19650 (java) R 19631 19631 19506 0 -1 64 3799 0 0 0 213 2 0 0 25 0 8 0 159668702 881676288 12086 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153835736 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19651] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19651/stat : 19651 (java) S 19631 19631 19506 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 159668702 881676288 12086 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19652] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19652/stat : 19652 (java) S 19631 19631 19506 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 159668702 881676288 12086 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19657] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19657/stat : 19657 (java) S 19631 19631 19506 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159668705 881676288 12086 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19658] ppid=19631 vsize=861012 CPUtime=0.2
/proc/19646/task/19658/stat : 19658 (java) S 19631 19631 19506 0 -1 64 978 0 0 0 19 1 0 0 16 0 8 0 159668705 881676288 12086 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19659] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19659/stat : 19659 (java) S 19631 19631 19506 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159668705 881676288 12086 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19660] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19660/stat : 19660 (java) S 19631 19631 19506 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159668705 881676288 12086 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 908580

[startup+6.18531 s]
/proc/loadavg: 1.10 1.15 1.53 2/76 19669
/proc/meminfo: memFree=1327416/2055920 swapFree=4192224/4192956
[pid=19631] ppid=19624 vsize=47568 CPUtime=0.01
/proc/19631/stat : 19631 (galac.sh) S 19624 19631 19506 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 159668694 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19631/statm: 11892 363 245 79 0 218 0
[pid=19646] ppid=19631 vsize=861012 CPUtime=6.12
/proc/19646/stat : 19646 (java) S 19631 19631 19506 0 -1 0 13097 0 1 0 602 10 0 0 16 0 8 0 159668698 881676288 12664 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19646/statm: 215253 12664 1994 14 0 201458 0
[pid=19646/tid=19650] ppid=19631 vsize=861012 CPUtime=5.15
/proc/19646/task/19650/stat : 19650 (java) R 19631 19631 19506 0 -1 64 4363 0 0 0 512 3 0 0 18 0 8 0 159668702 881676288 12664 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4154022744 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19646/tid=19651] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19651/stat : 19651 (java) S 19631 19631 19506 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 159668702 881676288 12664 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19652] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19652/stat : 19652 (java) S 19631 19631 19506 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 159668702 881676288 12664 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19657] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19657/stat : 19657 (java) S 19631 19631 19506 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159668705 881676288 12664 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19658] ppid=19631 vsize=861012 CPUtime=0.23
/proc/19646/task/19658/stat : 19658 (java) S 19631 19631 19506 0 -1 64 992 0 0 0 22 1 0 0 16 0 8 0 159668705 881676288 12664 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19659] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19659/stat : 19659 (java) S 19631 19631 19506 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159668705 881676288 12664 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19660] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19660/stat : 19660 (java) S 19631 19631 19506 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159668705 881676288 12664 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 908580

[startup+12.6696 s]
/proc/loadavg: 1.08 1.15 1.52 4/89 19715
/proc/meminfo: memFree=1297824/2055920 swapFree=4192224/4192956
[pid=19631] ppid=19624 vsize=47568 CPUtime=0.01
/proc/19631/stat : 19631 (galac.sh) S 19624 19631 19506 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 159668694 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19631/statm: 11892 363 245 79 0 218 0
[pid=19646] ppid=19631 vsize=861012 CPUtime=12.59
/proc/19646/stat : 19646 (java) S 19631 19631 19506 0 -1 0 14394 0 1 0 1247 12 0 0 15 0 8 0 159668698 881676288 13804 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19646/statm: 215253 13804 1994 14 0 201458 0
[pid=19646/tid=19650] ppid=19631 vsize=861012 CPUtime=11.3
/proc/19646/task/19650/stat : 19650 (java) R 19631 19631 19506 0 -1 64 5458 0 0 0 1125 5 0 0 25 0 8 0 159668702 881676288 13804 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155206669 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19646/tid=19651] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19651/stat : 19651 (java) S 19631 19631 19506 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 159668702 881676288 13804 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19652] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19652/stat : 19652 (java) S 19631 19631 19506 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 159668702 881676288 13804 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19657] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19657/stat : 19657 (java) S 19631 19631 19506 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159668705 881676288 13804 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19658] ppid=19631 vsize=861012 CPUtime=0.3
/proc/19646/task/19658/stat : 19658 (java) S 19631 19631 19506 0 -1 64 1037 0 0 0 29 1 0 0 16 0 8 0 159668705 881676288 13804 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19646/tid=19659] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19659/stat : 19659 (java) S 19631 19631 19506 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159668705 881676288 13804 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19660] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19660/stat : 19660 (java) S 19631 19631 19506 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159668705 881676288 13804 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 908580

[startup+25.5463 s]
/proc/loadavg: 1.30 1.19 1.53 3/90 19723
/proc/meminfo: memFree=1076192/2055920 swapFree=4192224/4192956
[pid=19631] ppid=19624 vsize=47568 CPUtime=0.01
/proc/19631/stat : 19631 (galac.sh) S 19624 19631 19506 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 159668694 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19631/statm: 11892 363 245 79 0 218 0
[pid=19646] ppid=19631 vsize=861012 CPUtime=25.41
/proc/19646/stat : 19646 (java) S 19631 19631 19506 0 -1 0 16181 0 1 0 2526 15 0 0 15 0 8 0 159668698 881676288 15363 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19646/statm: 215253 15363 1994 14 0 201458 0
[pid=19646/tid=19650] ppid=19631 vsize=861012 CPUtime=23.67
/proc/19646/task/19650/stat : 19650 (java) R 19631 19631 19506 0 -1 64 6997 0 0 0 2359 8 0 0 25 0 8 0 159668702 881676288 15363 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155772450 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19646/tid=19651] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19651/stat : 19651 (java) S 19631 19631 19506 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 159668702 881676288 15363 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19652] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19652/stat : 19652 (java) S 19631 19631 19506 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 159668702 881676288 15363 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19657] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19657/stat : 19657 (java) S 19631 19631 19506 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159668705 881676288 15363 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19658] ppid=19631 vsize=861012 CPUtime=0.34
/proc/19646/task/19658/stat : 19658 (java) S 19631 19631 19506 0 -1 64 1057 0 0 0 33 1 0 0 15 0 8 0 159668705 881676288 15363 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19646/tid=19659] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19659/stat : 19659 (java) S 19631 19631 19506 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159668705 881676288 15363 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19660] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19660/stat : 19660 (java) S 19631 19631 19506 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159668705 881676288 15363 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 908580

[startup+51.1996 s]
/proc/loadavg: 2.62 1.51 1.62 2/91 19724
/proc/meminfo: memFree=586968/2055920 swapFree=4192224/4192956
[pid=19631] ppid=19624 vsize=47568 CPUtime=0.01
/proc/19631/stat : 19631 (galac.sh) S 19624 19631 19506 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 159668694 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19631/statm: 11892 363 245 79 0 218 0
[pid=19646] ppid=19631 vsize=861012 CPUtime=50.91
/proc/19646/stat : 19646 (java) R 19631 19631 19506 0 -1 0 26284 0 1 0 5061 30 0 0 17 0 8 0 159668698 881676288 25330 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073960331 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19646/statm: 215253 25330 2016 14 0 201458 0
[pid=19646/tid=19650] ppid=19631 vsize=861012 CPUtime=30.84
/proc/19646/task/19650/stat : 19650 (java) S 19631 19631 19506 0 -1 64 9511 0 0 0 3073 11 0 0 16 0 8 0 159668702 881676288 25330 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19646/tid=19651] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19651/stat : 19651 (java) S 19631 19631 19506 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 159668702 881676288 25330 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19652] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19652/stat : 19652 (java) S 19631 19631 19506 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 159668702 881676288 25330 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19657] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19657/stat : 19657 (java) S 19631 19631 19506 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159668705 881676288 25330 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19658] ppid=19631 vsize=861012 CPUtime=0.45
/proc/19646/task/19658/stat : 19658 (java) S 19631 19631 19506 0 -1 64 1111 0 0 0 43 2 0 0 16 0 8 0 159668705 881676288 25330 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19659] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19659/stat : 19659 (java) S 19631 19631 19506 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159668705 881676288 25330 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19646/tid=19660] ppid=19631 vsize=861012 CPUtime=0
/proc/19646/task/19660/stat : 19660 (java) S 19631 19631 19506 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159668705 881676288 25330 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 908580

Child status: 0
Real time (s): 52.5487
CPU time (s): 51.7311
CPU user time (s): 51.3312
CPU system time (s): 0.399939
CPU usage (%): 98.4442
Max. virtual memory (cumulated for all children) (KiB): 908580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.3312
system time used= 0.399939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37045
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= 3829
involuntary context switches= 3695

runsolver used 0.069989 s user time and 0.164974 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Sat Jan  6 19:45:47 UTC 2007


IDJOB= 195309
IDBENCH= 3261
FILE ID= node33/195309-1168112746

PBS_JOBID= 3477375

Free space on /tmp= 66553 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapGraphsMod/graph12-w1.xml
COMMAND LINE= /tmp/evaluation/195309-1168112746/galac.sh /tmp/evaluation/195309-1168112746/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-195309-1168112746 -o ROOT/results/node33/solver-195309-1168112746 -C 1800 -M 900  /tmp/evaluation/195309-1168112746/galac.sh /tmp/evaluation/195309-1168112746/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  7c8029410baee1f1657d07c027e6707b

RANDOM SEED= 628592820

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.281
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.281
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:       1371160 kB
Buffers:         49048 kB
Cached:         534080 kB
SwapCached:        448 kB
Active:          82068 kB
Inactive:       520940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1371160 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:            3632 kB
Writeback:           0 kB
Mapped:          29376 kB
Slab:            67412 kB
Committed_AS:  2752396 kB
PageTables:       1636 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= 65940 MiB



End job on node33 on Sat Jan  6 19:46:42 UTC 2007