Trace number 249081

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 57.9822 58.6317

General information on the benchmark

Nameprimes/primes-15/
primes-15-40-3-1.xml
MD5SUM7cea03b0b608af24cfe2db6d6ba30e55
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.023996
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity4
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
48.28	c start processing
48.28	c start relation processing
49.42	c start cnf exporting
57.37	c parsing time : 48.121
57.37	c preprocessing time : 57.211
57.37	
57.37	c Nary constraints - conflicts : 0 supports : 40
57.37	c Binary constraints - conflicts : 0 supports :0
57.37	c max arity constraint : 4
57.37	c Max Tuples generated 4477456
57.37	c relations : 40
57.37	c relations BDD: 40
57.37	c vars : 47567 - clauses :  259043
57.37	
57.43	 
57.43	c --- Minisat Stats ---
57.43	 
57.67	c restarts              : 2
57.67	c conflicts             : 148            (652 /sec)
57.67	c decisions             : 3293           (0.91 % random) (14509 /sec)
57.67	c propagations          : 386263         (1701862 /sec)
57.67	c conflict literals     : 2266           (4.31 % deleted)
57.67	c Memory used           : 15.32 MB
57.67	c CPU time              : 0.226965 s
57.67	
57.69	s SATISFIABLE
58.62	v 2 8 41 31 23 31 3 41 2 2 5 2 2 25 23 3 2 17 19 3 2 23 39 3 5 13 5 2 19 31 47 41 2 7 47 2 44 3 3 19 2 2 17 47 47 19 2 47 30 2 23 3 3 13 2 7 2 13 3 3 18 2 2 2 2 13 2 27 43 5 2 2 2 2 47 41 47 47 7 13 19 7 17 23 23 2 7 4 2 11 41 2 37 7 2 19 3 27 29 47

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/node11/watcher-249081-1168402445 -o ROOT/results/node11/solver-249081-1168402445 -C 1800 -M 900 /tmp/evaluation/249081-1168402445/galac.sh /tmp/evaluation/249081-1168402445/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: 2.22 2.15 2.05 5/94 24004
/proc/meminfo: memFree=1459072/2055920 swapFree=4192812/4192956
[pid=24003] ppid=24001 vsize=18540 CPUtime=0
/proc/24003/stat : 24003 (runsolver) R 24001 24003 23933 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 188639539 18984960 279 18446744073709551615 4194304 4267372 548682069088 18446744073709551615 262910045479 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24003/statm: 4635 279 244 17 0 2626 0

[startup+0.110309 s]
/proc/loadavg: 2.22 2.15 2.05 5/94 24004
/proc/meminfo: memFree=1459072/2055920 swapFree=4192812/4192956
[pid=24003] ppid=24001 vsize=47568 CPUtime=0.01
/proc/24003/stat : 24003 (galac.sh) S 24001 24003 23933 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 188639539 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24003/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.521351 s]
/proc/loadavg: 2.22 2.15 2.05 5/94 24004
/proc/meminfo: memFree=1459072/2055920 swapFree=4192812/4192956
[pid=24003] ppid=24001 vsize=47568 CPUtime=0.01
/proc/24003/stat : 24003 (galac.sh) S 24001 24003 23933 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 188639539 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24003/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.34551 s]
/proc/loadavg: 2.22 2.15 2.05 3/102 24024
/proc/meminfo: memFree=1415936/2055920 swapFree=4192812/4192956
[pid=24003] ppid=24001 vsize=47568 CPUtime=0.01
/proc/24003/stat : 24003 (galac.sh) S 24001 24003 23933 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 188639539 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24003/statm: 11892 363 245 79 0 218 0
[pid=24017] ppid=24003 vsize=861064 CPUtime=1.28
/proc/24017/stat : 24017 (java) R 24003 24003 23933 0 -1 0 12801 0 1 0 121 7 0 0 22 0 8 0 188639543 881729536 12555 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073697430 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24017/statm: 215266 12555 1987 14 0 201471 0
[pid=24017/tid=24018] ppid=24003 vsize=861064 CPUtime=0.04
/proc/24017/task/24018/stat : 24018 (java) S 24003 24003 23933 0 -1 64 3355 0 0 0 3 1 0 0 16 0 8 0 188639547 881729536 12555 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24019] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24019/stat : 24019 (java) S 24003 24003 23933 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188639547 881729536 12555 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24020] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24020/stat : 24020 (java) S 24003 24003 23933 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 188639547 881729536 12555 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24021] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24021/stat : 24021 (java) S 24003 24003 23933 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188639551 881729536 12555 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24022] ppid=24003 vsize=861064 CPUtime=0.09
/proc/24017/task/24022/stat : 24022 (java) S 24003 24003 23933 0 -1 64 885 0 0 0 8 1 0 0 19 0 8 0 188639551 881729536 12555 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24023] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24023/stat : 24023 (java) S 24003 24003 23933 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188639551 881729536 12555 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24024] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24024/stat : 24024 (java) S 24003 24003 23933 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188639551 881729536 12555 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) 908632

[startup+2.98284 s]
/proc/loadavg: 2.20 2.15 2.05 3/102 24024
/proc/meminfo: memFree=1415872/2055920 swapFree=4192812/4192956
[pid=24003] ppid=24001 vsize=47568 CPUtime=0.01
/proc/24003/stat : 24003 (galac.sh) S 24001 24003 23933 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 188639539 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24003/statm: 11892 363 245 79 0 218 0
[pid=24017] ppid=24003 vsize=861064 CPUtime=2.9
/proc/24017/stat : 24017 (java) R 24003 24003 23933 0 -1 0 12827 0 1 0 283 7 0 0 25 0 8 0 188639543 881729536 12580 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073698784 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24017/statm: 215266 12580 1989 14 0 201471 0
[pid=24017/tid=24018] ppid=24003 vsize=861064 CPUtime=0.06
/proc/24017/task/24018/stat : 24018 (java) S 24003 24003 23933 0 -1 64 3374 0 0 0 5 1 0 0 16 0 8 0 188639547 881729536 12580 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24019] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24019/stat : 24019 (java) S 24003 24003 23933 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188639547 881729536 12580 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24020] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24020/stat : 24020 (java) S 24003 24003 23933 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 188639547 881729536 12580 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24021] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24021/stat : 24021 (java) S 24003 24003 23933 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188639551 881729536 12580 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24022] ppid=24003 vsize=861064 CPUtime=0.1
/proc/24017/task/24022/stat : 24022 (java) S 24003 24003 23933 0 -1 64 888 0 0 0 9 1 0 0 16 0 8 0 188639551 881729536 12580 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24023] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24023/stat : 24023 (java) S 24003 24003 23933 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188639551 881729536 12580 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24024] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24024/stat : 24024 (java) S 24003 24003 23933 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188639551 881729536 12580 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) 908632

[startup+6.28449 s]
/proc/loadavg: 2.20 2.15 2.05 3/102 24024
/proc/meminfo: memFree=1415560/2055920 swapFree=4192812/4192956
[pid=24003] ppid=24001 vsize=47568 CPUtime=0.01
/proc/24003/stat : 24003 (galac.sh) S 24001 24003 23933 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 188639539 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24003/statm: 11892 363 245 79 0 218 0
[pid=24017] ppid=24003 vsize=861064 CPUtime=6.18
/proc/24017/stat : 24017 (java) R 24003 24003 23933 0 -1 0 12864 0 1 0 610 8 0 0 25 0 8 0 188639543 881729536 12613 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073697462 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24017/statm: 215266 12613 1989 14 0 201471 0
[pid=24017/tid=24018] ppid=24003 vsize=861064 CPUtime=0.16
/proc/24017/task/24018/stat : 24018 (java) S 24003 24003 23933 0 -1 64 3404 0 0 0 15 1 0 0 16 0 8 0 188639547 881729536 12613 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24019] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24019/stat : 24019 (java) S 24003 24003 23933 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188639547 881729536 12613 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24020] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24020/stat : 24020 (java) S 24003 24003 23933 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 188639547 881729536 12613 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24021] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24021/stat : 24021 (java) S 24003 24003 23933 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188639551 881729536 12613 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24022] ppid=24003 vsize=861064 CPUtime=0.1
/proc/24017/task/24022/stat : 24022 (java) S 24003 24003 23933 0 -1 64 891 0 0 0 9 1 0 0 16 0 8 0 188639551 881729536 12613 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24023] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24023/stat : 24023 (java) S 24003 24003 23933 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188639551 881729536 12613 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24024] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24024/stat : 24024 (java) S 24003 24003 23933 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188639551 881729536 12613 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 908632

[startup+12.7618 s]
/proc/loadavg: 2.17 2.14 2.05 3/102 24024
/proc/meminfo: memFree=1414984/2055920 swapFree=4192812/4192956
[pid=24003] ppid=24001 vsize=47568 CPUtime=0.01
/proc/24003/stat : 24003 (galac.sh) S 24001 24003 23933 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 188639539 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24003/statm: 11892 363 245 79 0 218 0
[pid=24017] ppid=24003 vsize=861064 CPUtime=12.59
/proc/24017/stat : 24017 (java) R 24003 24003 23933 0 -1 0 13014 0 1 0 1251 8 0 0 25 0 8 0 188639543 881729536 12757 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073697538 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24017/statm: 215266 12757 1989 14 0 201471 0
[pid=24017/tid=24018] ppid=24003 vsize=861064 CPUtime=0.28
/proc/24017/task/24018/stat : 24018 (java) S 24003 24003 23933 0 -1 64 3547 0 0 0 27 1 0 0 16 0 8 0 188639547 881729536 12757 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24019] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24019/stat : 24019 (java) S 24003 24003 23933 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188639547 881729536 12757 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24020] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24020/stat : 24020 (java) S 24003 24003 23933 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 188639547 881729536 12757 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24021] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24021/stat : 24021 (java) S 24003 24003 23933 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188639551 881729536 12757 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24022] ppid=24003 vsize=861064 CPUtime=0.11
/proc/24017/task/24022/stat : 24022 (java) S 24003 24003 23933 0 -1 64 892 0 0 0 10 1 0 0 16 0 8 0 188639551 881729536 12757 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24023] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24023/stat : 24023 (java) S 24003 24003 23933 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188639551 881729536 12757 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24024] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24024/stat : 24024 (java) S 24003 24003 23933 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188639551 881729536 12757 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 908632

[startup+25.6283 s]
/proc/loadavg: 2.14 2.14 2.05 3/102 24024
/proc/meminfo: memFree=1413896/2055920 swapFree=4192812/4192956
[pid=24003] ppid=24001 vsize=47568 CPUtime=0.01
/proc/24003/stat : 24003 (galac.sh) S 24001 24003 23933 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 188639539 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24003/statm: 11892 363 245 79 0 218 0
[pid=24017] ppid=24003 vsize=861064 CPUtime=25.34
/proc/24017/stat : 24017 (java) R 24003 24003 23933 0 -1 0 13172 0 1 0 2526 8 0 0 25 0 8 0 188639543 881729536 12907 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073700519 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24017/statm: 215266 12907 1989 14 0 201471 0
[pid=24017/tid=24018] ppid=24003 vsize=861064 CPUtime=0.49
/proc/24017/task/24018/stat : 24018 (java) S 24003 24003 23933 0 -1 64 3696 0 0 0 48 1 0 0 16 0 8 0 188639547 881729536 12907 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24019] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24019/stat : 24019 (java) S 24003 24003 23933 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188639547 881729536 12907 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24020] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24020/stat : 24020 (java) S 24003 24003 23933 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 188639547 881729536 12907 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24021] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24021/stat : 24021 (java) S 24003 24003 23933 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188639551 881729536 12907 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24022] ppid=24003 vsize=861064 CPUtime=0.11
/proc/24017/task/24022/stat : 24022 (java) S 24003 24003 23933 0 -1 64 893 0 0 0 10 1 0 0 16 0 8 0 188639551 881729536 12907 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24023] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24023/stat : 24023 (java) S 24003 24003 23933 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188639551 881729536 12907 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24024] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24024/stat : 24024 (java) S 24003 24003 23933 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188639551 881729536 12907 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 908632

[startup+51.2614 s]
/proc/loadavg: 2.09 2.12 2.05 3/102 24024
/proc/meminfo: memFree=1361800/2055920 swapFree=4192812/4192956
[pid=24003] ppid=24001 vsize=47568 CPUtime=0.01
/proc/24003/stat : 24003 (galac.sh) S 24001 24003 23933 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 188639539 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 262909651802 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24003/statm: 11892 363 245 79 0 218 0
[pid=24017] ppid=24003 vsize=861064 CPUtime=50.73
/proc/24017/stat : 24017 (java) R 24003 24003 23933 0 -1 0 25995 0 1 0 5058 15 0 0 25 0 8 0 188639543 881729536 25705 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073690535 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24017/statm: 215266 25705 2014 14 0 201471 0
[pid=24017/tid=24018] ppid=24003 vsize=861064 CPUtime=1.3
/proc/24017/task/24018/stat : 24018 (java) S 24003 24003 23933 0 -1 64 10048 0 0 0 126 4 0 0 16 0 8 0 188639547 881729536 25705 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24019] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24019/stat : 24019 (java) S 24003 24003 23933 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188639547 881729536 25705 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24020] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24020/stat : 24020 (java) S 24003 24003 23933 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 188639547 881729536 25705 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24021] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24021/stat : 24021 (java) S 24003 24003 23933 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188639551 881729536 25705 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24022] ppid=24003 vsize=861064 CPUtime=0.21
/proc/24017/task/24022/stat : 24022 (java) S 24003 24003 23933 0 -1 64 949 0 0 0 20 1 0 0 16 0 8 0 188639551 881729536 25705 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24023] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24023/stat : 24023 (java) S 24003 24003 23933 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188639551 881729536 25705 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24017/tid=24024] ppid=24003 vsize=861064 CPUtime=0
/proc/24017/task/24024/stat : 24024 (java) S 24003 24003 23933 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188639551 881729536 25705 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 908632

Child status: 0
Real time (s): 58.6317
CPU time (s): 57.9822
CPU user time (s): 57.6262
CPU system time (s): 0.355945
CPU usage (%): 98.8923
Max. virtual memory (cumulated for all children) (KiB): 908728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.6262
system time used= 0.355945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48187
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= 2922
involuntary context switches= 5608

runsolver used 0.101984 s user time and 0.183972 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Wed Jan 10 04:14:05 UTC 2007


IDJOB= 249081
IDBENCH= 11756
FILE ID= node11/249081-1168402445

PBS_JOBID= 3523090

Free space on /tmp= 66552 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-15/primes-15-40-3-1.xml
COMMAND LINE= /tmp/evaluation/249081-1168402445/galac.sh /tmp/evaluation/249081-1168402445/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-249081-1168402445 -o ROOT/results/node11/solver-249081-1168402445 -C 1800 -M 900  /tmp/evaluation/249081-1168402445/galac.sh /tmp/evaluation/249081-1168402445/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  7cea03b0b608af24cfe2db6d6ba30e55

RANDOM SEED= 795216199

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.261
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.261
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:       1459552 kB
Buffers:         50320 kB
Cached:         362712 kB
SwapCached:          0 kB
Active:         276152 kB
Inactive:       244208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1459552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3024 kB
Writeback:           0 kB
Mapped:         135116 kB
Slab:            60512 kB
Committed_AS:  7438868 kB
PageTables:       2572 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= 66552 MiB



End job on node11 on Wed Jan 10 04:15:05 UTC 2007