Trace number 1078430

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
casper zitoSAT 561.014 566.261

DiagnosticValue
CHECKS5000560

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-48_ext.xml
MD5SUMc9572e5d84204b6b8183d5a18c16a5d4
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.9793
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.10	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.10	c Parsing = 1
0.00/0.16	c Building = 1
0.00/0.20	c [ NumberOfVariables = 20 ]
0.00/0.20	c [ NumberOfConstraints = 58 ]
0.00/0.20	c [ SizeOfSearchSpace(log2) = 86.4386 ]
0.00/0.20	c SymmetrySearch = 1
0.68/0.77	c InitialPropagation = 1
0.68/0.77	c [ SizeOfSearchSpace(log2) = 86.4386 ]
0.68/0.77	c InitialSAC = 1
0.78/0.89	c [ SizeOfSearchSpace(log2) = 86.4386 ]
0.78/0.89	c Search(SampleFF) : 
75.88/76.65	c [ Sampling domwdeg ]
75.88/76.65	c [ Sampling impacts ]
75.88/76.65	c [ SamplingScores: ]
75.88/76.65	c [ domwdeg+min = 0.000127209 | domwdeg+rnd = 0.000265892 ]
75.88/76.65	c [ impacts+min = 0.000242057 | impacts+rnd = 0.000157501 ]
75.88/76.65	c [ la+min = 0 | la+rnd = 0 ]
75.88/76.65	c [ domwdeg = 0.00019655 | impacts = 0.000199779 | la = 0 ]
75.88/76.65	c [ min = 0.000123088 | rand = 0.000199779 ]
75.88/76.65	c [ restarting at (3.96356,0.001625) ]
86.38/87.27	c [ restarting at (9.9089,0.00281255) ]
112.73/113.84	c [ restarting at (24.7722,0.00771906) ]
178.52/180.22	c [ restarting at (61.9306,0.0125194) ]
342.89/346.17	c [ restarting at (154.827,0.0679566) ]
560.95/566.25	c Search(SampleFF) = 1
560.95/566.25	s SATISFIABLE
560.95/566.25	v 8 16 11 4 17 11 2 0 7 14 3 3 0 4 2 12 9 4 6 2
560.95/566.25	d CHECKS 5000560
560.95/566.25	c [ TotalFails = 49727 ]
560.95/566.25	c [ NumberOfRestarts = 73 ]
560.95/566.25	c [ TotalTime = 528.259 secs ]

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078430-1215206794/watcher-1078430-1215206794 -o /tmp/evaluation-result-1078430-1215206794/solver-1078430-1215206794 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1078430-1215206794.xml 996130471 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.01 2.00 4/73 30531
/proc/meminfo: memFree=1789104/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=5100 CPUtime=0
/proc/30531/stat : 30531 (casperzito) D 30529 30531 26708 0 -1 4194304 94 0 0 0 0 0 0 0 18 0 1 0 1999652422 5222400 74 996147200 134512640 135472138 4294956192 18446744073709551615 11957028 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/30531/statm: 1275 74 51 234 0 25 0

[startup+0.286408 s]
/proc/loadavg: 2.05 2.01 2.00 4/73 30531
/proc/meminfo: memFree=1789104/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=117340 CPUtime=0.27
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 4599 0 0 0 26 1 0 0 19 0 1 0 1999652422 120156160 4559 996147200 134512640 135472138 4294956192 18446744073709551615 134629241 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 29335 4559 432 234 0 28037 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 117340

[startup+0.301401 s]
/proc/loadavg: 2.05 2.01 2.00 4/73 30531
/proc/meminfo: memFree=1789104/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=118792 CPUtime=0.28
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 4951 0 0 0 27 1 0 0 19 0 1 0 1999652422 121643008 4911 996147200 134512640 135472138 4294956192 18446744073709551615 134641358 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 29698 4911 432 234 0 28400 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 118792

[startup+0.401417 s]
/proc/loadavg: 2.05 2.01 2.00 4/73 30531
/proc/meminfo: memFree=1789104/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=128032 CPUtime=0.39
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 7253 0 0 0 37 2 0 0 20 0 1 0 1999652422 131104768 7213 996147200 134512640 135472138 4294956192 18446744073709551615 134629026 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 32008 7213 432 234 0 30710 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 128032

[startup+0.701439 s]
/proc/loadavg: 2.05 2.01 2.00 4/73 30531
/proc/meminfo: memFree=1789104/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=149992 CPUtime=0.68
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 10951 0 0 0 65 3 0 0 23 0 1 0 1999652422 153591808 10842 996147200 134512640 135472138 4294956192 18446744073709551615 134535632 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 37498 10842 439 234 0 36200 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 149992

[startup+1.50152 s]
/proc/loadavg: 2.05 2.01 2.00 3/74 30532
/proc/meminfo: memFree=1779304/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=1.47
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 11514 0 0 0 143 4 0 0 25 0 1 0 1999652422 111775744 2920 996147200 134512640 135472138 4294956192 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 2920 476 234 0 25991 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 109156

[startup+3.10266 s]
/proc/loadavg: 2.05 2.01 2.00 4/74 30532
/proc/meminfo: memFree=1778792/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=3.06
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 11528 0 0 0 302 4 0 0 25 0 1 0 1999652422 111775744 2934 996147200 134512640 135472138 4294956192 18446744073709551615 134605024 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 2934 476 234 0 25991 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 109156

[startup+6.30194 s]
/proc/loadavg: 2.04 2.01 2.00 3/74 30532
/proc/meminfo: memFree=1778536/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=6.22
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 11538 0 0 0 618 4 0 0 25 0 1 0 1999652422 111775744 2944 996147200 134512640 135472138 4294956192 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 2944 476 234 0 25991 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 109156

[startup+12.7015 s]
/proc/loadavg: 2.04 2.01 2.00 3/74 30532
/proc/meminfo: memFree=1777896/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=12.57
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 11575 0 0 0 1252 5 0 0 25 0 1 0 1999652422 111775744 2981 996147200 134512640 135472138 4294956192 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 2981 476 234 0 25991 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 109156

[startup+25.5066 s]
/proc/loadavg: 2.03 2.01 2.00 3/74 30532
/proc/meminfo: memFree=1777000/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=25.26
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 11658 0 0 0 2521 5 0 0 25 0 1 0 1999652422 111775744 3064 996147200 134512640 135472138 4294956192 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 3064 476 234 0 25991 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 109156

[startup+51.1019 s]
/proc/loadavg: 2.02 2.01 2.00 3/74 30532
/proc/meminfo: memFree=1775336/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=50.61
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 11720 0 0 0 5056 5 0 0 25 0 1 0 1999652422 111775744 3126 996147200 134512640 135472138 4294956192 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 3126 478 234 0 25991 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 109156

[startup+102.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/74 30532
/proc/meminfo: memFree=1771624/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=101.34
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 11949 0 0 0 10129 5 0 0 25 0 1 0 1999652422 111775744 3355 996147200 134512640 135472138 4294956192 18446744073709551615 134604992 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 3355 479 234 0 25991 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 109156

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30532
/proc/meminfo: memFree=1767400/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=160.79
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 11950 0 0 0 16074 5 0 0 25 0 1 0 1999652422 111775744 3356 996147200 134512640 135472138 4294956192 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 3356 479 234 0 25991 0
Current children cumulated CPU time (s) 160.79
Current children cumulated vsize (KiB) 109156

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30532
/proc/meminfo: memFree=1764200/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=220.24
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 11969 0 0 0 22018 6 0 0 25 0 1 0 1999652422 111775744 3375 996147200 134512640 135472138 4294956192 18446744073709551615 134604873 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 3375 479 234 0 25991 0
Current children cumulated CPU time (s) 220.24
Current children cumulated vsize (KiB) 109156

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30532
/proc/meminfo: memFree=1761192/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=279.68
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 11998 0 0 0 27962 6 0 0 25 0 1 0 1999652422 111775744 3404 996147200 134512640 135472138 4294956192 18446744073709551615 134604871 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 3404 479 234 0 25991 0
Current children cumulated CPU time (s) 279.68
Current children cumulated vsize (KiB) 109156

[startup+342.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30532
/proc/meminfo: memFree=1758184/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=339.13
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 12109 0 0 0 33907 6 0 0 25 0 1 0 1999652422 111775744 3515 996147200 134512640 135472138 4294956192 18446744073709551615 134585164 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 3515 479 234 0 25991 0
Current children cumulated CPU time (s) 339.13
Current children cumulated vsize (KiB) 109156

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30532
/proc/meminfo: memFree=1753128/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=398.57
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 12109 0 0 0 39851 6 0 0 25 0 1 0 1999652422 111775744 3515 996147200 134512640 135472138 4294956192 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 3515 479 234 0 25991 0
Current children cumulated CPU time (s) 398.57
Current children cumulated vsize (KiB) 109156

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30533
/proc/meminfo: memFree=1747240/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=458
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 12109 0 0 0 45794 6 0 0 25 0 1 0 1999652422 111775744 3515 996147200 134512640 135472138 4294956192 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 3515 479 234 0 25991 0
Current children cumulated CPU time (s) 458
Current children cumulated vsize (KiB) 109156

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30534
/proc/meminfo: memFree=1742120/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=517.45
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 12109 0 0 0 51739 6 0 0 25 0 1 0 1999652422 111775744 3515 996147200 134512640 135472138 4294956192 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 3515 479 234 0 25991 0
Current children cumulated CPU time (s) 517.45
Current children cumulated vsize (KiB) 109156

Solver just ended. Dumping a history of the last processes samples

[startup+537.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30534
/proc/meminfo: memFree=1741032/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=532.71
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 12109 0 0 0 53265 6 0 0 25 0 1 0 1999652422 111775744 3515 996147200 134512640 135472138 4294956192 18446744073709551615 134585089 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 3515 479 234 0 25991 0
Current children cumulated CPU time (s) 532.71
Current children cumulated vsize (KiB) 109156

[startup+550.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30534
/proc/meminfo: memFree=1739880/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=545.38
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 12109 0 0 0 54532 6 0 0 25 0 1 0 1999652422 111775744 3515 996147200 134512640 135472138 4294956192 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 3515 479 234 0 25991 0
Current children cumulated CPU time (s) 545.38
Current children cumulated vsize (KiB) 109156

[startup+556.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30534
/proc/meminfo: memFree=1739432/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=551.74
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 12109 0 0 0 55167 7 0 0 25 0 1 0 1999652422 111775744 3515 996147200 134512640 135472138 4294956192 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 3515 479 234 0 25991 0
Current children cumulated CPU time (s) 551.74
Current children cumulated vsize (KiB) 109156

[startup+560.107 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30534
/proc/meminfo: memFree=1739240/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=554.91
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 12109 0 0 0 55484 7 0 0 25 0 1 0 1999652422 111775744 3515 996147200 134512640 135472138 4294956192 18446744073709551615 134604915 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 3515 479 234 0 25991 0
Current children cumulated CPU time (s) 554.91
Current children cumulated vsize (KiB) 109156

[startup+563.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30534
/proc/meminfo: memFree=1738984/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=558.08
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 12109 0 0 0 55801 7 0 0 25 0 1 0 1999652422 111775744 3515 996147200 134512640 135472138 4294956192 18446744073709551615 134604953 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 3515 479 234 0 25991 0
Current children cumulated CPU time (s) 558.08
Current children cumulated vsize (KiB) 109156

[startup+564.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30534
/proc/meminfo: memFree=1738920/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=559.66
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 12109 0 0 0 55959 7 0 0 25 0 1 0 1999652422 111775744 3515 996147200 134512640 135472138 4294956192 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 3515 479 234 0 25991 0
Current children cumulated CPU time (s) 559.66
Current children cumulated vsize (KiB) 109156

[startup+565.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30534
/proc/meminfo: memFree=1738856/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=560.45
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 12109 0 0 0 56038 7 0 0 25 0 1 0 1999652422 111775744 3515 996147200 134512640 135472138 4294956192 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 3515 479 234 0 25991 0
Current children cumulated CPU time (s) 560.45
Current children cumulated vsize (KiB) 109156

[startup+566.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30534
/proc/meminfo: memFree=1738856/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=560.85
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 12109 0 0 0 56078 7 0 0 25 0 1 0 1999652422 111775744 3515 996147200 134512640 135472138 4294956192 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 3515 479 234 0 25991 0
Current children cumulated CPU time (s) 560.85
Current children cumulated vsize (KiB) 109156

[startup+566.201 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 30534
/proc/meminfo: memFree=1738856/2055920 swapFree=4180688/4192956
[pid=30531] ppid=30529 vsize=109156 CPUtime=560.95
/proc/30531/stat : 30531 (casperzito) R 30529 30531 26708 0 -1 4194304 12109 0 0 0 56088 7 0 0 25 0 1 0 1999652422 111775744 3515 996147200 134512640 135472138 4294956192 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 1 0 0
/proc/30531/statm: 27289 3515 479 234 0 25991 0
Current children cumulated CPU time (s) 560.95
Current children cumulated vsize (KiB) 109156

Child status: 0
Real time (s): 566.261
CPU time (s): 561.014
CPU user time (s): 560.939
CPU system time (s): 0.074988
CPU usage (%): 99.0733
Max. virtual memory (cumulated for all children) (KiB): 149992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 560.939
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12112
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16
involuntary context switches= 12471

runsolver used 0.838872 second user time and 1.69074 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-04 23:26:34
IDJOB=1078430
IDBENCH=56790
IDSOLVER=362
FILE ID=node41/1078430-1215206794
PBS_JOBID= 7881632
Free space on /tmp= 66144 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-48_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078430-1215206794/watcher-1078430-1215206794 -o /tmp/evaluation-result-1078430-1215206794/solver-1078430-1215206794 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1078430-1215206794.xml 996130471 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c9572e5d84204b6b8183d5a18c16a5d4
RANDOM SEED=996130471

node41.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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:       1789584 kB
Buffers:         14400 kB
Cached:         134160 kB
SwapCached:       5936 kB
Active:         154468 kB
Inactive:        61584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789584 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            4120 kB
Writeback:           0 kB
Mapped:          74060 kB
Slab:            35728 kB
Committed_AS:  3638128 kB
PageTables:       1820 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= 66144 MiB
End job on node41 at 2008-07-04 23:36:00