Trace number 247569

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
sugar 0.40SAT 7.21 7.79019

General information on the benchmark

Namedriver/
driverlogw-08c-sat_ext.xml
MD5SUM8b25863ec1a64da50b68b253e58bf6f2
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.533918
SatisfiableYES
(Un)Satisfiability was proved
Number of variables408
Number of constraints9321
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension9321
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/247569-1170109793/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/247569-1170109793/unknown.xml [Mon Jan 29 23:29:53 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/247569-1170109793/unknown.xml /tmp/evaluation/247569-1170109793/sugar25489.csp [Mon Jan 29 23:29:53 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/247569-1170109793/sugar-v0-40.jar -convert /tmp/evaluation/247569-1170109793/unknown.xml /tmp/evaluation/247569-1170109793/sugar25489.csp
0.15	c BEGIN convert /tmp/evaluation/247569-1170109793/unknown.xml
0.96	c END convert (0.806642 seconds)
1.00	c # CONVERT_XML  END : /tmp/evaluation/247569-1170109793/sugar25489.csp 1324569 bytes (1 seconds) [Mon Jan 29 23:29:54 2007]
1.00	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
1.00	
1.00	c # GENERATE_SAT  BEGIN : /tmp/evaluation/247569-1170109793/sugar25489.bcnf [Mon Jan 29 23:29:54 2007]
1.00	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/247569-1170109793/sugar-v0-40.jar -bcnf -map /tmp/evaluation/247569-1170109793/sugar25489.map /tmp/evaluation/247569-1170109793/sugar25489.csp /tmp/evaluation/247569-1170109793/sugar25489.bcnf
1.11	c BEGIN parse /tmp/evaluation/247569-1170109793/sugar25489.csp
6.29	c END parse (5.181803 seconds)
6.29	c BEGIN simplify
6.33	c END simplify (0.040814 seconds)
6.33	c BEGIN encode /tmp/evaluation/247569-1170109793/sugar25489.bcnf
6.70	c END encode (0.364108 seconds)
6.94	c # GENERATE_SAT  END : 19277 variables 67796 clauses 1732388 bytes (6 seconds) [Mon Jan 29 23:30:00 2007]
6.94	c # GENERATE_SAT  CPU : 5.89 = 0.17 + 0.02 + 5.55 + 0.15
6.94	
6.94	c # SOLVE_SAT  BEGIN : /tmp/evaluation/247569-1170109793/sugar25489.bcnf [Mon Jan 29 23:30:00 2007]
6.94	c # CMD : /tmp/evaluation/247569-1170109793/minisat /tmp/evaluation/247569-1170109793/sugar25489.bcnf /tmp/evaluation/247569-1170109793/sugar25489.out
7.00	c ==================================[MINISAT]===================================
7.00	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
7.00	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
7.00	c ==============================================================================
7.00	c |         0 |   67796   365295 |   22598       0        0     nan |  0.000 % |
7.02	c |       100 |   67807   365295 |   24857      89      593     6.7 |  0.000 % |
7.06	c |       250 |   67827   365271 |   27343     197     1295     6.6 |  0.073 % |
7.12	c |       476 |   67874   365271 |   30077     375     2290     6.1 |  0.119 % |
7.32	c ==============================================================================
7.32	c restarts              : 4
7.32	c conflicts             : 752            (2016 /sec)
7.32	c decisions             : 153285         (411015 /sec)
7.32	c propagations          : 927090         (2485876 /sec)
7.32	c conflict literals     : 4431           (24.94 % deleted)
7.32	c Memory used           : 6.16 MB
7.32	c CPU time              : 0.372943 s
7.32	c 
7.32	c SATISFIABLE
7.33	c # SOLVE_SAT  END : SATISFIABLE (1 seconds) [Mon Jan 29 23:30:01 2007]
7.33	c # SOLVE_SAT  CPU : 0.38 = 0 + 0 + 0.38 + 0
7.33	
7.33	c # RESULT : SATISFIABLE
7.33	
7.33	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 23:30:01 2007]
7.44	c BEGIN read SAT output /tmp/evaluation/247569-1170109793/sugar25489.out
7.49	c END read SAT output (0.044938 seconds)
7.49	c BEGIN write solution /tmp/evaluation/247569-1170109793/sugar25489.sol
7.73	c END write solution (0.239046 seconds)
7.77	s SATISFIABLE
7.77	v 3 1 2 1 2 0 0 3 2 3 4 0 0 0 0 0 0 1 0 1 2 0 0 4 0 0 1 0 0 0 0 1 0 0 0 0 6 0 0 1 0 0 0 3 0 0 0 0 0 1 0 0 4 0 0 0 0 0 0 7 0 0 0 0 0 0 0 0 2 0 0 0 0 0 2 0 2 0 0 0 0 0 0 2 3 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 1 0 3 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 1 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 5 0 3 4 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 2 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 1 1 1 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 1 1 0 0 0 0 1 1 1 1 1 1 1 0 1 1 1 0 0 0
7.78	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 23:30:01 2007]
7.78	c # OUTPUT_SOL  CPU : 0.00999999999999998 = 0.00999999999999998 + 0 + 0 + 0
7.78	
7.78	c # MAIN  END :  (8 seconds) [Mon Jan 29 23:30:01 2007]
7.78	c # MAIN  CPU : 6.28 = 0.18 + 0.02 + 5.93 + 0.15
7.78	

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/node29/watcher-247569-1170109793 -o ROOT/results/node29/solver-247569-1170109793 -C 1800 -M 900 /tmp/evaluation/247569-1170109793/solver /tmp/evaluation/247569-1170109793 /tmp/evaluation/247569-1170109793/unknown.xml 

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

/proc/loadavg: 0.86 1.29 2.51 4/78 25490
/proc/meminfo: memFree=1844832/2055920 swapFree=4192812/4192956
[pid=25489] ppid=25487 vsize=12272 CPUtime=0
/proc/25489/stat : 25489 (sugar) R 25487 25489 24700 0 -1 4194304 644 0 0 0 0 0 0 0 18 0 1 0 4743567 12566528 363 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221780867685 0 0 4224 0 0 0 0 17 1 0 0
/proc/25489/statm: 3068 363 274 3 0 168 0

[startup+0.107508 s]
/proc/loadavg: 0.86 1.29 2.51 4/78 25490
/proc/meminfo: memFree=1844832/2055920 swapFree=4192812/4192956
[pid=25489] ppid=25487 vsize=13724 CPUtime=0.03
/proc/25489/stat : 25489 (sugar) S 25487 25489 24700 0 -1 4194304 1112 0 0 0 3 0 0 0 16 0 1 0 4743567 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25489/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.515528 s]
/proc/loadavg: 0.86 1.29 2.51 4/78 25490
/proc/meminfo: memFree=1844832/2055920 swapFree=4192812/4192956
[pid=25489] ppid=25487 vsize=13724 CPUtime=0.03
/proc/25489/stat : 25489 (sugar) S 25487 25489 24700 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 4743567 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25489/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33658 s]
/proc/loadavg: 0.86 1.29 2.51 2/87 25506
/proc/meminfo: memFree=1836632/2055920 swapFree=4192812/4192956
[pid=25489] ppid=25487 vsize=13724 CPUtime=0.03
/proc/25489/stat : 25489 (sugar) S 25487 25489 24700 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 4743567 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25489/statm: 3431 808 370 3 0 531 0
[pid=25491] ppid=25489 vsize=0 CPUtime=0.91
/proc/25491/stat : 25491 (java) Z 25489 25489 24700 0 -1 1036 9856 0 1 0 85 6 0 0 16 0 1 0 4743572 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25491/statm: 0 0 0 0 0 0 0
[pid=25499] ppid=25489 vsize=807064 CPUtime=0.32
/proc/25499/stat : 25499 (java) R 25489 25489 24700 0 -1 0 6530 0 1 0 28 4 0 0 17 0 8 0 4743667 826433536 6280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073552082 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25499/statm: 201766 6280 1494 14 0 189044 0
[pid=25499/tid=25500] ppid=25489 vsize=807064 CPUtime=0.02
/proc/25499/task/25500/stat : 25500 (java) S 25489 25489 24700 0 -1 64 479 0 0 0 2 0 0 0 17 0 8 0 4743670 826433536 6280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25499/tid=25501] ppid=25489 vsize=807064 CPUtime=0
/proc/25499/task/25501/stat : 25501 (java) S 25489 25489 24700 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4743671 826433536 6280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25499/tid=25502] ppid=25489 vsize=807064 CPUtime=0
/proc/25499/task/25502/stat : 25502 (java) S 25489 25489 24700 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4743671 826433536 6280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25499/tid=25503] ppid=25489 vsize=807064 CPUtime=0
/proc/25499/task/25503/stat : 25503 (java) S 25489 25489 24700 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 4743674 826433536 6280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25499/tid=25504] ppid=25489 vsize=807064 CPUtime=0.05
/proc/25499/task/25504/stat : 25504 (java) S 25489 25489 24700 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 4743674 826433536 6280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25499/tid=25505] ppid=25489 vsize=807064 CPUtime=0
/proc/25499/task/25505/stat : 25505 (java) S 25489 25489 24700 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 4743674 826433536 6280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25499/tid=25506] ppid=25489 vsize=807064 CPUtime=0
/proc/25499/task/25506/stat : 25506 (java) S 25489 25489 24700 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4743674 826433536 6280 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 820788

[startup+2.97369 s]
/proc/loadavg: 0.87 1.28 2.50 2/87 25506
/proc/meminfo: memFree=1805080/2055920 swapFree=4192812/4192956
[pid=25489] ppid=25487 vsize=13724 CPUtime=0.03
/proc/25489/stat : 25489 (sugar) S 25487 25489 24700 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 4743567 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25489/statm: 3431 808 370 3 0 531 0
[pid=25491] ppid=25489 vsize=0 CPUtime=0.91
/proc/25491/stat : 25491 (java) Z 25489 25489 24700 0 -1 1036 9856 0 1 0 85 6 0 0 16 0 1 0 4743572 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25491/statm: 0 0 0 0 0 0 0
[pid=25499] ppid=25489 vsize=807344 CPUtime=1.96
/proc/25499/stat : 25499 (java) S 25489 25489 24700 0 -1 0 13018 0 1 0 189 7 0 0 17 0 8 0 4743667 826720256 12754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25499/statm: 201836 12754 1506 14 0 189114 0
[pid=25499/tid=25500] ppid=25489 vsize=807344 CPUtime=0.44
/proc/25499/task/25500/stat : 25500 (java) R 25489 25489 24700 0 -1 64 6818 0 0 0 41 3 0 0 15 0 8 0 4743670 826720256 12754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25499/tid=25501] ppid=25489 vsize=807344 CPUtime=0
/proc/25499/task/25501/stat : 25501 (java) S 25489 25489 24700 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4743671 826720256 12754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25499/tid=25502] ppid=25489 vsize=807344 CPUtime=0
/proc/25499/task/25502/stat : 25502 (java) S 25489 25489 24700 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4743671 826720256 12754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25499/tid=25503] ppid=25489 vsize=807344 CPUtime=0
/proc/25499/task/25503/stat : 25503 (java) S 25489 25489 24700 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 4743674 826720256 12754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25499/tid=25504] ppid=25489 vsize=807344 CPUtime=0.13
/proc/25499/task/25504/stat : 25504 (java) S 25489 25489 24700 0 -1 64 398 0 0 0 13 0 0 0 16 0 8 0 4743674 826720256 12754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25499/tid=25505] ppid=25489 vsize=807344 CPUtime=0
/proc/25499/task/25505/stat : 25505 (java) S 25489 25489 24700 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 4743674 826720256 12754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25499/tid=25506] ppid=25489 vsize=807344 CPUtime=0
/proc/25499/task/25506/stat : 25506 (java) S 25489 25489 24700 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4743674 826720256 12754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 821068

[startup+6.17588 s]
/proc/loadavg: 0.87 1.28 2.50 2/87 25506
/proc/meminfo: memFree=1763736/2055920 swapFree=4192812/4192956
[pid=25489] ppid=25487 vsize=13724 CPUtime=0.03
/proc/25489/stat : 25489 (sugar) S 25487 25489 24700 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 4743567 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25489/statm: 3431 808 370 3 0 531 0
[pid=25491] ppid=25489 vsize=0 CPUtime=0.91
/proc/25491/stat : 25491 (java) Z 25489 25489 24700 0 -1 1036 9856 0 1 0 85 6 0 0 16 0 1 0 4743572 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25491/statm: 0 0 0 0 0 0 0
[pid=25499] ppid=25489 vsize=807344 CPUtime=5.16
/proc/25499/stat : 25499 (java) R 25489 25489 24700 0 -1 0 22518 0 1 0 505 11 0 0 18 0 8 0 4743667 826720256 22214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073711255 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25499/statm: 201836 22214 1506 14 0 189114 0
[pid=25499/tid=25500] ppid=25489 vsize=807344 CPUtime=0.9
/proc/25499/task/25500/stat : 25500 (java) S 25489 25489 24700 0 -1 64 16276 0 0 0 84 6 0 0 16 0 8 0 4743670 826720256 22214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25499/tid=25501] ppid=25489 vsize=807344 CPUtime=0
/proc/25499/task/25501/stat : 25501 (java) S 25489 25489 24700 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4743671 826720256 22214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25499/tid=25502] ppid=25489 vsize=807344 CPUtime=0
/proc/25499/task/25502/stat : 25502 (java) S 25489 25489 24700 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4743671 826720256 22214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25499/tid=25503] ppid=25489 vsize=807344 CPUtime=0
/proc/25499/task/25503/stat : 25503 (java) S 25489 25489 24700 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 4743674 826720256 22214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25499/tid=25504] ppid=25489 vsize=807344 CPUtime=0.13
/proc/25499/task/25504/stat : 25504 (java) S 25489 25489 24700 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 4743674 826720256 22214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25499/tid=25505] ppid=25489 vsize=807344 CPUtime=0
/proc/25499/task/25505/stat : 25505 (java) S 25489 25489 24700 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 4743674 826720256 22214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25499/tid=25506] ppid=25489 vsize=807344 CPUtime=0
/proc/25499/task/25506/stat : 25506 (java) S 25489 25489 24700 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4743674 826720256 22214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 821068

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25489 and gives childrusage.ru_utime.tv_sec=6 childrusage.ru_utime.tv_usec=150065 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=194970
CPU time returned by wait4() is 6.34504
while last known CPU time is 7.21

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 7.79019
CPU time (s): 7.21
CPU user time (s): 6.98
CPU system time (s): 0.23
CPU usage (%): 92.5524
Max. virtual memory (cumulated for all children) (KiB): 821068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.15006
system time used= 0.19497
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30442
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 735
involuntary context switches= 230

runsolver used 0.011998 s user time and 0.021996 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Mon Jan 29 22:29:53 UTC 2007


IDJOB= 247569
IDBENCH= 11643
IDSOLVER= 86
FILE ID= node29/247569-1170109793

PBS_JOBID= 3689941

Free space on /tmp= 66563 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/driver/driverlogw-08c-sat_ext.xml
COMMAND LINE= /tmp/evaluation/247569-1170109793/solver /tmp/evaluation/247569-1170109793 /tmp/evaluation/247569-1170109793/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-247569-1170109793 -o ROOT/results/node29/solver-247569-1170109793 -C 1800 -M 900  /tmp/evaluation/247569-1170109793/solver /tmp/evaluation/247569-1170109793 /tmp/evaluation/247569-1170109793/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  8b25863ec1a64da50b68b253e58bf6f2

RANDOM SEED= 815367014

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.209
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.209
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:       1845248 kB
Buffers:         19324 kB
Cached:          41876 kB
SwapCached:          0 kB
Active:         138300 kB
Inactive:        23568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1845248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1728 kB
Writeback:           0 kB
Mapped:         119532 kB
Slab:            34204 kB
Committed_AS:   479064 kB
PageTables:       1864 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= 66563 MiB



End job on node29 on Mon Jan 29 22:30:01 UTC 2007