Trace number 1078929

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 zitoUNSAT 1397.94 1412.13

DiagnosticValue
CHECKS3717400

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg7-8_ext.xml
MD5SUMe777e34182c011980e94d27efe00f0f0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark81.6896
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints15
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension15
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.25	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.18/0.25	c Parsing = 1
0.18/0.25	c Building = 1
0.18/0.25	c [ NumberOfVariables = 56 ]
0.18/0.25	c [ NumberOfConstraints = 15 ]
0.18/0.25	c [ SizeOfSearchSpace(log2) = 263.225 ]
0.18/0.25	c SymmetrySearch = 1
0.38/0.44	c InitialPropagation = 1
0.38/0.44	c [ SizeOfSearchSpace(log2) = 258.201 ]
0.38/0.44	c InitialSAC = 1
1.08/1.12	c [ SizeOfSearchSpace(log2) = 258.201 ]
1.08/1.12	c Search(SampleFF) : 
91.07/91.93	c [ Sampling domwdeg ]
91.07/91.93	c [ Sampling impacts ]
91.07/91.93	c [ SamplingScores: ]
91.07/91.93	c [ domwdeg+min = 1.1026e-05 | domwdeg+rnd = 0.00804804 ]
91.07/91.93	c [ impacts+min = 2.01463e-05 | impacts+rnd = 0.00347752 ]
91.07/91.93	c [ la+min = 0 | la+rnd = 0 ]
91.07/91.93	c [ domwdeg = 0.00402953 | impacts = 0.00174883 | la = 0 ]
91.07/91.93	c [ min = 1.03908e-05 | rand = 0.00174883 ]
91.07/91.93	c [ restarting at (3.96356,7.12029e-05) ]
101.57/102.56	c [ restarting at (9.9089,0.00341047) ]
127.94/129.12	c [ restarting at (24.7722,0.00381976) ]
193.63/195.50	c [ restarting at (61.9306,0.0133757) ]
358.19/361.45	c [ restarting at (154.827,0.0236653) ]
505.80/510.38	c [ restarting at (387.066,0.0458968) ]
1397.90/1412.12	c Search(SampleFF) = 0
1397.90/1412.12	s UNSATISFIABLE
1397.90/1412.12	d CHECKS 3717404
1397.90/1412.12	c [ TotalFails = 53416 ]
1397.90/1412.12	c [ NumberOfRestarts = 74 ]
1397.90/1412.12	c [ TotalTime = 1.0349e+06 secs ]

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1078929-1215208691/watcher-1078929-1215208691 -o /tmp/evaluation-result-1078929-1215208691/solver-1078929-1215208691 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1078929-1215208691.xml 262264194 

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.00 2.00 2.00 4/82 544
/proc/meminfo: memFree=1481184/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=18572 CPUtime=0
/proc/544/stat : 544 (runsolver) R 542 544 352 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1550545376 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/544/statm: 4643 292 257 25 0 2626 0

[startup+0.0975571 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 544
/proc/meminfo: memFree=1481184/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=103864 CPUtime=0.08
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 1713 0 0 0 7 1 0 0 18 0 1 0 1550545376 106356736 1673 996147200 134512640 135472138 4294956224 18446744073709551615 134629253 0 0 4096 0 0 0 0 17 1 0 0
/proc/544/statm: 25966 1673 432 234 0 24668 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 103864

[startup+0.101552 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 544
/proc/meminfo: memFree=1481184/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=104128 CPUtime=0.09
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 1781 0 0 0 8 1 0 0 18 0 1 0 1550545376 106627072 1741 996147200 134512640 135472138 4294956224 18446744073709551615 134634225 0 0 4096 0 0 0 0 17 1 0 0
/proc/544/statm: 26032 1741 432 234 0 24734 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 104128

[startup+0.301598 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 544
/proc/meminfo: memFree=1481184/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=119588 CPUtime=0.28
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 4661 0 0 0 26 2 0 0 19 0 1 0 1550545376 122458112 4621 996147200 134512640 135472138 4294956224 18446744073709551615 134627587 0 0 4096 0 0 0 0 17 1 0 0
/proc/544/statm: 29897 4621 435 234 0 28599 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 119588

[startup+0.701671 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 544
/proc/meminfo: memFree=1481184/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=0.68
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6402 0 0 0 65 3 0 0 23 0 1 0 1550545376 102301696 905 996147200 134512640 135472138 4294956224 18446744073709551615 134585100 0 0 4096 0 0 0 0 17 1 0 0
/proc/544/statm: 24976 905 457 234 0 23678 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99904

[startup+1.50182 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 545
/proc/meminfo: memFree=1479256/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=1.47
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6549 0 0 0 144 3 0 0 25 0 1 0 1550545376 102301696 1052 996147200 134512640 135472138 4294956224 18446744073709551615 134605045 0 0 4096 0 0 0 0 17 1 0 0
/proc/544/statm: 24976 1052 476 234 0 23678 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 99904

[startup+3.10113 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 545
/proc/meminfo: memFree=1478552/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=3.06
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6570 0 0 0 303 3 0 0 25 0 1 0 1550545376 102301696 1073 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/544/statm: 24976 1073 476 234 0 23678 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 99904

[startup+6.30174 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 545
/proc/meminfo: memFree=1478296/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=6.23
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6581 0 0 0 620 3 0 0 25 0 1 0 1550545376 102301696 1084 996147200 134512640 135472138 4294956224 18446744073709551615 134605024 0 0 4096 0 0 0 0 17 1 0 0
/proc/544/statm: 24976 1084 476 234 0 23678 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 99904

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 545
/proc/meminfo: memFree=1471384/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=12.57
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6586 0 0 0 1254 3 0 0 25 0 1 0 1550545376 102301696 1089 996147200 134512640 135472138 4294956224 18446744073709551615 134616417 0 0 4096 0 0 0 0 17 1 0 0
/proc/544/statm: 24976 1089 476 234 0 23678 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 99904

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 545
/proc/meminfo: memFree=1471384/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=25.26
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6590 0 0 0 2523 3 0 0 25 0 1 0 1550545376 102301696 1093 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/544/statm: 24976 1093 476 234 0 23678 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 99904

[startup+51.1013 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 545
/proc/meminfo: memFree=1471512/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=50.63
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6592 0 0 0 5060 3 0 0 25 0 1 0 1550545376 102301696 1095 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/544/statm: 24976 1095 478 234 0 23678 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 99904

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 545
/proc/meminfo: memFree=1463256/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=101.37
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6603 0 0 0 10134 3 0 0 25 0 1 0 1550545376 102301696 1106 996147200 134512640 135472138 4294956224 18446744073709551615 134585092 0 0 4096 0 0 0 0 17 1 0 0
/proc/544/statm: 24976 1106 479 234 0 23678 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 99904

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 545
/proc/meminfo: memFree=1449304/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=160.85
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6631 0 0 0 16081 4 0 0 25 0 1 0 1550545376 102301696 1134 996147200 134512640 135472138 4294956224 18446744073709551615 134604941 0 0 4096 0 0 0 0 17 1 0 0
/proc/544/statm: 24976 1134 479 234 0 23678 0
Current children cumulated CPU time (s) 160.85
Current children cumulated vsize (KiB) 99904

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 550
/proc/meminfo: memFree=1428760/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=220.3
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6631 0 0 0 22025 5 0 0 25 0 1 0 1550545376 102301696 1134 996147200 134512640 135472138 4294956224 18446744073709551615 134585028 0 0 4096 0 0 0 0 17 1 0 0
/proc/544/statm: 24976 1134 479 234 0 23678 0
Current children cumulated CPU time (s) 220.3
Current children cumulated vsize (KiB) 99904

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 550
/proc/meminfo: memFree=1418584/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=279.78
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6631 0 0 0 27973 5 0 0 25 0 1 0 1550545376 102301696 1134 996147200 134512640 135472138 4294956224 18446744073709551615 134585028 0 0 4096 0 0 0 0 17 1 0 0
/proc/544/statm: 24976 1134 479 234 0 23678 0
Current children cumulated CPU time (s) 279.78
Current children cumulated vsize (KiB) 99904

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 550
/proc/meminfo: memFree=1410584/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=339.26
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6631 0 0 0 33921 5 0 0 25 0 1 0 1550545376 102301696 1134 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/544/statm: 24976 1134 479 234 0 23678 0
Current children cumulated CPU time (s) 339.26
Current children cumulated vsize (KiB) 99904

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 550
/proc/meminfo: memFree=1402456/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=398.73
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6631 0 0 0 39867 6 0 0 25 0 1 0 1550545376 102301696 1134 996147200 134512640 135472138 4294956224 18446744073709551615 134585305 0 0 4096 0 0 0 0 17 1 0 0
/proc/544/statm: 24976 1134 479 234 0 23678 0
Current children cumulated CPU time (s) 398.73
Current children cumulated vsize (KiB) 99904

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 550
/proc/meminfo: memFree=1394584/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=458.22
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6644 0 0 0 45816 6 0 0 25 0 1 0 1550545376 102301696 1147 996147200 134512640 135472138 4294956224 18446744073709551615 134616417 0 0 4096 0 0 0 0 17 1 0 0
/proc/544/statm: 24976 1147 479 234 0 23678 0
Current children cumulated CPU time (s) 458.22
Current children cumulated vsize (KiB) 99904

[startup+522.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 552
/proc/meminfo: memFree=1476952/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=517.77
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6644 0 0 0 51771 6 0 0 25 0 1 0 1550545376 102301696 1147 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/544/statm: 24976 1147 479 234 0 23678 0
Current children cumulated CPU time (s) 517.77
Current children cumulated vsize (KiB) 99904

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 552
/proc/meminfo: memFree=1454552/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=577.71
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6644 0 0 0 57765 6 0 0 25 0 1 0 1550545376 102301696 1147 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/544/statm: 24976 1147 479 234 0 23678 0
Current children cumulated CPU time (s) 577.71
Current children cumulated vsize (KiB) 99904

[startup+642.302 s]
/proc/loadavg: 2.33 2.08 2.02 3/84 627
/proc/meminfo: memFree=1044816/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=636.61
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6644 0 0 0 63654 7 0 0 25 0 1 0 1550545376 102301696 1147 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 1 0 0
/proc/544/statm: 24976 1147 479 234 0 23678 0
Current children cumulated CPU time (s) 636.61
Current children cumulated vsize (KiB) 99904


################
# More data... #
################

/proc/meminfo: memFree=1028360/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=751.13
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6646 0 0 0 75104 9 0 0 25 0 1 0 1550545376 102301696 1149 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/544/statm: 24976 1149 479 234 0 23678 0
Current children cumulated CPU time (s) 751.13
Current children cumulated vsize (KiB) 99904

[startup+822.301 s]
/proc/loadavg: 1.98 2.08 2.03 3/74 1021
/proc/meminfo: memFree=1731736/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=810.82
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6662 0 0 0 81069 13 0 0 25 0 1 0 1550545376 102301696 1165 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 0 0 0
/proc/544/statm: 24976 1165 479 234 0 23678 0
Current children cumulated CPU time (s) 810.82
Current children cumulated vsize (KiB) 99904

[startup+882.302 s]
/proc/loadavg: 1.99 2.07 2.03 3/74 1021
/proc/meminfo: memFree=1727128/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=870.54
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6662 0 0 0 87041 13 0 0 25 0 1 0 1550545376 102301696 1165 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/544/statm: 24976 1165 479 234 0 23678 0
Current children cumulated CPU time (s) 870.54
Current children cumulated vsize (KiB) 99904

[startup+942.301 s]
/proc/loadavg: 1.99 2.05 2.02 3/74 1021
/proc/meminfo: memFree=1723928/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=930.26
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6662 0 0 0 93013 13 0 0 25 0 1 0 1550545376 102301696 1165 996147200 134512640 135472138 4294956224 18446744073709551615 134605017 0 0 4096 0 0 0 0 17 0 0 0
/proc/544/statm: 24976 1165 479 234 0 23678 0
Current children cumulated CPU time (s) 930.26
Current children cumulated vsize (KiB) 99904

[startup+1002.3 s]
/proc/loadavg: 1.99 2.04 2.02 3/74 1021
/proc/meminfo: memFree=1721304/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=989.98
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6662 0 0 0 98985 13 0 0 25 0 1 0 1550545376 102301696 1165 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/544/statm: 24976 1165 479 234 0 23678 0
Current children cumulated CPU time (s) 989.98
Current children cumulated vsize (KiB) 99904

[startup+1062.3 s]
/proc/loadavg: 1.99 2.03 2.01 3/74 1021
/proc/meminfo: memFree=1719064/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=1049.7
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6662 0 0 0 104957 13 0 0 25 0 1 0 1550545376 102301696 1165 996147200 134512640 135472138 4294956224 18446744073709551615 134577882 0 0 4096 0 0 0 0 17 0 0 0
/proc/544/statm: 24976 1165 479 234 0 23678 0
Current children cumulated CPU time (s) 1049.7
Current children cumulated vsize (KiB) 99904

[startup+1122.3 s]
/proc/loadavg: 1.99 2.02 2.00 3/74 1021
/proc/meminfo: memFree=1716376/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=1109.44
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6662 0 0 0 110930 14 0 0 25 0 1 0 1550545376 102301696 1165 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/544/statm: 24976 1165 479 234 0 23678 0
Current children cumulated CPU time (s) 1109.44
Current children cumulated vsize (KiB) 99904

[startup+1182.3 s]
/proc/loadavg: 1.99 2.02 2.00 3/74 1021
/proc/meminfo: memFree=1713560/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=1169.16
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6668 0 0 0 116902 14 0 0 25 0 1 0 1550545376 102301696 1171 996147200 134512640 135472138 4294956224 18446744073709551615 134604868 0 0 4096 0 0 0 0 17 0 0 0
/proc/544/statm: 24976 1171 479 234 0 23678 0
Current children cumulated CPU time (s) 1169.16
Current children cumulated vsize (KiB) 99904

[startup+1242.3 s]
/proc/loadavg: 1.99 2.01 2.00 3/74 1021
/proc/meminfo: memFree=1709528/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=1228.88
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6689 0 0 0 122874 14 0 0 25 0 1 0 1550545376 102301696 1192 996147200 134512640 135472138 4294956224 18446744073709551615 135266760 0 0 4096 0 0 0 0 17 0 0 0
/proc/544/statm: 24976 1192 479 234 0 23678 0
Current children cumulated CPU time (s) 1228.88
Current children cumulated vsize (KiB) 99904

[startup+1302.3 s]
/proc/loadavg: 1.99 2.01 2.00 3/74 1021
/proc/meminfo: memFree=1707288/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=1288.6
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6697 0 0 0 128846 14 0 0 25 0 1 0 1550545376 102301696 1200 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/544/statm: 24976 1200 479 234 0 23678 0
Current children cumulated CPU time (s) 1288.6
Current children cumulated vsize (KiB) 99904

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 1021
/proc/meminfo: memFree=1705240/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=1348.32
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6697 0 0 0 134818 14 0 0 25 0 1 0 1550545376 102301696 1200 996147200 134512640 135472138 4294956224 18446744073709551615 134605040 0 0 4096 0 0 0 0 17 0 0 0
/proc/544/statm: 24976 1200 479 234 0 23678 0
Current children cumulated CPU time (s) 1348.32
Current children cumulated vsize (KiB) 99904

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

[startup+1382.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 1021
/proc/meminfo: memFree=1704664/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=1368.24
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6697 0 0 0 136810 14 0 0 25 0 1 0 1550545376 102301696 1200 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/544/statm: 24976 1200 479 234 0 23678 0
Current children cumulated CPU time (s) 1368.24
Current children cumulated vsize (KiB) 99904

[startup+1395.1 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 1021
/proc/meminfo: memFree=1704152/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=1380.97
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6697 0 0 0 138083 14 0 0 25 0 1 0 1550545376 102301696 1200 996147200 134512640 135472138 4294956224 18446744073709551615 134605045 0 0 4096 0 0 0 0 17 0 0 0
/proc/544/statm: 24976 1200 479 234 0 23678 0
Current children cumulated CPU time (s) 1380.97
Current children cumulated vsize (KiB) 99904

[startup+1401.5 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 1021
/proc/meminfo: memFree=1703896/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=1387.34
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6697 0 0 0 138720 14 0 0 25 0 1 0 1550545376 102301696 1200 996147200 134512640 135472138 4294956224 18446744073709551615 134605008 0 0 4096 0 0 0 0 17 0 0 0
/proc/544/statm: 24976 1200 479 234 0 23678 0
Current children cumulated CPU time (s) 1387.34
Current children cumulated vsize (KiB) 99904

[startup+1407.9 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 1021
/proc/meminfo: memFree=1703640/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=1393.72
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6697 0 0 0 139358 14 0 0 25 0 1 0 1550545376 102301696 1200 996147200 134512640 135472138 4294956224 18446744073709551615 134617632 0 0 4096 0 0 0 0 17 0 0 0
/proc/544/statm: 24976 1200 479 234 0 23678 0
Current children cumulated CPU time (s) 1393.72
Current children cumulated vsize (KiB) 99904

[startup+1409.5 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 1021
/proc/meminfo: memFree=1703576/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=1395.31
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6697 0 0 0 139517 14 0 0 25 0 1 0 1550545376 102301696 1200 996147200 134512640 135472138 4294956224 18446744073709551615 134604986 0 0 4096 0 0 0 0 17 0 0 0
/proc/544/statm: 24976 1200 479 234 0 23678 0
Current children cumulated CPU time (s) 1395.31
Current children cumulated vsize (KiB) 99904

[startup+1411.1 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 1021
/proc/meminfo: memFree=1703512/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=1396.91
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6697 0 0 0 139677 14 0 0 25 0 1 0 1550545376 102301696 1200 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 0 0 0
/proc/544/statm: 24976 1200 479 234 0 23678 0
Current children cumulated CPU time (s) 1396.91
Current children cumulated vsize (KiB) 99904

[startup+1411.9 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 1021
/proc/meminfo: memFree=1703448/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=1397.7
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6697 0 0 0 139756 14 0 0 25 0 1 0 1550545376 102301696 1200 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/544/statm: 24976 1200 479 234 0 23678 0
Current children cumulated CPU time (s) 1397.7
Current children cumulated vsize (KiB) 99904

[startup+1412.1 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 1021
/proc/meminfo: memFree=1703448/2055920 swapFree=4114104/4192956
[pid=544] ppid=542 vsize=99904 CPUtime=1397.9
/proc/544/stat : 544 (casperzito) R 542 544 352 0 -1 4194304 6697 0 0 0 139776 14 0 0 25 0 1 0 1550545376 102301696 1200 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/544/statm: 24976 1200 479 234 0 23678 0
Current children cumulated CPU time (s) 1397.9
Current children cumulated vsize (KiB) 99904

Child status: 0
Real time (s): 1412.13
CPU time (s): 1397.94
CPU user time (s): 1397.79
CPU system time (s): 0.149977
CPU usage (%): 98.9954
Max. virtual memory (cumulated for all children) (KiB): 124124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1397.79
system time used= 0.149977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6700
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= 24561

runsolver used 1.49477 second user time and 3.79342 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-04 23:58:11
IDJOB=1078929
IDBENCH=56851
IDSOLVER=362
FILE ID=node9/1078929-1215208691
PBS_JOBID= 7881742
Free space on /tmp= 66492 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg7-8_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078929-1215208691/watcher-1078929-1215208691 -o /tmp/evaluation-result-1078929-1215208691/solver-1078929-1215208691 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1078929-1215208691.xml 262264194 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e777e34182c011980e94d27efe00f0f0
RANDOM SEED=262264194

node9.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.265
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.265
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:       1481664 kB
Buffers:         18856 kB
Cached:         166736 kB
SwapCached:      73012 kB
Active:         475292 kB
Inactive:        44940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1481664 kB
SwapTotal:     4192956 kB
SwapFree:      4114104 kB
Dirty:            5332 kB
Writeback:           0 kB
Mapped:         351240 kB
Slab:            38516 kB
Committed_AS:  3293532 kB
PageTables:       2656 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= 66536 MiB
End job on node9 at 2008-07-05 00:21:44