Trace number 195680

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 1SAT 47.9967 48.1172

General information on the benchmark

Namerlfap/rlfapGraphs/
graph3.xml
MD5SUMf0c949ffa0da092754c2bc905a431545
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.418935
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables200
Number of constraints1134
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1134
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
32.12	c start processing
32.12	c start relation processing
32.40	c start cnf exporting
46.65	c parsing time : 31.969
46.65	c preprocessing time : 46.5
46.65	
46.65	c Nary constraints - conflicts : 0 supports : 0
46.65	c Binary constraints - conflicts : 772 supports :362
46.65	c max arity constraint : 2
46.65	c Max Tuples generated 1936
46.65	c relations : 657
46.65	c relations BDD: 0
46.65	c vars : 7821 - clauses :  439821
46.65	
46.67	 
46.67	c --- Minisat Stats ---
46.67	 
46.97	c restarts              : 2
46.97	c conflicts             : 196            (745 /sec)
46.97	c decisions             : 1681           (0.95 % random) (6393 /sec)
46.97	c propagations          : 59351          (225704 /sec)
46.97	c conflict literals     : 12025          (17.53 % deleted)
46.97	c Memory used           : 19.32 MB
46.97	c CPU time              : 0.26296 s
46.97	
46.97	s SATISFIABLE
48.11	v 498 736 554 792 254 16 282 44 554 792 540 778 254 16 254 16 526 764 338 100 414 652 310 72 498 736 498 736 512 750 268 30 380 142 554 792 484 722 16 254 414 652 498 736 470 708 338 100 764 526 268 30 540 778 750 512 498 736 254 16 282 44 428 666 456 694 512 750 428 666 554 792 310 72 470 708 442 680 414 652 484 722 442 680 414 652 30 268 484 722 428 666 282 44 142 380 428 666 44 282 778 540 554 792 484 722 338 100 708 470 30 268 394 156 58 296 540 778 268 30 526 764 428 666 554 792 324 86 324 86 282 44 470 708 554 792 526 764 722 484 498 736 72 310 30 268 484 722 540 778 456 694 414 652 708 470 428 666 442 680 484 722 128 366 498 736 296 58 540 778 268 30 324 86 268 30 58 296 778 540 526 764 498 736 296 58 254 16 282 44 296 58 456 694 268 30 526 764 428 666

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node61/watcher-195680-1168113369 -o ROOT/results/node61/solver-195680-1168113369 -C 1800 -M 900 /tmp/evaluation/195680-1168113369/galac.sh /tmp/evaluation/195680-1168113369/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.24 1.22 1.55 2/68 18925
/proc/meminfo: memFree=1248968/2055920 swapFree=4192812/4192956
[pid=18924] ppid=18921 vsize=8652 CPUtime=0
/proc/18924/stat : 18924 (galac.sh) R 18921 18924 18663 0 -1 4194304 335 0 0 0 0 0 0 0 18 0 1 0 159735109 8859648 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406507167 0 65538 4096 73728 0 0 0 17 0 0 0
/proc/18924/statm: 2163 279 207 79 0 156 0
[pid=18926] ppid=18924 vsize=8688 CPUtime=0
/proc/18926/stat : 18926 (galac.sh) R 18924 18924 18663 0 -1 4194368 26 0 0 0 0 0 0 0 18 0 1 0 159735110 8896512 285 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 4276174 0 0 4096 73728 0 0 0 17 0 0 0
/proc/18926/statm: 2172 286 209 79 0 165 0

[startup+0.103262 s]
/proc/loadavg: 1.24 1.22 1.55 2/68 18925
/proc/meminfo: memFree=1248968/2055920 swapFree=4192812/4192956
[pid=18924] ppid=18921 vsize=47560 CPUtime=0.01
/proc/18924/stat : 18924 (galac.sh) S 18921 18924 18663 0 -1 4194304 761 1704 0 0 0 1 0 0 18 0 1 0 159735109 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18924/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.513333 s]
/proc/loadavg: 1.24 1.22 1.55 2/68 18925
/proc/meminfo: memFree=1248968/2055920 swapFree=4192812/4192956
[pid=18924] ppid=18921 vsize=47560 CPUtime=0.01
/proc/18924/stat : 18924 (galac.sh) S 18921 18924 18663 0 -1 4194304 761 1704 0 0 0 1 0 0 18 0 1 0 159735109 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18924/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33447 s]
/proc/loadavg: 1.24 1.22 1.55 2/76 18947
/proc/meminfo: memFree=1209480/2055920 swapFree=4192812/4192956
[pid=18924] ppid=18921 vsize=47560 CPUtime=0.01
/proc/18924/stat : 18924 (galac.sh) S 18921 18924 18663 0 -1 4194304 761 1704 0 0 0 1 0 0 18 0 1 0 159735109 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18924/statm: 11890 363 245 79 0 218 0
[pid=18939] ppid=18924 vsize=861012 CPUtime=1.28
/proc/18939/stat : 18939 (java) S 18924 18924 18663 0 -1 0 12018 0 1 0 122 6 0 0 16 0 8 0 159735113 881676288 11739 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18939/statm: 215253 11739 1994 14 0 201458 0
[pid=18939/tid=18941] ppid=18924 vsize=861012 CPUtime=0.73
/proc/18939/task/18941/stat : 18941 (java) R 18924 18924 18663 0 -1 64 3552 0 0 0 72 1 0 0 17 0 8 0 159735116 881676288 11739 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155525058 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18942] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18942/stat : 18942 (java) S 18924 18924 18663 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 159735117 881676288 11739 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18943] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18943/stat : 18943 (java) S 18924 18924 18663 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 159735117 881676288 11739 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18944] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18944/stat : 18944 (java) S 18924 18924 18663 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159735120 881676288 11739 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18945] ppid=18924 vsize=861012 CPUtime=0.11
/proc/18939/task/18945/stat : 18945 (java) S 18924 18924 18663 0 -1 64 916 0 0 0 11 0 0 0 16 0 8 0 159735120 881676288 11739 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18946] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18946/stat : 18946 (java) S 18924 18924 18663 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 159735120 881676288 11739 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18947] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18947/stat : 18947 (java) S 18924 18924 18663 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159735120 881676288 11739 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908572

[startup+2.97176 s]
/proc/loadavg: 1.24 1.22 1.55 2/76 18947
/proc/meminfo: memFree=1208264/2055920 swapFree=4192812/4192956
[pid=18924] ppid=18921 vsize=47560 CPUtime=0.01
/proc/18924/stat : 18924 (galac.sh) S 18921 18924 18663 0 -1 4194304 761 1704 0 0 0 1 0 0 18 0 1 0 159735109 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18924/statm: 11890 363 245 79 0 218 0
[pid=18939] ppid=18924 vsize=861012 CPUtime=2.9
/proc/18939/stat : 18939 (java) S 18924 18924 18663 0 -1 0 12501 0 1 0 283 7 0 0 16 0 8 0 159735113 881676288 12161 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18939/statm: 215253 12161 1994 14 0 201458 0
[pid=18939/tid=18941] ppid=18924 vsize=861012 CPUtime=2.22
/proc/18939/task/18941/stat : 18941 (java) R 18924 18924 18663 0 -1 64 3946 0 0 0 220 2 0 0 17 0 8 0 159735116 881676288 12161 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153985334 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18942] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18942/stat : 18942 (java) S 18924 18924 18663 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 159735117 881676288 12161 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18943] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18943/stat : 18943 (java) S 18924 18924 18663 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 159735117 881676288 12161 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18944] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18944/stat : 18944 (java) S 18924 18924 18663 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159735120 881676288 12161 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18945] ppid=18924 vsize=861012 CPUtime=0.16
/proc/18939/task/18945/stat : 18945 (java) S 18924 18924 18663 0 -1 64 944 0 0 0 15 1 0 0 16 0 8 0 159735120 881676288 12161 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18946] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18946/stat : 18946 (java) S 18924 18924 18663 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 159735120 881676288 12161 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18947] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18947/stat : 18947 (java) S 18924 18924 18663 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159735120 881676288 12161 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 908572

[startup+6.17233 s]
/proc/loadavg: 1.30 1.23 1.55 2/76 19157
/proc/meminfo: memFree=1202824/2055920 swapFree=4192812/4192956
[pid=18924] ppid=18921 vsize=47560 CPUtime=0.01
/proc/18924/stat : 18924 (galac.sh) S 18921 18924 18663 0 -1 4194304 761 1704 0 0 0 1 0 0 18 0 1 0 159735109 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18924/statm: 11890 363 245 79 0 218 0
[pid=18939] ppid=18924 vsize=861012 CPUtime=6.1
/proc/18939/stat : 18939 (java) S 18924 18924 18663 0 -1 0 13075 0 1 0 601 9 0 0 15 0 8 0 159735113 881676288 12635 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18939/statm: 215253 12635 1994 14 0 201458 0
[pid=18939/tid=18941] ppid=18924 vsize=861012 CPUtime=5.24
/proc/18939/task/18941/stat : 18941 (java) R 18924 18924 18663 0 -1 64 4398 0 0 0 521 3 0 0 18 0 8 0 159735116 881676288 12635 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4154035704 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18939/tid=18942] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18942/stat : 18942 (java) S 18924 18924 18663 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 159735117 881676288 12635 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18943] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18943/stat : 18943 (java) S 18924 18924 18663 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 159735117 881676288 12635 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18944] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18944/stat : 18944 (java) S 18924 18924 18663 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159735120 881676288 12635 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18945] ppid=18924 vsize=861012 CPUtime=0.2
/proc/18939/task/18945/stat : 18945 (java) S 18924 18924 18663 0 -1 64 966 0 0 0 19 1 0 0 16 0 8 0 159735120 881676288 12635 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18939/tid=18946] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18946/stat : 18946 (java) S 18924 18924 18663 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 159735120 881676288 12635 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18947] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18947/stat : 18947 (java) S 18924 18924 18663 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159735120 881676288 12635 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 908572

[startup+12.6545 s]
/proc/loadavg: 1.28 1.23 1.55 2/76 19173
/proc/meminfo: memFree=1201608/2055920 swapFree=4192812/4192956
[pid=18924] ppid=18921 vsize=47560 CPUtime=0.01
/proc/18924/stat : 18924 (galac.sh) S 18921 18924 18663 0 -1 4194304 761 1704 0 0 0 1 0 0 18 0 1 0 159735109 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18924/statm: 11890 363 245 79 0 218 0
[pid=18939] ppid=18924 vsize=861012 CPUtime=12.57
/proc/18939/stat : 18939 (java) S 18924 18924 18663 0 -1 0 14189 0 1 0 1246 11 0 0 16 0 8 0 159735113 881676288 13588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18939/statm: 215253 13588 1994 14 0 201458 0
[pid=18939/tid=18941] ppid=18924 vsize=861012 CPUtime=11.42
/proc/18939/task/18941/stat : 18941 (java) R 18924 18924 18663 0 -1 64 5323 0 0 0 1137 5 0 0 17 0 8 0 159735116 881676288 13588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155222438 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18939/tid=18942] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18942/stat : 18942 (java) S 18924 18924 18663 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 159735117 881676288 13588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18943] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18943/stat : 18943 (java) S 18924 18924 18663 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 159735117 881676288 13588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18944] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18944/stat : 18944 (java) S 18924 18924 18663 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159735120 881676288 13588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18945] ppid=18924 vsize=861012 CPUtime=0.24
/proc/18939/task/18945/stat : 18945 (java) S 18924 18924 18663 0 -1 64 994 0 0 0 23 1 0 0 16 0 8 0 159735120 881676288 13588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18939/tid=18946] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18946/stat : 18946 (java) S 18924 18924 18663 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 159735120 881676288 13588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18947] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18947/stat : 18947 (java) S 18924 18924 18663 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159735120 881676288 13588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 908572

[startup+25.5315 s]
/proc/loadavg: 1.37 1.25 1.55 3/89 19234
/proc/meminfo: memFree=1147808/2055920 swapFree=4192812/4192956
[pid=18924] ppid=18921 vsize=47560 CPUtime=0.01
/proc/18924/stat : 18924 (galac.sh) S 18921 18924 18663 0 -1 4194304 761 1704 0 0 0 1 0 0 18 0 1 0 159735109 48701440 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 246406114138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/18924/statm: 11890 363 245 79 0 218 0
[pid=18939] ppid=18924 vsize=861012 CPUtime=25.44
/proc/18939/stat : 18939 (java) S 18924 18924 18663 0 -1 0 15976 0 1 0 2530 14 0 0 15 0 8 0 159735113 881676288 15158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18939/statm: 215253 15158 1994 14 0 201458 0
[pid=18939/tid=18941] ppid=18924 vsize=861012 CPUtime=23.81
/proc/18939/task/18941/stat : 18941 (java) R 18924 18924 18663 0 -1 64 6867 0 0 0 2374 7 0 0 25 0 8 0 159735116 881676288 15158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4154022593 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18939/tid=18942] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18942/stat : 18942 (java) S 18924 18924 18663 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 159735117 881676288 15158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18943] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18943/stat : 18943 (java) S 18924 18924 18663 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 159735117 881676288 15158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18944] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18944/stat : 18944 (java) S 18924 18924 18663 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 159735120 881676288 15158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18945] ppid=18924 vsize=861012 CPUtime=0.29
/proc/18939/task/18945/stat : 18945 (java) S 18924 18924 18663 0 -1 64 1020 0 0 0 28 1 0 0 15 0 8 0 159735120 881676288 15158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18939/tid=18946] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18946/stat : 18946 (java) S 18924 18924 18663 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 159735120 881676288 15158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18939/tid=18947] ppid=18924 vsize=861012 CPUtime=0
/proc/18939/task/18947/stat : 18947 (java) S 18924 18924 18663 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159735120 881676288 15158 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 908572

Child status: 0
Real time (s): 48.1172
CPU time (s): 47.9967
CPU user time (s): 47.5558
CPU system time (s): 0.440932
CPU usage (%): 99.7496
Max. virtual memory (cumulated for all children) (KiB): 908800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.5558
system time used= 0.440932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42090
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4461
involuntary context switches= 2908

runsolver used 0.050992 s user time and 0.175973 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Sat Jan  6 19:56:11 UTC 2007


IDJOB= 195680
IDBENCH= 3294
FILE ID= node61/195680-1168113369

PBS_JOBID= 3477406

Free space on /tmp= 66507 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapGraphs/graph3.xml
COMMAND LINE= /tmp/evaluation/195680-1168113369/galac.sh /tmp/evaluation/195680-1168113369/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-195680-1168113369 -o ROOT/results/node61/solver-195680-1168113369 -C 1800 -M 900  /tmp/evaluation/195680-1168113369/galac.sh /tmp/evaluation/195680-1168113369/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  f0c949ffa0da092754c2bc905a431545

RANDOM SEED= 83407714

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	: 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.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:       1247848 kB
Buffers:         55612 kB
Cached:         647440 kB
SwapCached:          0 kB
Active:         161892 kB
Inactive:       561496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1247848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4920 kB
Writeback:           0 kB
Mapped:          30504 kB
Slab:            70552 kB
Committed_AS:  3175692 kB
PageTables:       1588 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= 66506 MiB



End job on node61 on Sat Jan  6 19:57:04 UTC 2007